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

Remove use of PreservesAll, cleanup dependencies #1558

Merged
merged 1 commit into from
Aug 20, 2020
Merged

Conversation

seldridge
Copy link
Member

Remove usages of the deprecated trait PreservesAll and use an explicit
false invalidates. Additionally, all phases are converted to be more
canonical in there specification of dependencies by:

  1. Overriding all default dependency implementations
  2. Using def instead of val

Related issue: None

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes

None

Remove usages of the deprecated trait PreservesAll and use an explicit
false invalidates. Additionally, all phases are converted to be more
canonical in there specification of dependencies by:

  1. Overriding all default dependency implementations
  2. Using def instead of val

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge requested a review from a team as a code owner August 18, 2020 23:27
@seldridge seldridge requested review from ducky64 and removed request for a team August 18, 2020 23:27
@jackkoenig
Copy link
Contributor

Is this something that should be in 3.4.0?

@seldridge
Copy link
Member Author

Yeah, this would be good to sneak in. No functional change from RC-1, but a binary incompatibility.

Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least 1 bug needs fixing so RC2 will happen, let's sneak this in as well.

@jackkoenig jackkoenig added this to the 3.4.0 milestone Aug 20, 2020
@jackkoenig jackkoenig added the Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI. label Aug 20, 2020
@mergify mergify bot merged commit 70fd01d into master Aug 20, 2020
@jackkoenig jackkoenig deleted the phase-cleanup branch July 7, 2021 03:44
jackkoenig pushed a commit that referenced this pull request Feb 28, 2023
…n-ops-1343

Constant Prop Reduction Operations of Literals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants