Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 868 Bytes

File metadata and controls

17 lines (15 loc) · 868 Bytes

Changelog

0.2.0

  • Added local import diagnostics, hover, document links, and go to definition.
  • Added std:: and external package resolution matching wavec, import-path completion, configurable dependency roots, and recursive import graphs for navigation to symbols supplied by imported modules.
  • Updated the pinned Wave frontend and avoided false semantic errors for symbols supplied by imported modules.
  • Fixed nested block-comment handling and synchronized reserved words and integer types with Wave.
  • Fixed stale workspace files after root changes and disk re-indexing.
  • Re-published open-document diagnostics after watched Wave files change.
  • Prevented stale diagnostic tasks from publishing after newer document edits.
  • Restricted rename to uniquely declared functions until scope-aware symbol IDs can make broader workspace edits safe.