Skip to content

Impl: prevent version mismatch #104

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

Merged
merged 6 commits into from
Dec 1, 2022
Merged

Impl: prevent version mismatch #104

merged 6 commits into from
Dec 1, 2022

Conversation

fioan89
Copy link
Collaborator

@fioan89 fioan89 commented Nov 30, 2022

  • basic semantic versioning parser and comparator
  • logic to compare if two coder versions are API compatible
  • basic checking between a tested Coder version number and the Coder version
  • resolves Prevent version mismatches #89

- basic semantic versioning parser and comparator
- logic to compare if two coder versions are API compatible
- basic checking between a tested Coder version number and
  the Coder version
- resolves #89
- and also implement equals and hashCode
- use Groovy and Spock for UTs because it's much more expressive
  but at the same time there is minimum boilerplate
- use resource bundles to specify the last version of Coder
  on which the plugin was tested
- minor renames for better readability
@fioan89 fioan89 merged commit 777e85e into main Dec 1, 2022
@fioan89 fioan89 deleted the prevent-version-mismatch branch December 1, 2022 20:42
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.

Prevent version mismatches
1 participant