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

Prefix-to-infix code fix: don't throw if error range extends to EOF #17448

Merged
merged 5 commits into from
Jul 27, 2024

Conversation

brianrourkeboll
Copy link
Contributor

@brianrourkeboll brianrourkeboll commented Jul 25, 2024

Description

  • In the prefix-to-infix code fix, don't throw an exception if the error range for FS0003 extends through the end of the source text.

    image

    image

Checklist

  • Test cases added.
  • Release notes entry updated.

Copy link
Contributor

github-actions bot commented Jul 25, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
vsintegration/src docs/release-notes/.VisualStudio/17.12.md

@brianrourkeboll brianrourkeboll marked this pull request as ready for review July 25, 2024 18:16
@brianrourkeboll brianrourkeboll requested a review from a team as a code owner July 25, 2024 18:16
Copy link
Member

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, never enough of off-by-one errors. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants