Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove the `app_units` crate into a repository of its own #8012
Comments
|
This doesn't seem like the right solution to me, since it makes it impossible to publish changes to cargo. |
|
@jdm You can set a path in the Cargo.toml, Cargo packages don't need to have a src dir |
|
You're right, this isn't the correct solution. This crate should get its own repo, so that it gets tested and published in isolation. |
|
Opened a PR servo/app_units#1 . I have no preferences whatsover for the repository name. I just chose 'app_units' because that's what the Cargo.toml already had specified. |
Part of servo#8012
|
Also opened a PR to remove it from the tree #8025 |
Initial commit of app_units contents servo/servo#8012
|
Update: servo/app_units#1 has merged. Just waiting on #8025 to get reviewed before this issue can be closed. |
Remove 'app_units' component from tree Part of #8012 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8025) <!-- Reviewable:end -->
Remove 'app_units' component from tree Part of #8012 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8025) <!-- Reviewable:end -->
Remove 'app_units' component from tree Part of #8012 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8025) <!-- Reviewable:end -->
|
servo/app_units#1 and #8025 have merged. This is finished. |
The files in there should live directly in
components/app_units/.