Bug 275961 - devel/mill Update to 0.11.6
Summary: devel/mill Update to 0.11.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL: https://mill-build.com/mill/Changelog...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-27 10:00 UTC by Jens Grassel
Modified: 2024-01-21 11:33 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update devel/mill to 0.11.6 (2.33 KB, patch)
2023-12-27 10:00 UTC, Jens Grassel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2023-12-27 10:00:55 UTC
Created attachment 247284 [details]
Patch to update devel/mill to 0.11.6

Hi,

I've attached a patch to update the mill build tool from 0.11.4 to 0.11.6.

Kind regards,

Jens
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-21 11:26:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff19fefe2cd65e9f28dd25143c22c0632274a9cd

commit ff19fefe2cd65e9f28dd25143c22c0632274a9cd
Author:     Jens Grassel <freebsd-ports@jan0sch.de>
AuthorDate: 2024-01-20 16:48:38 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-21 11:24:47 +0000

    devel/mill: Update to 0.11.6

    Changelog: https://mill-build.com/mill/Changelog.html#0-11-6

    Changelog
    ---------

    - Make PathRef robust against concurrent filesyste modifications
    - Use logger error stream for informational messages
    - Harden assembly logic against Zip-Slip vulnerabilities
    - Add an option to disable incremental compilation with zinc
    - Add check for right Tests traits in ScalaJS and Native
    - Attempt to recover from client/server connection errors
    - Fix discovery of targets whose names get mangled
    - Make mill show skip -j prefixes to ensure machine readability
    - Support for Java 21
    - Various BSP improvements
    - The T.workspace context path now always points to the top-level project
      directory, also for meta builds
    - Mill now better detects and reports logical cycles in inter-module
      dependencies
    - Fixed semanticDB data generation for meta builds
    - The prepareOffline command also fetches relevant compiler-bridges for
      Scala modules
    - Improved ScalaJSModule and added support for IRFileCache
    - The JavaModule.zincReportCachedProblems configuration can now also
      customized via a Java system property
    - Fixed a file truncation issue in protobuf module and print a warning
      when proto file get overwritten
    - Documentation improvements
    - Dependency updates
    - Various other improvements and cleanups

    PR:             275961

 devel/mill/Makefile | 6 +++---
 devel/mill/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-01-21 11:33:56 UTC
Committed, thanks