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.1
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.2
Choose a head ref
  • 13 commits
  • 42 files changed
  • 4 contributors

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    fab98c3 View commit details
    Browse the repository at this point in the history
  2. Fix types in download jars example (#1770)

    Pull request: #1770
    lefou authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e940ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Update mill-main to 0.10.1 (#1771)

    Pull request: #1771
    scala-steward authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4667ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    9f923fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4b159a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Doc for using bloop as the build server (#1774)

    Pull request: #1774
    
    Co-authored-by: Tobias Roeser <[email protected]>
    Quafadas and lefou authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f9f35d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40eaaa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4365bbb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fix repl due to orphan hard-coded import (#1784)

    Pull request: #1784
    nitay authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7abaaef View commit details
    Browse the repository at this point in the history
  2. Implemented AutoCloseable Workers (#1781)

    The idea is, to automatically call the `java.lang.AutoCloseable.close()` method on workers than gets dropped, to provide a chance to clean up and free resources.
    
    I also applied some minor improvements on the go. E.g. synchronized access to `Evaluator.workerCache` now synchronizes on the `workerCache`, not on the `Evaluator` instance.
    
    I also added test cases to test `AutoCloseable` workers, sequentially and parallel.
    
    Updated documentation.
    
    This PR implements this idea:
    
    *  #1780
    
    Pull request: #1781
    lefou authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    4103b16 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Let some workers implement AutoCloseable (#1786)

    Pull request: #1786
    lefou authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3ccc0d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f5d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Prepared release 0.10.2

    lefou committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3cfb040 View commit details
    Browse the repository at this point in the history
Loading