Skip to content
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

Removes circular dev dependency ucal(dev)->udat->ucal #101

Closed
wants to merge 1 commit into from

Conversation

filmil
Copy link
Member

@filmil filmil commented May 14, 2020

This change moves a few ucal tests up the test hierarchy
to remove a dev dependency of ucal onto udat. This circular
dependency makes crates.io object to the dependency structure,
even though strictly speaking a dev dependency shouldn't count.

See issue #96 for a discussion of options. I think this is the
least invasive change that we can make to keep the tests in their
current form.

Fixes: #96

@filmil
Copy link
Member Author

filmil commented May 14, 2020

@kpozin my proposal to remove the circular dev deps.

Build dependencies are only relevant for build.rs, which
is not used in the 'ucol' crate.
@filmil filmil closed this May 14, 2020
@filmil filmil deleted the circular-deps branch September 17, 2021 17:24
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.

Amend make publish to support removing dev-dependencies
1 participant