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

Logger does not reflect the real build script name #3831

Closed
lefou opened this issue Oct 24, 2024 · 0 comments · Fixed by #3847
Closed

Logger does not reflect the real build script name #3831

lefou opened this issue Oct 24, 2024 · 0 comments · Fixed by #3847
Milestone

Comments

@lefou
Copy link
Member

lefou commented Oct 24, 2024

When the build script is named build.sc the prompt logger shows build.mill.

> ls build.* */build.*
build.sc mill-build/build.sc

> mill resolve _
[mill-build/build.mill-57/61] compile
...
[build.mill-58/62] compile
...
lefou added a commit to lefou/mill that referenced this issue Oct 26, 2024
Instead of always using `build.mill` we now use the actual buildfile name in the progress logger.

```
> mill resolve _
[build.sc-57/61] compile
...
```

Fix com-lihaoyi#3831
lefou added a commit that referenced this issue Oct 27, 2024
Instead of always using `build.mill` we now use the actual buildfile
name in the progress logger.

```
> mill resolve _
[build.sc-57/61] compile
...

> mv build.sc build.mill.scala

> mill resolve _
[build.mill.scala-57/61] compile
...
```

Fix #3831

Pull request: #3847
@lefou lefou added this to the 0.12.2 milestone Oct 27, 2024
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 a pull request may close this issue.

1 participant