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

Add machine components #13

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Add machine components #13

merged 1 commit into from
Sep 8, 2023

Conversation

ezekg
Copy link
Member

@ezekg ezekg commented Sep 8, 2023

Closes #12.

@ezekg ezekg force-pushed the feature/add-components branch 2 times, most recently from 0f7ec52 to 65ccdac Compare September 8, 2023 17:29
if n > 1 {
params = validate{fingerprint: fingerprints[0], components: fingerprints[1:]}
} else {
params = validate{fingerprint: fingerprints[0]}
Copy link
Member Author

@ezekg ezekg Sep 8, 2023

Choose a reason for hiding this comment

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

This is a breaking change, but likely one that will be low-impact. Looking at usage logs for Cloud, nobody actually uses more than 1 fingerprint. This was just an easy way to provide an optional argument.

Copy link
Member Author

Choose a reason for hiding this comment

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

I say we go ahead with a v2.8.0 beta and see how it goes.

@ezekg ezekg force-pushed the feature/add-components branch 3 times, most recently from c3cd4ff to fbc43e4 Compare September 8, 2023 19:01
@ezekg ezekg marked this pull request as ready for review September 8, 2023 19:15
@ezekg ezekg force-pushed the feature/add-components branch 5 times, most recently from d8713f0 to ac23b79 Compare September 8, 2023 19:32
@ezekg ezekg merged commit 63447ba into master Sep 8, 2023
2 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.

Add support for machine components
1 participant