-
Notifications
You must be signed in to change notification settings - Fork 503
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
Run Mill 0.12 with --ticker=false
#3511
Conversation
75d4946
to
f0943c9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3511 +/- ##
=======================================
Coverage 89.66% 89.66%
=======================================
Files 171 171
Lines 3530 3531 +1
Branches 332 332
=======================================
+ Hits 3165 3166 +1
Misses 365 365 ☔ View full report in Codecov by Sentry. |
I found that the scala-steward action still failed. Should I wait for a new steward version to be released? |
You can use the latest Scala Steward snapshot with the Action: #1468 (comment) |
@fthomas Good, it works well now. Thank you a lot. |
Thanks for confirming that it works now. I just released Scala Steward 0.32.1 which includes this fix, so you can remove the |
Running Mill 0.11 with `--ticker=false` (which has been added in #3511) produces the following error: ``` Parsing exception Position 1:9, found "=false" ``` The `--ticker <bool>` option has been added to Mill in 0.12.0 if I'm reading [this commit](com-lihaoyi/mill@0c44ffa) correctly. We therefore need to use `--disable-ticker` with Mill 0.11 and `--ticker false` with Mill >= 0.12.
Closes: #3478
Closes: scala-steward-org/mill-plugin#64