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

UI for compile issues that don't have a line number #33

Open
qix opened this issue Dec 13, 2022 · 1 comment
Open

UI for compile issues that don't have a line number #33

qix opened this issue Dec 13, 2022 · 1 comment
Assignees

Comments

@qix
Copy link
Contributor

qix commented Dec 13, 2022

If a compile error is missing a location you can't see it.

Expected behavior

Perhaps hovering over compile error should show the message in all cases

Actual behavior

Can't see it

Steps to reproduce the behavior

LET EventData := input();
LET SqrlClock := TweetDate;
LET TweetDate := SqrlClock;

Circular feature definitions don't have locations it seems.

@qix qix assigned qix and meyer and unassigned qix Dec 13, 2022
@meyer
Copy link
Contributor

meyer commented Dec 13, 2022

ooh yeah i was wondering about this. VS Code puts errors at 0,0 if they're missing a location. we could probably mirror that behaviour.

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

No branches or pull requests

2 participants