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.11
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.12
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 30, 2023

  1. Added another retry candidate for coursier resolution (Backport of #2287

    ) (#2296)
    
    Original pull request: #2287
    
    Pull request: #2296
    lefou authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8ef23dc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Disabled tests that always fail CI recently (#2369)

    I have no idea why they fail and why they worked before, but this is
    the maintenance branch of Mill 0.10.x and those failing test (which
    worked before) block successful CI runs.
    
    Pull request: #2369
    lefou authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9ddb1ad View commit details
    Browse the repository at this point in the history
  2. ScalaJSModule: Deprecate fastOpt and fullOpt (#2324)

    Pull request: #2324
    lefou authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    501f63e View commit details
    Browse the repository at this point in the history
  3. Fix concurrency issue with test event reporting (Backport of #2314) (#…

    …2366)
    
    An intermittent failure occurs when running tests with `-j 0 ...` on a
    machine with plenty of cores. This is due to concurrent use of
    scala.collection.mutable.Buffer.
    
    This PR uses a concurrent collection to allow concurrent tests to append
    events safely.
    
    Original Pull Request: #2314
    
    Pull request: #2366
    
    Co-authored-by: Oliver Wickham <[email protected]>
    lefou and ollyw authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    799d7e9 View commit details
    Browse the repository at this point in the history
  4. Update Mill 0.10.11 (#2370)

    Pull request: #2370
    lefou authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ca9ce1b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Tooling and dependency updates (#2372)

    Pull request: #2372
    lefou authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    95a5a9a View commit details
    Browse the repository at this point in the history
  2. Prepared release 0.10.12

    lefou committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    cfbafb8 View commit details
    Browse the repository at this point in the history
Loading