Skip to content

Lower warnings to debug #27

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0x0f0f0f
Copy link

@0x0f0f0f 0x0f0f0f commented Feb 7, 2025

I have an application that uses ExpressionExplorer.jl to navigate large Julia codebases and make reactive nodes. In some cases we have complex macro calls and expressions in DSLs that it fails to compute a ReactiveNode for.

This results in many warning being printed in the console whenever we run it

This PR lowers the @warn statements to @debug in order to leave the stderr clean

@Pangoraw
Copy link
Member

Could you wrap the ExpressionExplorer invocation with a NullLogger ? These warnings have proven helpful in the past to detect unhandled patterns. For context, Pluto does not pass macrocalls so it has fewer unhandled cases like this.

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