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: Resolve Windows regression caused by upgrading glob #6227

Merged
merged 3 commits into from
May 31, 2024

Conversation

etrepum
Copy link
Collaborator

@etrepum etrepum commented May 31, 2024

Description

Upgrading glob in #6215 changed its behavior on Windows, since it now expects you to specify paths that use '/' as the path separator so that '\' can be used for escaping glob characters unless the windowsPathsNoEscape option is specified which disables escaping of glob characters (a feature we do not use).

Hopefully #6198 works and lands soon so that this type of regression can be avoided in the future

Test Plan

Please add the extended-tests label to this PR so that we can confirm that it works before merging

Before

Windows e2e tests failed

After

Windows e2e tests should succeed

Copy link

vercel bot commented May 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 6:10pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 6:10pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 31, 2024
Copy link

github-actions bot commented May 31, 2024

size-limit report 📦

Path Size
lexical - cjs 23.97 KB (0%)
lexical - esm 23.96 KB (0%)
@lexical/rich-text - cjs 34.66 KB (0%)
@lexical/rich-text - esm 23.95 KB (0%)
@lexical/plain-text - cjs 34.65 KB (0%)
@lexical/plain-text - esm 225 B (0%)
@lexical/react - cjs 149.31 KB (0%)
@lexical/react - esm 82.64 KB (0%)

@etrepum etrepum force-pushed the debug-windows-e2e branch from 6ce79ff to 7289332 Compare May 31, 2024 17:09
@etrepum etrepum changed the title [DO NOT MERGE] Debug windows e2e tests [*] Fix: Resolve Windows regression caused by upgrading glob May 31, 2024
@etrepum etrepum marked this pull request as ready for review May 31, 2024 17:13
@StyleT StyleT added the extended-tests Run extended e2e tests on a PR label May 31, 2024
StyleT
StyleT previously approved these changes May 31, 2024
@etrepum
Copy link
Collaborator Author

etrepum commented May 31, 2024

One of the failures was unrelated to #6228, db1eedd should fix it

@etrepum
Copy link
Collaborator Author

etrepum commented May 31, 2024

I believe that the only remaining test failures will be fixed by #6228, the glob related issues should be solved

@StyleT StyleT added this pull request to the merge queue May 31, 2024
Merged via the queue into facebook:main with commit 0885fb2 May 31, 2024
26 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. extended-tests Run extended e2e tests on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants