Skip to content

Lower warnings to debug#27

Open
0x0f0f0f wants to merge 1 commit into
JuliaPluto:mainfrom
0x0f0f0f:ale/lower-warnings
Open

Lower warnings to debug#27
0x0f0f0f wants to merge 1 commit into
JuliaPluto:mainfrom
0x0f0f0f:ale/lower-warnings

Conversation

@0x0f0f0f

@0x0f0f0f 0x0f0f0f commented Feb 7, 2025

Copy link
Copy Markdown

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
Copy Markdown
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