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

#158: VersionRange with open boundaries #159

Conversation

MattesMrzik
Copy link
Contributor

Extended the VersionRange to also model open boundaries that do not include the specified value. Also wrote tests for this class.
Closes #158.

Extended the VersionRange to also model open boundaries that do not include the specified value. Also wrote tests for this class.
@coveralls
Copy link
Collaborator

coveralls commented Dec 18, 2023

Pull Request Test Coverage Report for Build 7449724212

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.4%) to 53.297%

Totals Coverage Status
Change from base Build 7449585111: 1.4%
Covered Lines: 3090
Relevant Lines: 5587

💛 - Coveralls

@MattesMrzik MattesMrzik requested a review from hohwille January 2, 2024 10:01
@MattesMrzik MattesMrzik assigned hohwille and unassigned aBega2000 Jan 8, 2024
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

@MattesMrzik thanks for this PR and rework. 👍
I added 2 suggestions. If you can agree and accept, we can merge this immediately.

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

@MattesMrzik thanks for the fast rework and fixing the bug in my suggested code 👍
Ready for merge now.

@hohwille hohwille added this to the release:2024.01.001 milestone Jan 8, 2024
@hohwille hohwille merged commit 0e84aff into devonfw:main Jan 8, 2024
4 checks passed
@hohwille hohwille added the story-review marks PRs that will be presented in the sprint-review label May 3, 2024
@hohwille hohwille added the reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. story-review marks PRs that will be presented in the sprint-review
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

VersionRange with open intervals
4 participants