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

Bad error recovery for attributes #4130

Open
TIHan opened this issue Dec 17, 2017 · 0 comments
Open

Bad error recovery for attributes #4130

TIHan opened this issue Dec 17, 2017 · 0 comments
Labels
Area-Diagnostics mistakes and possible improvements to diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone

Comments

@TIHan
Copy link
Contributor

TIHan commented Dec 17, 2017

attrib_error

Repro steps

  1. Start typing an attribute on a module.

Expected behavior

Should give an error based on the attribute itself and not the code below.

Actual behavior

Errors happen on the code below due to bad error recovery.

Known workarounds

You can indent the module, but not really a workaround.

@dsyme dsyme added Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code. labels Jan 9, 2018
@cartermp cartermp added this to the Unknown milestone Aug 29, 2018
@cartermp cartermp modified the milestones: Unknown / not bug, Backlog May 23, 2019
@dsyme dsyme added Area-Diagnostics mistakes and possible improvements to diagnostics and removed Area-Compiler labels Mar 31, 2022
@vzarytovskii vzarytovskii moved this to Not Planned in F# Compiler and Tooling Jun 17, 2022
@vzarytovskii vzarytovskii reopened this Jan 4, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in F# Compiler and Tooling Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Diagnostics mistakes and possible improvements to diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Projects
Archived in project
Development

No branches or pull requests

5 participants