Closed ElianHugh closed 1 month ago
Hi Elian,
Thanks so much for all the issues you've opened, it's really helpful! (some are already tackled on branch v0.0.6
).
Will look into:
Will be fixed in v0.0.6
, thanks again for sharing!
No worries, excited to see the progress!
Hello again, I've been playing around with vapour and ran into a small issue.
Consider the following:
It seems that the checker is inferring that the symbols exist during the assignment. I would expect that the first error would be that the type
bar
does not exist, and then that the valuebaz
doesn't exist. However, it appears that this is checked only after variable assignment.