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

effects: flip the meaning of inbounds_taint_consistency #46179

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

aviatesk
Copy link
Sponsor Member

@aviatesk aviatesk commented Jul 26, 2022

This commit renames inbounds_taint_consistency to noinbounds_inconsistency
so that the meaning is flipped. This should be more aligned with the
other effects, where they generally mean an absence of "undesirable"
properties, e.g. nonoverlayed.

@aviatesk aviatesk requested a review from Keno July 26, 2022 16:50
@Keno
Copy link
Member

Keno commented Jul 26, 2022

noinbounds_incosistency

Can we come up with a better name? The double negative is a bit of a mouthful.

@aviatesk
Copy link
Sponsor Member Author

noinboundstaint, noinbounds or consistent_inbounds?

@Keno
Copy link
Member

Keno commented Jul 26, 2022

noinbounds

seems fine

This commit renames `inbounds_taint_consistency` to 
`noinbounds_incosistency`
so that the meaning is flipped. This should be more aligned with the
other effects, where they generally mean an absence of "undesirable"
properties, e.g. `nonoverlayed`.
@aviatesk
Copy link
Sponsor Member Author

Done the renaming.

@aviatesk aviatesk merged commit 60d1af9 into master Jul 26, 2022
@aviatesk aviatesk deleted the avi/noinbounds branch July 26, 2022 23:19
ffucci pushed a commit to ffucci/julia that referenced this pull request Aug 11, 2022
…46179)

This commit renames `inbounds_taint_consistency` to  `noinbounds`
so that the meaning is flipped. This should be more aligned with the
other effects, where they generally mean an absence of "undesirable"
properties, e.g. `nonoverlayed`.
pcjentsch pushed a commit to pcjentsch/julia that referenced this pull request Aug 18, 2022
…46179)

This commit renames `inbounds_taint_consistency` to  `noinbounds`
so that the meaning is flipped. This should be more aligned with the
other effects, where they generally mean an absence of "undesirable"
properties, e.g. `nonoverlayed`.
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.

None yet

2 participants