Fix stderr reporting when special cursor line isn't found#21
Merged
fourls merged 1 commit intoMay 15, 2025
Merged
Conversation
Contributor
Author
|
How embarrassing... the code wasn't correctly formatted 😱 |
02e1f1f to
80aec27
Compare
fourls
requested changes
May 14, 2025
Collaborator
fourls
left a comment
There was a problem hiding this comment.
Actually. could you add a changelog entry?
f4ce02f to
8db23c9
Compare
fourls
requested changes
May 14, 2025
An easy way to reproduce this issue is to run the plugin with an old version of pasfmt from before the `--cursor` option was added. In this case it will tell you an error occurred but won't be able to tell you anything about it.
8db23c9 to
e399bd8
Compare
3e85143
into
integrated-application-development:master
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An easy way to reproduce this issue is to run the plugin with an old
version of pasfmt from before the
--cursoroption was added. In thiscase it will tell you an error occurred but won't be able to tell you
anything about it.