-
Notifications
You must be signed in to change notification settings - Fork 52
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
Changes required due to libxrpl refactor #54
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.
Two non-binding comments
- consider squashing both commits
- consider separating non-xrpl includes from xrpl ones, such that 1) own headers go first, then empty line, then 2) xrpl includes, then empty line, then 3) C++ and boost includes (can be in one block together)
792eed6
to
adbf1ca
Compare
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.
Thanks for adding separating lines between includes 👍
Priority: 0 | ||
- Regex: '^<(ripple)/' | ||
- Regex: '^<xrpl/.*>' | ||
Priority: 2 | ||
- Regex: '^<(test)/' | ||
Priority: 1 | ||
- Regex: '^<.*\.h>' | ||
Priority: 0 |
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.
I generally prefer listing these in ascending priority order. Just noting for next time.
XRPLF/rippled#5050 moved things