-
-
Notifications
You must be signed in to change notification settings - Fork 83
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 17 files changed
- 9 contributors
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2f9580 - Browse repository at this point
Copy the full SHA a2f9580View commit details
Commits on Nov 13, 2023
-
Remove unnecessary logging (#232)
It was unfortunately left behind after last round of debugging... Pull request: #232
Configuration menu - View commit details
-
Copy full SHA for 33b6887 - Browse repository at this point
Copy the full SHA 33b6887View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a59b2f5 - Browse repository at this point
Copy the full SHA a59b2f5View commit details -
Fix for Windows
os.root()with slash error (#235)This also adds a unit test. Pull request: #235
Configuration menu - View commit details
-
Copy full SHA for fd44104 - Browse repository at this point
Copy the full SHA fd44104View commit details
Commits on Nov 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 7ab5c0f - Browse repository at this point
Copy the full SHA 7ab5c0fView commit details
Commits on Nov 18, 2023
-
Fix propagateEnv = false to not propagate env (#238)
Originated from com-lihaoyi/mill#2881 Pull request: #238
Configuration menu - View commit details
-
Copy full SHA for 7000353 - Browse repository at this point
Copy the full SHA 7000353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3cf38 - Browse repository at this point
Copy the full SHA 3f3cf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716f261 - Browse repository at this point
Copy the full SHA 716f261View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 650dee6 - Browse repository at this point
Copy the full SHA 650dee6View commit details
Commits on Nov 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c9d444c - Browse repository at this point
Copy the full SHA c9d444cView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ebe33c - Browse repository at this point
Copy the full SHA 0ebe33cView commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e3af41 - Browse repository at this point
Copy the full SHA 3e3af41View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.2...0.9.3