-
Notifications
You must be signed in to change notification settings - Fork 441
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
Unknown constant 'Lean.Elab.Term.elabNumLit' on Go to Definition #3789
Labels
bug
Something isn't working
Comments
On |
You get the popup, but you also get a server error under Output > Lean: Editor. |
kmill
added a commit
to kmill/lean4
that referenced
this issue
Jul 18, 2024
The function `locationLinksFromDecl` could throw an error if the name it is provided doesn't exist in the environment, which is possible if for example an elaborator is a builtin. Closes leanprover#3789
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 27, 2024
The function `locationLinksFromDecl` could throw an error if the name it is provided doesn't exist in the environment, which is possible if for example an elaborator is a builtin. Closes #3789
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 27, 2024
The function `locationLinksFromDecl` could throw an error if the name it is provided doesn't exist in the environment, which is possible if for example an elaborator is a builtin. Closes #3789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Use the following MWE and trigger Go to Definition at
<cursor>
:This yields an error:
I would not expect an error here.
Versions
Current nightly.
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered: