Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[analysis][NFC] Rename parameters to join and meet methods #6056

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

tlively
Copy link
Member

@tlively tlively commented Oct 27, 2023

Since these methods, which operate on lattice elements, moved to the lattice
types, it no longer makes much sense for their parameters to be called self
and other. Rename them to joinee and joiner for joins and meetee and
meeter for meets.

Since these methods, which operate on lattice elements, moved to the lattice
types, it no longer makes much sense for their parameters to be called `self`
and `other`. Rename them to `joinee` and `joiner` for joins and `meetee` and
`meeter` for meets.
@tlively tlively requested review from ashleynh and kripken October 27, 2023 20:49
@tlively tlively merged commit e8dd518 into main Oct 30, 2023
14 checks passed
@tlively tlively deleted the joinee-joiner branch October 30, 2023 20:27
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
…ly#6056)

Since these methods, which operate on lattice elements, moved to the lattice
types, it no longer makes much sense for their parameters to be called `self`
and `other`. Rename them to `joinee` and `joiner` for joins and `meetee` and
`meeter` for meets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants