Skip to content

Hublabel#239

Open
electricEpilith wants to merge 83 commits into
masterfrom
hublabel
Open

Hublabel#239
electricEpilith wants to merge 83 commits into
masterfrom
hublabel

Conversation

@electricEpilith
Copy link
Copy Markdown

libbdsg changes to go with merging the hublabel branch of vg

electricEpilith and others added 30 commits December 9, 2025 12:54
…it returns, and which is a different size on mac
…rtices from a net graph child. Add a bunch of comments exlaining why I am confused by the distance index orientation bookkeeping.
adamnovak and others added 5 commits April 22, 2026 18:06
planned by Claude Opus 4.7
planned by Claude Opus 4.7
planned by Claude Opus 4.7
planned by Claude Opus 4.7
@adamnovak adamnovak mentioned this pull request May 7, 2026
electricEpilith and others added 12 commits May 8, 2026 15:07
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>
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>
Copy link
Copy Markdown
Member

@adamnovak adamnovak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes since my last review look pretty good, but there still seem to be a bunch of unaddressed comments from my last review, like missing include guards and commented-out code.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatter is clang-format, you'd have to install it on your own machine

Comment thread bdsg/include/bdsg/ch.hpp
* 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);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to look at clang-format docs

Comment thread README.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants