-
Notifications
You must be signed in to change notification settings - Fork 89
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
chore: update dependencies #491
Conversation
crates/validation/macros/src/lib.rs
Outdated
@@ -108,6 +108,7 @@ pub fn validated_type(input: TokenStream) -> TokenStream { | |||
#validated_type_ident, | |||
::validation::ValidationError | |||
> { | |||
panic!("here"); |
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.
is this debugging code? :)
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.
Yeah 😞 There may be a few instances of this before the PR is marked ready. Most of the advice I found when searching how to debug macro issues was along the lines of "just add debug statements until you figure it out."
If anyone has a better way to debug macros, please let me know.
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.
no, that's about how i do it.
no worries about giving up on some of the packages. we can do those one-by-one.
merged in some other PRs and i think i got the merge right here. hopefully it doesn't make things harder for you. |
manually merged Cargo.lock :/ |
we just did a big dependency update in #496 so i'm going to close this in deference to that. |
No description provided.