Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECL IDE Compiler error detail #307

Open
chatst01 opened this issue Jun 17, 2022 · 2 comments
Open

ECL IDE Compiler error detail #307

chatst01 opened this issue Jun 17, 2022 · 2 comments
Assignees
Labels

Comments

@chatst01
Copy link

chatst01 commented Jun 17, 2022

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 GordonSmith self-assigned this Jun 17, 2022
@GordonSmith
Copy link
Member

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

@chatst01
Copy link
Author

Thanks Gordon - will watch the HPCC ticket for updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants