-
Notifications
You must be signed in to change notification settings - Fork 10
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
Common add assert() function #898
Common add assert() function #898
Conversation
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.
Thanks @PiusKariuki - what a pleasant surprise! Thank you for such a fully-featured and comprehensive PR, we really appreciate it.
There's one big issue with the return which we'll need to resolve, plus a couple of minor comments which it would be nice to address 🙏
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.
Thank you @PiusKariuki!
As on the other PR, can you please generate a changeset file - pnpm changeset
. This will also be a minor release.
Tomorrow I'll merge both of these changes to a branch in the repo, run a bit of QA, and release to the world!
Thank you for the very helpful reviews @josephjclark ! |
Summary
Added an 'assert' function to the common adaptor
Fixes #876
Details
Created an assert function that aborts execution when it fails.
AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to know!):
You can read more details in our Responsible AI Policy
Review Checklist
Before merging, the reviewer should check the following items:
dev only changes don't need a changeset.