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

Support patch wildcard when including package versions in configuration #1310

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

jafeltra
Copy link
Collaborator

This PR supports using a patch wildcard in a package version that is listed in the sushi-config.yaml dependencies list. In order to support this functionality, the latest version of FPL is used, which automatically determines the latest satisfying version of the package.

In order to test this, add a dependency with a version that uses a patch wildcard, such as:

dependencies:
  hl7.fhir.us.mcode: 2.0.x

Fixes #1219

Copy link
Collaborator

@mint-thompson mint-thompson left a comment

Choose a reason for hiding this comment

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

hooray for patch versions!

Copy link
Member

@cmoesel cmoesel left a comment

Choose a reason for hiding this comment

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

Splendid!

@jafeltra jafeltra merged commit bf9c540 into master Jul 24, 2023
14 checks passed
@jafeltra jafeltra deleted the support-patch-wildcard branch July 24, 2023 19:36
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.

SUSHI should support x patch wildcard in package versions
3 participants