Skip to content

Fix missing license files in the released gix-testtools crate #1413

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

Merged
merged 4 commits into from
Jun 22, 2024

Conversation

musicinmybrain
Copy link
Contributor

The contents of tests/tools/ are released as https://crates.io/crates/gix-testtools, so license-file symlinks are needed to ensure the license texts are distributed.

Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

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

Thanks a lot, that's a great catch!

I pushed some other updates and will merge once CI is green, and also create a new release of the crate then.

@musicinmybrain
Copy link
Contributor Author

Wonderful! Thank you.

@Byron Byron merged commit c50af65 into GitoxideLabs:main Jun 22, 2024
19 checks passed
@Byron
Copy link
Member

Byron commented Jun 22, 2024

EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request Sep 11, 2024
This removes the `gix-ignore` and `gix-index` direct dependencies
of `gix-testtools`, by having `gix_testtools` use them through
`gix-worktree`, accessing `gix_worktree::ignore` for `gix_ignore`
and `gix_worktree::index` for `gix_index`.

The rationale is that various other gix-* dependencies were used
this way already, and also that this specific change appears to
have been planned, based on the TODO comment in ddaacda (GitoxideLabs#1413).
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