-
Notifications
You must be signed in to change notification settings - Fork 42
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
Port from xml-rs to quick-xml #88
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.
Hi there!
While not a maintainer of this repo, I am a keen Rustacean with an interest in the original issue, so I hope you don't mind my feedback.
Thanks for continuing on this work!
254d6df
to
39ac42a
Compare
Thanks for your feedback, @RickyDaMa. I've applied most of your suggestions, they do improve the code quite a bit. I'll be honest: I haven't completely read the code that I committed, just the bits I needed to touch to apply the feedback from over at #78 😅, as well as a bit required for #52 later on, although I haven't started implementation on that one yet, as I'd want this here and #85 to be merged first. |
No problem, I will admit I originally did the review thinking this was a repository I had some association with, but glad I helped nonetheless 😅 Hope this can get merged! |
@RickyDaMa Thanks for doing the review for me 😁! I'll try and take a look at it later today. |
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.
It's looking pretty good @jcgruenhage, just a few changes. I've only reviewed the first commit, please could you drop the clippy changes from this PR for the time being and put them in another once this is merged.
Thanks for the extensive review @ebarnard, I'll try to get the requested changes in today :) |
39ac42a
to
b1af960
Compare
I've addressed all of the feedback except for the |
b1af960
to
59a17de
Compare
Okay, @ebarnard, your feedback should now be fully addressed, let me know if there is anything else you'd want changed here. |
hi @jcgruenhage thank you for finishing this! i'm happy you decided to tag me as a co-author, but may i ask you to replace my old tag with |
59a17de
to
4df9dc2
Compare
Sure thing! |
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.
Two more small questions and then we're good to go. Thank you so much @jcgruenhage for taking time to work on this.
Co-authored-by: max <[email protected]>
4df9dc2
to
5fdedbe
Compare
@ebarnard I think this is ready now. One question: What's going to be the next released version? Asking because of the deprecation warning on |
Think it should be 1.4 |
Then the deprecation is already good as it is. With your approval on it now, do you want to merge it? |
@ebarnard do you have an idea when this could be released? |
v1.4 has now been released. |
Follow-up from #78. Things that happened since:
Thanks to @pr2502 for doing the heavy lifting here, most stuff was already in pretty good shape so I mostly just moved stuff around and did a few little touch-ups here and there.