Skip to content
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

Bug fix for extension watch mode behavior #9889

Merged
merged 1 commit into from
Mar 2, 2021
Merged

Bug fix for extension watch mode behavior #9889

merged 1 commit into from
Mar 2, 2021

Conversation

afshin
Copy link
Member

@afshin afshin commented Mar 2, 2021

References

Fixes #9861

Code changes

Removes previous remoteEntry.[hash].js files when re-building. The issue seen in #9861 was that webpack did not re-generate the existing file when the source document state returned to the previous state, and therefore that remoteEntry file was not the most recent. Tested locally using the reproduce steps in #9861 before and after this change to verify the fix.

User-facing changes

Better extension author experience in watch mode

Backwards-incompatible changes

N/A

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

@jasongrout
Copy link
Contributor

Code looks good to me. Thanks!

linkcheck failed because of "Temporary failure in name resolution", so completely unrelated.

@jasongrout jasongrout merged commit 9cdb1fa into jupyterlab:master Mar 2, 2021
@jasongrout jasongrout added this to the 3.1 milestone Mar 2, 2021
@jasongrout
Copy link
Contributor

@meeseeksdev please backport to 3.0.x

meeseeksmachine pushed a commit to meeseeksmachine/jupyterlab that referenced this pull request Mar 2, 2021
blink1073 added a commit that referenced this pull request Mar 2, 2021
…9-on-3.0.x

Backport PR #9889 on branch 3.0.x (Bug fix for extension watch mode behavior)
@blink1073 blink1073 added the bug label Jul 21, 2021
@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Jan 18, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jlpm run watch does not propogate some changes to browser on page refresh
3 participants