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

Remove enableImmutableInstalls: false #39

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

fcollonval
Copy link
Member

Fixes #35

Remove yarn option to be more strict on CI.

@fcollonval fcollonval linked an issue Aug 2, 2023 that may be closed by this pull request
@fcollonval fcollonval added the enhancement New feature or request label Aug 2, 2023
@fcollonval
Copy link
Member Author

CI will be broken (fix is part of #38)

@jtpio jtpio force-pushed the 35-should-immutable-installs-be-enabled-by-default branch from 6312720 to 69d710a Compare August 4, 2023 13:37
@jtpio
Copy link
Member

jtpio commented Aug 4, 2023

Rebasing to kick CI.

@@ -32,6 +32,9 @@ test('should emit an activation console message', async ({ page }) => {

await page.getByRole('button', { name: 'Rename' }).click();

// Close file opened as editor
await page.activity.closePanel('test.my_type');
Copy link
Member Author

Choose a reason for hiding this comment

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

@jtpio @krassowski I would like your input on this.

With 4.0.5, the page.filebrowser.open(filename) code now fails if a file is opened multiple times (different viewers) as in this case. My question, should it be fixed per test as here or fix upstream by allowing to find any number of panel opened for a given filename?

Copy link
Member

@jtpio jtpio Aug 16, 2023

Choose a reason for hiding this comment

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

(different viewers) as in this case. My question, should it be fixed per test as here or fix upstream by allowing to find any number of panel opened for a given filename?

I would say upstream ideally? Could this also fix jupyterlab/jupyterlab#10969 maybe?

Copy link
Member Author

Choose a reason for hiding this comment

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

@fcollonval fcollonval merged commit e7e4c2b into main Aug 16, 2023
23 checks passed
@fcollonval fcollonval deleted the 35-should-immutable-installs-be-enabled-by-default branch August 16, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should immutable installs be enabled by default?
2 participants