-
Notifications
You must be signed in to change notification settings - Fork 30
Migrating from 2021 edition to 2024 v4 #508
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
Conversation
jgarzik
left a comment
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.
hmm. this seems like (a) some unrelated lint changes and (b) a net negative for some of our code, vs just leaving it alone. I don't see the value...
|
|
||
| macro_rules! read_iter_next { | ||
| ($iter:expr, $ret:expr) => { | ||
| ($iter:expr_2021, $ret:expr_2021) => { |
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.
Yuck :)
| } | ||
| }; | ||
| ($iter:expr) => { | ||
| ($iter:expr_2021) => { |
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.
Ditto. This makes me think we should stay on 2021.
| .take(*self.last_field.borrow() - last_field) | ||
| { | ||
| (*field.get()).value = AwkValueVariant::UninitializedScalar; | ||
| unsafe { |
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.
hmmm
It's only |
Understood. I reviewed the code and don't see the value, sorry. |
No description provided.