-
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
feat: Move common-use crates into hc_common #37
Conversation
This commit fixes a broken item path in the hc_error macro, and updates imports of hc_common to reflect the new structure. Signed-off-by: Andrew Lilley Brinker <[email protected]>
Open to suggestions to restructure hc_common with some nested folders inside src, if that makes things more legible code-wise. |
Thanks! I think we can start here and then consider a module restructure after that. LGTM! |
Ah, looks like there are conflicts preventing a rebase. @mchernicoff think you could resolve them? Happy to do it myself if that's easier. |
Hm, looks like it didn't do the Conventional Commits checking in CI, which it should be doing now. So I'll also debug that |
@alilleybrinker I can do another rebase and check for conflicts. |
This commit fixes bad YAML indentation leading to the conventional commits CI configuration being ignored previously. Signed-off-by: Andrew Lilley Brinker <[email protected]>
@mchernicoff I just pushed a commit to this branch to (hopefully) fix the broken CI job for Conventional Commit checking. |
Taking a look at the updates now! |
This commit fixes some minor issues with compiling default-ignored tests, and also updates the CI config to make sure those cases are caught in the future. Signed-off-by: Andrew Lilley Brinker <[email protected]>
Okay @mchernicoff looks like it just needs a final review from you since I pushed some minor fixes to the PR branch. Then we're good to merge! |
As part of a general bookkeeping effort, this moves the following common-use crates into the
hc_common
crate:hc_command_util
hc_error
hc_filesystem
hc_pathbuf
hc_test_util