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

Cleanup config key invalidation feature for release #9864

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

mattcompiles
Copy link
Contributor

@mattcompiles mattcompiles commented Jul 23, 2024

↪️ Pull Request

This PR removes the configKeyInvalidation feature flag in preparation for release as it has been tested successfully.

See the original PR for details: #9597

@mattcompiles mattcompiles requested a review from devongovett July 23, 2024 01:37
try {
let b = bundler(path.join(fixture, 'index.js'), {
await fsFixture(overlayFS, __dirname)`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I migrated this test as it was incorrectly sending file create events rather than update events causing the config to not invalidate. This is a bug when using overlayFS with a normal read FS but an in memory write FS.

Copy link
Contributor

@MonicaOlejniczak MonicaOlejniczak left a comment

Choose a reason for hiding this comment

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

lgtm

@mattcompiles mattcompiles enabled auto-merge (squash) July 23, 2024 01:50
@mattcompiles mattcompiles merged commit ae96448 into v2 Jul 23, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants