Skip to content

0.5.0

Compare
Choose a tag to compare
@daumantas-kavolis-sensmetry daumantas-kavolis-sensmetry released this 16 May 14:27
· 91 commits to main since this release

Fixed

  • False positive standard library validation in some cases on Windows
  • Completion showing suggestions from the current element scope for type and
    feature relationships when completion is triggered by a related token

Improvements

  • Global scopes are now cached in a single structure, and reference resolution
    across documents will be done in constant time unless some documents in the
    workspace contain public imports or unnamed features in root namespace. In
    that case, reference resolution will fall back to iterating through those
    documents if name was not resolved. While this does not improve performance
    much on small projects, it should scale better
  • Improved reference resolution performance, should be more than twice as fast
    now

Full Changelog: 0.4.3...0.5.0