Hublabel#239
Conversation
…it returns, and which is a different size on mac
…rs that validate it
…opefully query off the right orientations
…ses that all can run
…rtices from a net graph child. Add a bunch of comments exlaining why I am confused by the distance index orientation bookkeeping.
…ord access attempts
…t that instead of unpicking it
planned by Claude Opus 4.7
planned by Claude Opus 4.7
planned by Claude Opus 4.7
planned by Claude Opus 4.7
fix typos Co-authored-by: Adam Novak <anovak@soe.ucsc.edu>
Co-authored-by: Adam Novak <anovak@soe.ucsc.edu>
Co-authored-by: Adam Novak <anovak@soe.ucsc.edu>
Co-authored-by: Adam Novak <anovak@soe.ucsc.edu>
planning help from Claude Opus 4.7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ations' error Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
These files are auto-generated, so you can run the formatter on them, but the changed will be clobbered when we next regenerate them.
It might make sense to include the formatter script in the repo somewhere at some point, so we can keep around a command line that formats the real code and ignores the synthetic code.
There was a problem hiding this comment.
The formatter is clang-format, you'd have to install it on your own machine
| * an orientation of a node, as a source or destination. | ||
| */ | ||
| NODE_UINT bgid(const handle_t& h, const bdsg::HashGraph& hg); | ||
| NODE_UINT bgid(const handle_t &h, const bdsg::HashGraph &hg); |
There was a problem hiding this comment.
Is this a configurable switch of the formatter? We almost always use the ampersand on the type, and I don't think we want to go through and touch all the code to put it on the variable instead, so having the formatter come through and change it in some files is probably making things worse instead of better.
There was a problem hiding this comment.
Will need to look at clang-format docs
Co-authored-by: Adam Novak <anovak@soe.ucsc.edu>
libbdsg changes to go with merging the hublabel branch of vg