hpcc-systems / vscode-ecl

ECL Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hpcc-systems.ecl
Other
13 stars 13 forks source link

ECL IDE Compiler error detail #307

Open chatst01 opened 2 years ago

chatst01 commented 2 years ago

If the below sample code is used, when run via ECL IDE the output Error helpfully includes a pointer to the issue ("Error: Floating point index used. Was an index range intended instead? (2, 17), 1052, )

When the same is tried with the VSC extension, the same information isn't available

myString := 'Test'; OUTPUT(myString[1.2]);

GordonSmith commented 2 years ago

Looks like this might be an eclcc issue (as vscode does syntax check locally), see: https://track.hpccsystems.com/browse/HPCC-27847

chatst01 commented 2 years ago

Thanks Gordon - will watch the HPCC ticket for updates