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.9.8
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.9.9
Choose a head ref
  • 13 commits
  • 17 files changed
  • 4 contributors

Commits on May 27, 2021

  1. Updated changelog

    lefou committed May 27, 2021
    Configuration menu
    Copy the full SHA
    18f3e05 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. BSP: Fix sourceItem for mill-build (#1349)

    due to hardcode `sourceItem(evaluator.rootModule.millSourcePath / "src", generated = false)`,
    Metals not recognize build.sc as source file when user choose mill-bsp build server,
    no auto-complete and hover tooltips available
    
    This commit fixes #1159
    
    Pull request: #1349
    camper42 authored May 29, 2021
    Configuration menu
    Copy the full SHA
    1a22595 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Toolchain: update mill to 0.9.8 (#1348)

    Pull request: #1348
    lefou authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d1bb057 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Prevent compilation during bloop config generation (#1352)

    Remove Platform.JVM#classpath value altogether.
    Bloop will fallback to the value present in the Project object.
    
    Pull request: #1352
    Baccata authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    65cd19d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update upickle to 1.3.13 (#1347)

    Pull request: #1347
    lefou authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    955f682 View commit details
    Browse the repository at this point in the history
  2. Update scalameta-trees to 4.4.18 (#1346)

    Pull request: #1346
    lefou authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    95f2250 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Update zinc to 1.5.4 (#1357)

    Pull request: #1357
    scala-steward authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    2df3fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Update zinc to 1.5.5 (#1362)

    Pull request: #1362
    scala-steward authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    432f3e6 View commit details
    Browse the repository at this point in the history
  2. Update trees to 4.4.21 (#1360)

    Pull request: #1360
    scala-steward authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1cfa517 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. GenIdea: Fixed content path of root project (mill-build) (#1369)

    Fixed and re-added tests for GenIdea.
    lefou authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e3e80b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Prepared release 0.9.9

    lefou committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    64071b7 View commit details
    Browse the repository at this point in the history
  2. Disabled always failing integration test suite (#1397)

    The test issue is related to this message and happened also sometimes in the past:
    
    > utest.AssertionError: assert(eval("core.test"))
    > java.lang.Exception: Resource amm-dependencies.txt not found
    
    Pull request: #1397
    lefou committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a59a805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5210244 View commit details
    Browse the repository at this point in the history
Loading