Replies: 17 comments 23 replies
-
Mill |
Beta Was this translation helpful? Give feedback.
-
Mill |
Beta Was this translation helpful? Give feedback.
-
Mill |
Beta Was this translation helpful? Give feedback.
-
Mill |
Beta Was this translation helpful? Give feedback.
-
We'll also be moving the Mill process |
Beta Was this translation helpful? Give feedback.
-
Dropped Support for Scala Native
|
Beta Was this translation helpful? Give feedback.
-
The name of the As a result, when using A possible code change might look like this: mill.resolve.Resolve.Tasks.resolve(
- build,
+ build.`package`,
taskNames,
SelectMode.Separated
) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Mill commands now require arguments to be passed named via You can pass in |
Beta Was this translation helpful? Give feedback.
-
The type parameter for |
Beta Was this translation helpful? Give feedback.
-
I maybe missed it somewhere, but a breaking change also? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have a file
How should I modify my |
Beta Was this translation helpful? Give feedback.
-
I hit a case where tests classes failed on 0.12.0, but worked on 0.11.12. Worked in CI, but not locally, which was odd. In my build, I was adding this flag to forkArgs.
but hitting this;
The workaround seems to be adding the jvm flag to mill opts, but this might be expected behaviour. Discord discussion;
|
Beta Was this translation helpful? Give feedback.
-
Thank you!
…On Wed, 13 Nov 2024 at 22:01, Tobias Roeser ***@***.***> wrote:
Next Mill 0.12.3 will not longer fail in such situations.
- #3954 <#3954>
—
Reply to this email directly, view it on GitHub
<#3349 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF57BUA5ZJM5WY7JCLZ6CPD2AO4ZNAVCNFSM6AAAAABMFZ62J6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRUGYZDSOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Are there migration instructions somewhere? |
Beta Was this translation helpful? Give feedback.
-
Seems like it now reads all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Below you find a new feature or a breakage per main-comment. Discussion should happen in the matching sub-comments.
The development of Mill
0.12
starts with the tag0.12.0-M0
in themain
branch. It is planned to keep binary compatibility to Mill0.11
, so that you can keep using plugins built for Mill0.11
. Therefore we also keep the binary platform to0.11
, which means, thirdparty plugins will keep using the_mill0.11
suffix in their artifact name.Maintenance of Mill
0.11
will happen for a rather short time in the0.11.x
branch, as we hope that it's easy for most users to just switch over to0.12
.Please open a new issue or a discussion, if you face major road blocks when switching from
0.11
to0.12
!Beta Was this translation helpful? Give feedback.
All reactions