Unclear error message #77
Labels
No Label
category
bug
category
doc
category
feature
category
optimization
category
organization
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#77
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If an expression leads to elaboration failure, its message is unclear:
This is due to the
autoBoundImplicit
flag on the elaboration monad. It was there because of our handling of universe levelsWe likely have to add proper explicit handling of universe levels. This has been the elephant in the room for a year. The downside is that the solver would have to be aware of it. This is not an issue for Trillium, but LLMs may have a hard time.
#79