-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some caching issue with new lfortran.wasm #62
Comments
We can try "hard refresh" using |
I checked that the sha sum of both the deployed
|
Ok, Why is my browser caching the old version? Is there some setting that we can set in the app to force the browser to refresh? |
I think the caching feature is being provided by the
Sir, do you mean to add some button that (hard) refreshes the page? |
We can document how to do hard refresh on every browser, that might be enough. I am worried that we update LFortran, like we did above, and it will not update for users, so it will break some examples. |
I merged #61, which added a test
template_array_03
which required to upgrade LFortran from version 46bc01c11 to version df33df422. Locally it works and compiles the example:but the deployed version online does not compile the example for me:
I am not sure if
lfortran.wasm
somehow didn't get updated (even though the hash is correct in both screenshots), or if the browser caches the old version more aggressively than it should. A simple refresh does not fix the problem.We should figure out what the problem could be.
The text was updated successfully, but these errors were encountered: