Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Compilation Errors missing necessary details in v2.6
Hi, There are certain compilation errors reported by the editor with missing details which make it hard to figure out where the error is.
For example, if a line contains just a dot (.) when you compile the program you get the following error message
EENG00... , line . variable has not been assigned a value.
Since the line number is missing it's near on impossible to discover which line has the error.
For example, if a line contains just a dot (.) when you compile the program you get the following error message
EENG00... , line . variable has not been assigned a value.
Since the line number is missing it's near on impossible to discover which line has the error.
Comments
line 6 has a dot and causes the compilation error, but the error message does not report the line number.
Thank you for posting this. Martin has already brought this to our attention and provided some simple code that replicates the problem easily enough. We have already entered this into our bug tracker (the tracking ID is EDITOR-19). Now that this is reported in our discussion forum we will announce a fix here as well as our home page.
I'll work on updating the SRP Editor compile logic to use Rev_Compiler instead.
Are you saying Revelation changed the way error messages are being returned? Is this not a new problem?