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

Split rust-tooling into separate crates #1795

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Nov 21, 2023

TL;DR: This makes CI faster.

The main advantage of splitting the tooling into several crates is that the CI tests only need to compile the dependencies needed for them. Notably, that excludes Tera, which is used for exercise generation. This also paves the way for making the exercise generator more rich, using potentially compile-time heavy crates (e.g. clap).

This is in preparation for more independent tooling things.
The most tangible immediate benefit should be faster compile times
for the tests that run in CI.
@senekor senekor merged commit b2f72ef into main Nov 21, 2023
11 checks passed
@senekor senekor deleted the rust-tooling-workspace branch November 21, 2023 15:07
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