You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NiklasHeneka opened this issue
Aug 10, 2023
· 1 comment
Labels
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
There is a possible issue with the mapRange function of the AbstractAntlrListener class or maybe I just misunderstand something @TwoOfTwelve.
After updating the LLVM IR language module to the new structure I saw that the printing of the token was different.
In the old structure you could use following method and for printing tokens with descriptions that are too long it would generate the "|" at the end and not directly after it.
tsaglam
added
bug
Issue/PR that involves a bug
minor
Minor issue/feature/contribution/change
language
PR / Issue deals (partly) with new and/or existing languages for JPlag
labels
Aug 11, 2023
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
There is a possible issue with the mapRange function of the AbstractAntlrListener class or maybe I just misunderstand something
@TwoOfTwelve.
After updating the LLVM IR language module to the new structure I saw that the printing of the token was different.
In the old structure you could use following method and for printing tokens with descriptions that are too long it would generate the "|" at the end and not directly after it.
An example:
With the new language module structure neither mapRange nor mapEnter generate the second "|" for many token types.
It just looks like this:
Although for other tokens it does place a second "|" at the end.
I am not sure if this is a bug or I am just misunderstanding something.
The text was updated successfully, but these errors were encountered: