Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
instantiated.
-- Goto-implementations on objects will now go to all the 'in each' declarations
which apply to that object.
- Added parser support for provisional 'explicit\_method\_decls'
- Added parser support for provisional 'explicit\_method\_decls', note that it has no semantic effect.
- The DLS will now correctly report missing template names in 'in each' constructs
- Fixed error where the DLS would fail to match references from within in a template
to symbols defined in parents of objects instantiating the template
- The DLS will now index templates declared inside incorrect contexts (objects, methods, etc.). This avoids internal errors in some cases and allows for slightly-better feedback in broken-syntax contexts.
- Added parsing support for provisional 'explicit\_object\_decls', note that it has no semantic effect.

## 0.9.17
- Fixed linter wrongly throwing an error on space after `defined` keyword
Expand Down
Loading
Loading