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

Run Mill 0.12 with --ticker=false #3511

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Run Mill 0.12 with --ticker=false #3511

merged 1 commit into from
Dec 30, 2024

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Dec 30, 2024

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.66%. Comparing base (3522159) to head (f0943c9).
Report is 6 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@fthomas fthomas merged commit 8929fad into main Dec 30, 2024
12 checks passed
@fthomas fthomas deleted the fix/mill-plugin/64 branch December 30, 2024 17:50
@zhutmost
Copy link

I found that the scala-steward action still failed. Should I wait for a new steward version to be released?

@fthomas
Copy link
Member Author

fthomas commented Dec 31, 2024

You can use the latest Scala Steward snapshot with the Action: #1468 (comment)

@fthomas
Copy link
Member Author

fthomas commented Dec 31, 2024

@zhutmost
Copy link

@fthomas Good, it works well now.

Thank you a lot.

@fthomas
Copy link
Member Author

fthomas commented Dec 31, 2024

Thanks for confirming that it works now. I just released Scala Steward 0.32.1 which includes this fix, so you can remove the scala-steward-version option again.

fthomas added a commit that referenced this pull request Jan 12, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cat:build-tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it compatible with Mill 0.12.x ? My Scala Steward app is breaking on a Mill repo
3 participants