-
-
Notifications
You must be signed in to change notification settings - Fork 53
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: author constraint missed rr.res_role extra table #515
Conversation
also add a remote test with all constraints
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.
I like it. Thanks for fixing my fumble – I owe you $beverage.
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 so much for the PR. I have a super minimal bikeshedding comment about the changelog for which I added a suggestion here rather than changing it prior the release.
and I suppose we should properly document the practices for changelog at some point (it's user-facing, so it should be informative for them and should summarize what a PR fixed/enabled rather than the "how". And we only list user-related items (no entry for PRs that only touch docs, tests, or internal maintenance)
devdeps CI failure is unrelated and upstream due to an astropy/numpy incompatibility |
Co-authored-by: Brigitta Sipőcz <[email protected]>
That'd be a useful document, I'm always unsure about what should be in the changelog ^^' |
Thanks @ManonMarchand! |
fix: author constraint missed rr.res_role extra table
Hi,
This PR should solve #514. It adds the table
rr.res_role
to the init of the Author constraint.There is also a new remote test that combines every constraint type. This should prevent this kind of issue to come back.