-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Rust] Port the ListView demo #198
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.
A few minor comments.
Your comments are fine by me
Fix the language Co-authored-by: Hofer-Julian <[email protected]>
Missed this one glib::clone Co-authored-by: Hofer-Julian <[email protected]>
Fixed comment Co-authored-by: Hofer-Julian <[email protected]>
English too hard Co-authored-by: Hofer-Julian <[email protected]>
Co-authored-by: Hofer-Julian <[email protected]>
Remove unnecessary debugging output Co-authored-by: Hofer-Julian <[email protected]>
@ondrejkolin btw. the |
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.
btw. the position: {}, Item removed? {}, Item added? {} differs from the other languages... Is that because the model is immutable in rust?
Good that you mention that, there was indeed a subtle bug :D
Also, please rename strings_model
to string_model
Co-authored-by: Hofer-Julian <[email protected]>
I am not sure if I should put those comments into the code...