Replies: 1 comment 1 reply
-
@cwbuck Hey! Yes, there is an existing issue open for this: #405
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
At compile of an RPG program, if the program includes copy books, the compile listing interpreter has appeared to have issues for some time now trying to determine the actual line in which to show the in-line compile error for easy diagnosis.
Even looking at the Problems, it does not seem reference the correct line in most cases.
Example
"Invalid token" caused by the double pipe used to concatenate here instead of the RPG "+" syntax. However, line issue is reported on 122 instead of here on 73 where the error actually occurs.
Command used to run in the action:
I remember reporting this issue a year or so ago and I think it got closed for a fix, but I'm not sure it was ever fully resolved. So before I report an issue, I'm just making sure there's not a config setting or compile parm or something I need to adjust.
I've been trying to go all-in on this extension for a while, but I find myself having to revert back to RDi to reliably give me indication on things like these in-line errors.
Beta Was this translation helpful? Give feedback.
All reactions