-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Revert "Revert dataclass engine params (#8540)" #8548
Revert "Revert dataclass engine params (#8540)" #8548
Conversation
081e1c0
to
59302a7
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.
Yay! Thank you for updating this.
739bf3b
to
6740a9d
Compare
526c647
to
45bd259
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.
Would you be willing to split this up into two separate PRs?
- Docs only change.
- Validation that dataclasses are being used correctly.
I think that would make this easier to review and land.
Great idea!! Will do!! |
This reverts commit 1aae1b5. review comments fix indentation [ci skip-rust-tests] # No Rust changes made. [ci skip-jvm-tests] # No JVM changes made. fix formatting [ci skip-rust-tests] # No Rust changes made. [ci skip-jvm-tests] # No JVM changes made. fix test failure [ci skip-jvm-tests] # No JVM changes made. [ci skip-rust-tests] # No Rust changes made. [ci skip-jvm-tests] # No JVM changes made.
# Delete this line to force CI to run the JVM tests. [ci skip-jvm-tests] # No JVM changes made.
45bd259
to
57fdbc6
Compare
Closing because we want this documentation to live in https://pants.readme.io/docs/plugins-overview. Once those docs are done, I think we'll want to delete this README. I'll incorporate your (very helpful!) changes in those docs, and I'd love any feedback on them once ready :) |
Problem
This reverts commit 1aae1b5, with the intent to re-land #8181.
Solution
Rule
subclasses to provide better error messaging when engine Params are constructed that are unhashable. See update engine README for @dataclasses #9446 for more info.[ci skip-rust-tests] # No Rust changes made.
[ci skip-jvm-tests] # No JVM changes made.