-
Notifications
You must be signed in to change notification settings - Fork 403
Add verify-standalone
recipe
#2031
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
base: master
Are you sure you want to change the base?
Add verify-standalone
recipe
#2031
Conversation
This recipe verifies that a crate can be packaged and built in isolation (without workspace dependencies). This is useful for ensuring updated crates do not accidentally depend on breaking changes in upstream crates of the same workspace. Added alias `vs` for quick access to this commonly used verification step. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Verifies all publishable workspace crates can build in isolation. Added alias `vsa` for quick access. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
54b0033
to
63595ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 63595ee
068e47c
to
3fbf406
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cACK 3fbf406
Long term I think it would be great to have a |
I'm not sure why, but now bdk_testenv is failing on my machine:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 3fbf406
It looks fine, the issue I was facing was exclusively on my machine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 3fbf406
Works for rust stable, doesn't work for MSRV 1.63 or 1.75 but this is expected right?
Fixes #2030
Description
This recipe verifies that a crate can be packaged and built in isolation (without workspace dependencies).
This is useful for ensuring updated crates do not accidentally depend on breaking changes in upstream crates of the same workspace.
Added alias
vs
for quick access to this commonly used verification step.Checklists
All Submissions: