Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: com-lihaoyi/mill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.10
Choose a base ref
...
head repository: com-lihaoyi/mill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.11
Choose a head ref
  • 9 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 9, 2022

  1. Pass more settings from ScalaJSModule to its Tests (Backport of #…

    …2180)  (#2182)
    
    By default I expect that tests run with the same Scala.js settings as the parent.
    
    Backport of:  #2180
    
    Pull request: #2182
    lolgab committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    17551f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Use classpath PathRefs hashCode as cache key for Scala.js worker (B…

    …ackport of #2183) (#2187)
    
    Backport of:  #2183
    
    Pull request: #2187
    lolgab committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6911a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Add @nowarn to generated ammonite script's millDiscover (Backport…

    … of #2242) (#2254)
    
    This is useful when you enable deprecation warnings using:
    ```scala
    interp.configureCompiler { c =>
      val settings = c.settings
      settings.nowarnings.value = false
      settings.maxwarns.value = 100
      settings.deprecation.value = true
    }
    ```
    Otherwise, it prints warnings for unused deprecated targets in
    `mill.main.MainModule`.
    In `0.10.10` it prints:
    ```
    /Users/lorenzo/scala/example-mill-4/build.sc:61: method all in trait MainModule is deprecated (since mill after 0.10.0-M3): Use the + separator, wildcards, or brace-expansion to specify multiple targets.
      implicit lazy val millDiscover: _root_.mill.define.Discover[this.type] = _root_.mill.define.Discover[this.type]
                                                                                                          ^
    /Users/lorenzo/scala/example-mill-4/build.sc:61: method par in trait MainModule is deprecated (since mill after 0.10.0-M3): Use the + separator, wildcards, or brace-expansion to specify multiple targets.
      implicit lazy val millDiscover: _root_.mill.define.Discover[this.type] = _root_.mill.define.Discover[this.type]
    ```
    
    Co-authored-by: Tobias Roeser <le.petit.fou@web.de>
    
    Initial pull request: #2242
    
    Pull request: #2254
    lolgab committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6c698b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Fixed module cleaning and added tests (Backport of #2257) (#2258)

    Also added tests for `MillMain.clean`
    
    Original pull request: #2257
    
    Pull request: #2258
    lefou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5907b58 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. CI: publish manual runs on 0.10.x branch (#2263)

    Pull request: #2263
    lefou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e7ed05f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    8d95410 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Update default Mill version in wrapper script to 0.10.10 (Backport of #…

    …2279) (#2280)
    
    Original pull request: #2279
    
    Pull request: #2280
    lefou committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    69a33a9 View commit details
    Browse the repository at this point in the history
  2. Fix generation of library paths containing : for Windows (Backport of

    #2273) (#2281)
    
    Original Pull Request: #2273
    
    Co-authored-by: dmitrii.naumenko <dmitrii.naumenko@jetbrains.com>
    
    Pull request: #2281
    lefou committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    01ce41b View commit details
    Browse the repository at this point in the history
  3. Prepared release 0.10.11

    lefou committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7766c41 View commit details
    Browse the repository at this point in the history
Loading