-
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
op1._ yields: Compiler Internal Error: Qualified names should not be present at codegen time #7582
Comments
happened again when working further with the same project: |
https://drive.google.com/file/d/1_ocjOryj10ScC4TLq26M2-ueBxbqOdmw/view?usp=share_link @hubertp the project folder
|
Another example of the same issue, had to restart IDE |
|
It appears to complain about name |
Simpler test-case:
|
Compiler Internal Error: Qualified names should not be present at codegen time.
and the drop-down was missing values.
#7651 provides a safety net fix for this and other from Standard.Base import IO, Panic, Any
run op =
IO.println op
op._
main =
IO.println "One"
Panic.recover Any <| run 1
IO.println "Two"
Panic.recover Any <| run 2
IO.println "Tři"
Panic.recover Any <| run 3 outputs:
e.g. when the |
To continue other investigations let's note that compiling following program run op = op._
main = run yields:
e.g. the |
Jaroslav Tulach reports a new STANDUP for yesterday (2023-08-24): Progress: - CompilerError into Panic PR: #7651
Next Day: CI fighting
|
Jaroslav Tulach reports a new STANDUP for yesterday (2023-08-25): Progress: - fixed by #7651
Next Day: Prepare PR for |
Jaroslav Tulach reports a new STANDUP for yesterday (2023-08-27): Progress: - Fix for #7582: Compiler error for
Next Day: Bugfixing |
Discord username
No response
What type of issue is this?
Intermittent – Occurring irregularly
Is this issue blocking you from using Enso?
Is this a regression?
What issue are you facing?
When parsing columns in the table on the third node with
parse
the compiler error occurred:router.ts:62 [ERROR] app/gui/src/model/project/synchronized.rs:591 Execution failed in context ca4e82f0-e987-4ba2-9dce-d6f9265d37af. Error: Execution of function main failed (Compiler Internal Error: Qualified names should not be present at codegen time.)..
and the node was missing values:
After some time it recovers and it was possible to choose the proper column from the drop-down.
Expected behaviour
The drop-down should work after appearing on the node.
How we can reproduce it?
No response
Screenshots or screencasts
No response
Logs
20230815-055256-813-enso-project-manager.log
Enso Version
nightly 15.08
Browser or standalone distribution
Standalone distribution (local project)
Browser Version or standalone distribution
standalone
Operating System
MacOS
Operating System Version
No response
Hardware you are using
No response
The text was updated successfully, but these errors were encountered: