Skip to content
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

Ide fixes #3443

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Ide fixes #3443

merged 3 commits into from
Sep 5, 2024

Conversation

mtzguido
Copy link
Member

@mtzguido mtzguido commented Sep 5, 2024

No description provided.

This prevents the parser from having to implement this logic, or
allocate numbers for it. We also get to remove some code in
prettyprinting that tries (and fails) to guess if the code was in this form
Before this patch, writing

  let _ = 1
  let _ = 1

and going over the declarations one at the time in the IDE would error
out, as they would both get the same uu___0 name.
@mtzguido mtzguido merged commit 333f58f into FStarLang:master Sep 5, 2024
2 checks passed
@mtzguido mtzguido deleted the ide branch September 5, 2024 08:06
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.

1 participant