-
Notifications
You must be signed in to change notification settings - Fork 323
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
Don't unnecessarily report bindings as unused variables (in IDE & REPL) #9883
Comments
I've heard similar complain by @jdunkerley for the IDE case. Warnings of unused Can we disable unused bindings pass when |
The former it seems. https://github.com/enso-org/enso/blob/develop/engine/runner/src/main/java/org/enso/runner/Main.java#L629
|
Hubert Plociniczak reports a new STANDUP for yesterday (2024-07-29): Progress: PR fixing #9883 is up for review. Working on Tableau integration problems. Turned out to be related to wrong context classloaders when loaded in Enso polyglot. Added sbt logic that deals with Tableau's jar packaging. It should be finished by 2024-07-30. Next Day: Next day I will be working on the #9883 task. Address review, pick up next item. |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-07-30): Progress: Addressed PR comments. Profiling current startup. Noticed a lot of objects being created during IR passes. Experimenting with reducing that to lower memory and GC pressure. It should be finished by 2024-07-30. Next Day: Next day I will be working on the #10525 task. Finish the experiment. Move into visualization work. |
The repro is trivial - just declare a named binding in the REPL:
Expected behaviour
The text was updated successfully, but these errors were encountered: