-
Notifications
You must be signed in to change notification settings - Fork 433
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
type checking does not play well with imports #722
Comments
Likely missing a rename of imports somewhere, I'll have a look. |
@developedby did you take a look? 😅 |
Sorry, I did forget since I was focused on something else. The issue was actually not that hard, we just store the name of the types redundantly and were only updating one of the places. |
@developedby Now this doesn't work... ** a.bend **
** main.bend**
|
Opened a new issue for that in #724 |
Reproducing the behavior
Example:
Running command: bend check main.bend
With code:
a.bend
main.bend
Error.:
Expected behavior....
The code should check
System Settings
Example:
Additional context
No response
The text was updated successfully, but these errors were encountered: