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 warning for checked in node_modules dir #997

Closed
wants to merge 3 commits into from

Conversation

colincasey
Copy link
Contributor

One of the features of the commons logger that was removed in #993 was the ability to collect log messages that would be emitted at a later point. This feature is not available in bullet_stream so when I moved the logging message that notifies the user they've checked in their node_modules directory to the end of the build phase, I mistakenly moved the timing of that check to run at the end of the build phase as well.

This check needs to run at the beginning of the build phase and the warning needs to be emitted at the end. This PR contains changes to do this + adds an integration test to verify this case.

One of the features of the `commons` logger that was removed in #993 was the ability to collect log messages that would be emitted at a later point. This feature is not available in `bullet_stream` so when I moved the logging message that notifies the user they've checked in their `node_modules` directory to the end of the build phase, I mistakenly moved the timing of that check to run at the end of the build phase as well.

This check needs to run at the beginning of the build phase and the warning needs to be emitted at the end. This PR contains changes to do this + adds an integration test to verify this case.
@colincasey colincasey self-assigned this Jan 9, 2025
@colincasey colincasey requested a review from a team as a code owner January 9, 2025 20:04
@colincasey
Copy link
Contributor Author

Closing this in favor of #998

@colincasey colincasey closed this Jan 9, 2025
@colincasey colincasey deleted the fix_node_modules_warning branch January 9, 2025 20:43
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.

1 participant