nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#897 cpp output from runtime class does not have correct line number reference in #line statements, #2623

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Normally, the .cpp file created by the runtime class loaded is supposed to output #line statements to allow the mingw compiler to correctly identify where errors are found. They are of the form

#line 123 ilename.glm\r

when the location is in the .glm file is known and the form

#line 123 ilename.cpp\r

when it is not known. However, where the reference is reset to the .cpp file from the .glm file, the line number is not correct and it confuses (both software and wetware) debuggers.,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":- Component: none --> core