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

Fix watch mode for external extensions #9915

Merged
merged 1 commit into from Mar 9, 2021

Conversation

ajbozarth
Copy link
Contributor

References

Issue found and opened in the Elyra repo: elyra-ai/elyra#1338

Bug fixed in webpack in commit webpack/webpack@4d08446

Code changes

Webpack fixed this bug in a non-exported class, FilterIgnoringWatchFileSystem, that we keep a
"copy" of. I have included their fix in our copy of the class.

This addresses an error causing watch mode to fail to work when
using it with external extensions (not in dev mode), see the elyra issue for full stack trace

Webpack fixed this bug in a non-exported class that we keep made a
"copy" of. I have included the fix in our copy of the class.

This addresses an error causing wtach mode to fail to work when
using it with external extensions (not in dev mode)
@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

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

Copy link
Contributor

@jasongrout jasongrout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good, thanks for tracking this down.

@jasongrout jasongrout merged commit 2b67135 into jupyterlab:master Mar 9, 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 9, 2021
@jasongrout jasongrout added this to the 3.1 milestone Mar 9, 2021
@ajbozarth ajbozarth deleted the watch_mode_bug branch March 9, 2021 00:34
blink1073 added a commit that referenced this pull request Mar 9, 2021
…5-on-3.0.x

Backport PR #9915 on branch 3.0.x (Fix watch mode for external extensions)
@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.

None yet

3 participants