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

move shrs crate to crates/shrs #234

Merged

Conversation

not-my-profile
Copy link
Contributor

Resolves #233.

@MrPicklePinosaur
Copy link
Owner

Probably keep shrs_example in root directory (or crates/) since it acts more as an integration test for all the crates and plugins. shrs_example should also be able to be built and installed by the user so having it under examples/ is a bit weird.

@not-my-profile
Copy link
Contributor Author

Ah, very good point! I didn't notice that the shrs_example also depended on the plugins. I updated this PR to keep it in the repository root. (I think that's better than having it in crates/ since then crates/ only contains crates that are published, which is nice.)

We keep the shrs_example crate in the repository root since it depends
on both the "shrs" crate, as well as the plugins, so having it under
`crates/shrs/examples/` would be a bit arbitrary, since it rather acts
as an integration test for all the crates and plugins.

Resolves MrPicklePinosaur#233.
@MrPicklePinosaur
Copy link
Owner

LGTM

@MrPicklePinosaur MrPicklePinosaur merged commit 36601dd into MrPicklePinosaur:master Aug 8, 2023
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.

Move shrs crate to crates/shrs
2 participants