Skip to content

v0.8.41

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 11:53
c0b184a

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