8000 Split out `core/` folder from `main/` by lihaoyi · Pull Request #4509 · com-lihaoyi/mill · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Split out core/ folder from main/ #4509

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

Merged
merged 6 commits into from
Feb 8, 2025
Merged

Conversation

lihaoyi
Copy link
Member
@lihaoyi lihaoyi commented Feb 8, 2025

core/ contains the main execution engine without user facing helpers. main/ contains a bunch of user facing helper: the builtins in MainModule, SelectiveExecution, init, etc.

The high-level layering of the Mill repo is now a lot flatter than before, with main/ and the various *lib modules (mostly) independent of each other all depending on the shared core/:

Screenshot 2025-02-08 at 1 24 48 PM

The JVM packages haven't changed since they never included main. in the package name, so now they don't include core. either. A bit irregular but no more so than it was before

@lihaoyi lihaoyi merged commit c1fe9ea into com-lihaoyi:main Feb 8, 2025
29 of 31 checks passed
@lefou lefou added this to the 0.13.0 milestone Feb 8, 2025
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
0