v0.8.41
Hide compiler generated namespace names (#1170)
Enhancements:
- Hide compiler generated namespace names for global symbols in diagnostics and in VSCode language extension output
Bugs fixed:
- Redundant error reported when attempting to destructure the result of a previous semantic error
- Errors in assignments not always reliably reported if the left part of the assigned is a destructure pattern
Technical:
- Fix up integration test config to consistently use the published compiler executable when editing tests in VSCode
- Mark classy type arguments as wild in preparation for generic constructor type argument inference