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 lune into proper crates #188

Merged
merged 68 commits into from
May 12, 2024
Merged

Split lune into proper crates #188

merged 68 commits into from
May 12, 2024

Conversation

filiptibell
Copy link
Collaborator

@filiptibell filiptibell commented Apr 21, 2024

This PR splits the lune megacrate and standard library into several smaller crates. Its main goals are:

  • Clearer separation of concerns and dependencies
  • Improved incremental compilation times, and possibly codegen
  • Sub-crates should be consumable by other projects outside of Lune

Implementation notes

Workspace configuration for clippy lints has also been added, and now applies to all crates. These new lints are also fixed in this same PR.

Any common utilities have been rewritten and put into a common lune-utils crate by necessity. This new crate will be kept as small as possible since all other Lune crates depend on it, and because it will be indirectly depended on by any consumer outside of Lune itself.

Information for contributors

While this PR is being worked on it is unlikely for other PRs to get merged since it involves larger structural changes to Lune. Hopefully, once it has been merged, contributing to Lune will be even easier than before.

@filiptibell filiptibell marked this pull request as ready for review April 23, 2024 17:19
@filiptibell filiptibell marked this pull request as draft April 24, 2024 15:09
@filiptibell filiptibell marked this pull request as ready for review May 12, 2024 11:23
@filiptibell filiptibell merged commit de71558 into main May 12, 2024
12 checks passed
@filiptibell filiptibell deleted the split-into-crates branch May 12, 2024 11:30
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.

1 participant