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

Fix: Add Types for Ultramarine Linux #363

Merged
merged 7 commits into from
Mar 3, 2024

Conversation

8bitZeta
Copy link
Contributor

I completely forgot to add the Types for Ultramarine on my previous PR. This should rectify that.

Copy link
Contributor

@ydirson ydirson left a comment

Choose a reason for hiding this comment

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

Please have a look at the jobs still failing ;)

@8bitZeta
Copy link
Contributor Author

Please have a look at the jobs still failing ;)

Yup, I have a few changes on my end addressing these, and I'm stuck on one snag currently.

Hoping to have it fixed before the day is over.

@8bitZeta
Copy link
Contributor Author

@ydirson, almost everything seems to be passing sans a Windows issue which is being addressed in another PR via Dependabot...

Are you able to test/build now?

Copy link
Contributor

@ydirson ydirson left a comment

Choose a reason for hiding this comment

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

just a few remarks about commit structuring, otherwise lgtm

Comment on lines 317 to 320
assert_eq!(parse_results.distribution, Some("UltramarineLinux".to_string()));
assert_eq!(
parse_results.distribution,
Some("UltramarineLinux".to_string())
);
Copy link
Contributor

Choose a reason for hiding this comment

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

this would be better folded into the commit that adds the line

parse_results.distribution,
parse_results.distribution,
Copy link
Contributor

Choose a reason for hiding this comment

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

this would be better folded into the commit that adds the line

@stanislav-tkach stanislav-tkach merged commit 5b5e49b into stanislav-tkach:master Mar 3, 2024
17 of 21 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.

None yet

3 participants