Skip to content

Conversation

michael-p
Copy link
Contributor

Closes #179

@thejpster
Copy link
Member

thejpster commented Feb 25, 2025

The new feature needs adding to the CI workflow, but it'll break the matrix because you can't build it with 1.76. I don't have any good ideas on how to fix that right now - happy to hear if you have any.

@michael-p
Copy link
Contributor Author

The new feature needs adding to the CI workflow, but it'll break the matrix because you can't build it with 1.76. I don't have any good ideas on how to fix that right now - happy to hear if you have any.

Argh, that's annoying! Sorry, no ideas from my side, except just duplicating the workflow for the core-error feature with Rust 1.81. Do you want me to do that, or would you prefer to just not test this in CI?

@thejpster
Copy link
Member

does https://github.com/orgs/community/discussions/26253#discussioncomment-3250989 help?

I wouldn't want to add something that wasn't being tested in CI, as it'll just break.

@avsaase
Copy link

avsaase commented Mar 8, 2025

You can exclude specific configurations from a matrix job: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixexclude

EDIT: I somehow didn't see the previous comment

@thejpster
Copy link
Member

MSRV was bumped in #204 so a rebase might fix this

@thejpster thejpster added this pull request to the merge queue Sep 19, 2025
@thejpster
Copy link
Member

Thank you for your PR.

Merged via the queue into rust-embedded-community:develop with commit ee7dd2d Sep 19, 2025
7 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.

Implement core::error::Error
3 participants