-
Notifications
You must be signed in to change notification settings - Fork 9
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
port build from sbt to mill? #162
Comments
Use the following as a basis for replacing |
can use this: |
I believe I've demonstrated nearly all that I need here: Except also should test scalaJS building |
I now have a working jvm/js cross-platform example, so I think I am in a position to port the coulomb built to mill. |
What's the benefit of switching to |
@cquiroz I've always found sbt's config model to be confusing. Probably the most comprehensive answer to "why mill" or "why not sbt" was written by @lihaoyi : In my proof-of-concept testing, I feel like I confirmed that mill is easier to reason about than sbt, although such things are always subjective: I think that no build system can ever be truly "easy", mostly because build systems by necessity live at the intersection of a large number of kinds of functionality, which are discussed here: So my current point of view is that while I guess I'll add link to his third blog post on mill |
Thanks for the detailed write up. I haven't really tried, as hard as it i to understand |
For now I'm feeling OK about using sbt with |
https://com-lihaoyi.github.io/mill/
The text was updated successfully, but these errors were encountered: