-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: +
supported in ORIGIN
#70
Conversation
- added test
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.
Thank you for your work @Dajamante! It looks very good overall, there are just a few nitpicks.
Regarding the println
statements you added: I understand that you added them for debugging purposes, which is a good thing to have. But I don't think they should appear in the normal output, since, as far as I understand, they are not meant for the user of flip-link, but rather a developer working on flip-link.
Therefore please change them to log::debug!
(or another log-level if you think it is better suited), since then they won't appear by default, but can be enabled via the RUST_LOG
environment variable.
I am really sorry about the |
Co-authored-by: Johann Hemmann <[email protected]>
…o plus_sign_in_origin
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.
Thank you for addressing my review! I added two more, small, questions regarding the doc-comments.
No really, kudos to you 😄 , that was an excellent review! I addressed your two comments. |
Co-authored-by: Johann Hemmann <[email protected]>
Co-authored-by: Johann Hemmann <[email protected]>
…o plus_sign_in_origin
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.
bors d+
✌️ Dajamante can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
Build succeeded: |
+
supported in ORIGIN
flip-link
does now accept additions for Origin as in this issue.fixes #65.