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

Rusty equalsMod #13

Merged
merged 23 commits into from
Oct 1, 2024
Merged

Rusty equalsMod #13

merged 23 commits into from
Oct 1, 2024

Conversation

tobias-rnh
Copy link
Collaborator

Intended Change

With this PR, RenamingProgramElementProperty and RenamingTermProperty are adapted to RustyKeY.
Terms do not implement EqualsModProperty anymore, as the properties are now used directly to carry out the equality check.
For a few RustyProgramElements fitting equals and hashCode methods have been defined, or they have been changed to records.

Type of pull request

  • Bug fix (non-breaking change which fixes an issue)
  • Refactoring (behaviour should not change or only minimally change)
  • New feature (non-breaking change which adds functionality)
  • There are changes to the (Java) code

Ensuring quality

  • I made sure that introduced/changed code is well documented (javadoc and inline comments).
  • I added new test case(s) for new functionality.

Additional information and contact(s)

The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.

…ualsMod

# Conflicts:
#	keyext.rusty/src/main/java/org/key_project/rusty/logic/equality/EqualsModProperty.java
#	keyext.rusty/src/main/java/org/key_project/rusty/logic/equality/ProofIrrelevancyProperty.java
#	keyext.rusty/src/main/java/org/key_project/rusty/parser/varcond/TacletBuilderManipulators.java
#	keyext.rusty_while/src/test/java/org/key_project/rusty/BasicTest.java
@tobias-rnh tobias-rnh changed the base branch from main to rusty September 30, 2024 10:12
@Drodt Drodt merged commit 6de2af0 into Drodt:rusty Oct 1, 2024
11 of 13 checks passed
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