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/os-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.2
Choose a base ref
...
head repository: com-lihaoyi/os-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.3
Choose a head ref
  • 12 commits
  • 17 files changed
  • 9 contributors

Commits on Nov 6, 2023

  1. Update utest to 0.8.2 (#229)

    Pull request: #229
    scala-steward authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a2f9580 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Remove unnecessary logging (#232)

    It was unfortunately left behind after last round of debugging...
    
    Pull request: #232
    szymon-rd authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    33b6887 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update mill-mima to 0.1.0 (#233)

    Pull request: #233
    scala-steward authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a59b2f5 View commit details
    Browse the repository at this point in the history
  2. Fix for Windows os.root() with slash error (#235)

    This also adds a unit test.
    
    Pull request: #235
    philwalk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fd44104 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix watch on Windows (#236)

    There are 2 parts to this fix:
    1. the `FILE_TREE` modifier, which tells Windows to watch the whole
    folder recursively. This prevents errors when trying to move/rename a
    folder, since otherwise it locks them and we get errors.. Got this from
    here https://stackoverflow.com/a/6265860/4496364
    2. preventing dynamic registration of subfolders in the
    `recursiveWatches` method
    sake92 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7ab5c0f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Fix propagateEnv = false to not propagate env (#238)

    Originated from com-lihaoyi/mill#2881
    
    Pull request: #238
    lolgab authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7000353 View commit details
    Browse the repository at this point in the history
  2. After release tasks (#228)

    Pull request: #228
    lefou authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3f3cf38 View commit details
    Browse the repository at this point in the history
  3. Update scalafmt-core to 3.7.17 (#237)

    Pull request: #237
    scala-steward authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    716f261 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Update mill-main to 0.11.6 (#240)

    Pull request: #240
    scala-steward authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    650dee6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Make os.home a def (#239)

    In some environments the home directory is not configured, thus
    `user.home` can be set to e.g. "?" (like in the issue the Scala CLI team
    has bumped into). See [OpenJDK
    sources](https://github.com/openjdk/jdk/blob/master/src/java.base/unix/native/libjava/java_props_md.c#L508)
    
    In those cases using e.g. `os.pwd` throws, since the `os.home` is also
    initialized.
    This fix allows `os.pwd` to still be used when `user.home` is set to
    something weird.
    
    One example of such environment with `user.home` set to "?" is running
    Jenking on CloudBees, the results of trying to run Scala CLI there
    looked like this, since we heavily use os.pwd in our code base:
    
    Pull request: #239
    
    ---------
    
    Co-authored-by: Lorenzo Gabriele <[email protected]>
    Co-authored-by: Tobias Roeser <[email protected]>
    3 people authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c9d444c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Bump actions/setup-java from 3 to 4 (#241)

    Pull request: #241
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0ebe33c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. 0.9.3

    lihaoyi committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    3e3af41 View commit details
    Browse the repository at this point in the history
Loading