An extension for VS Code which provides support for the Progress OpenEdge ABL language. https://marketplace.visualstudio.com/items?itemName=chriscamicas.openedge-abl
MIT License
50
stars
37
forks
source link
Check syntax fails with error 486 if rcode exists #50
If I try a check syntax in a directory that contains rcode for the source it fails with error 468
Compile aborted. SAVE not specified and r-code file exists: . (468)
PROGRESS executed a COMPILE statement without the SAVE option for the named procedure or class, but a valid r-code file (.r) for the procedure or class has already been found.
The compilation will not be performed, and the existing object file will not be replaced.
This avoids ambiguity in deciding which compiled code to use when a subsequent RUN statement or class instantiation is executed. Remove the r-code file to avoid this message. " " "
If I try a check syntax in a directory that contains rcode for the source it fails with error 468