Skip to content

Track methods uses through object aliases - #98

Open
fantazio wants to merge 2 commits into
LexiFi:masterfrom
fantazio:obj_alias
Open

Track methods uses through object aliases#98
fantazio wants to merge 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.
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