-
-
Notifications
You must be signed in to change notification settings - Fork 358
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/mill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: com-lihaoyi/mill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 9 files changed
- 5 contributors
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b075ae - Browse repository at this point
Copy the full SHA 9b075aeView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b88db7d - Browse repository at this point
Copy the full SHA b88db7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cae94 - Browse repository at this point
Copy the full SHA 62cae94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b074ac9 - Browse repository at this point
Copy the full SHA b074ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0d68c - Browse repository at this point
Copy the full SHA 9d0d68cView commit details -
Doc: add missing nativeImageClassPath def in NativeImage example (#2751)
See also alexarchambault/mill-native-image#61
Configuration menu - View commit details
-
Copy full SHA for e5bd30b - Browse repository at this point
Copy the full SHA e5bd30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c68ca - Browse repository at this point
Copy the full SHA 95c68caView commit details -
Support
release-size
releaseMode in Scala Native (#2754)Co-authored-by: Tobias Roeser <[email protected]> Pull request: #2754
Configuration menu - View commit details
-
Copy full SHA for 55d04b4 - Browse repository at this point
Copy the full SHA 55d04b4View commit details -
Fix sneaky binary incompatibility in Discover.scala (#2752)
fixes #2749 The basic problem is that the signature of `Discover.apply()` changed, but it only changed in the argument's generic type parameters, so it was nominally the same type after erasure, and accepted the `Map[Class[_], Seq]` even though it was expecting a `Map[Class[_], (Seq, Seq)]`, but later on in the code it would blow up with a `ClassCastException` This causes problems with Mill plugins containing external modules, which have their own `Discover[T]` macro pre-expanded and would not get re-compiled with the new 0.11.3 version of Mill. This PR works around the problem by adding a forwarder `Discover.apply(value: Map[Class, Seq])` that does the right thing and expands the `Seq` into a `(Seq, Seq)`, while adding a dummy paramter to `case class Discover` to avoid conflicts. A similar forwarder `Discover.<init>(value: Map[Class, Seq])` is needed to preserve binary compatibility (I think?) Tested manually via `./mill -i dev.run example/basic/1-simple-scala --import ivy:io.chris-kipp::mill-github-dependency-graph::0.2.6 io.kipp.mill.github.dependency.graph.Graph/generate`, which fails before this PR and passes after --------- Co-authored-by: Chris Kipp <[email protected]> Co-authored-by: Tobias Roeser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98bbfe8 - Browse repository at this point
Copy the full SHA 98bbfe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9b8ef - Browse repository at this point
Copy the full SHA ee9b8efView 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.11.3...0.11.4