Skip to content

Track methods uses through object aliases - #98

Merged
fantazio merged 2 commits into
LexiFi:masterfrom
fantazio:obj_alias
Aug 22, 2026
Merged

Track methods uses through object aliases#98
fantazio merged 2 commits into
LexiFi:masterfrom
fantazio:obj_alias

Conversation

@fantazio

Copy link
Copy Markdown
Collaborator

Fix #66

If we encounter a let x = y pattern, we now remember the objects x and y are equal.

The tests for the alias limitation are now passing. Object aliases are now documented and tested as code constructs.

If we encounter a `let x = y` pattern, we now remember the objects `x`
and `y` are equal.
It was a limitation.
Now that aliases are properly handled, they are documented as a code
construct and the correponding tests have been moved.
@fantazio
fantazio merged commit b8499a1 into LexiFi:master Aug 22, 2026
5 checks passed
@fantazio
fantazio deleted the obj_alias branch August 22, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Methods uses are not tracked through object aliases

1 participant