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.
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
fix: EXLR flagged as error by plugin #121
fix: EXLR flagged as error by plugin #121
Changes from 29 commits
4546f99
bd15a10
6d141b8
825794b
e7e122f
c30e506
b13fd23
d58536d
4c073c0
7c7cb03
d8b7931
d3b6f26
2ae7f02
8c7aa06
630575c
9792622
b14b8e2
88bc54d
28aef6b
7877561
330d4e5
39cfb16
cdfbf7e
1a7c3c2
8563685
c47064f
1585fff
f0caaca
f1cbd38
3999b01
f1d4749
0042876
b034d5b
f5ad18e
f978b6c
5be1b3b
2f36a6d
0f56a6f
92410cf
4c80e8f
75c2054
36c86b3
0e30cb7
980bcc5
d8a18f2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message implies to me, that the user should write a number as the argument.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just
Relative immediate operand must evaluate into an even offset
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is wrong... The
replaced
vector containsindex, value
pairs, so if the replacement occurs at position 3, it contains a single pair3,value
, so.at(3)
will throw.Also there may be multiple replacements in a row, so this should probably be some kind of loop.
@michalbali256 - do you concur?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you rename this method? Now, it is not clear what is the difference between methods
check_operand
andmake_check_operand