Skip to content

Tags: arainko/unroll

Tags

0.2.0

Toggle 0.2.0's commit message
Merge commit 'fetch_head'

0.11.0-M1

Toggle 0.11.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scala 3 port (com-lihaoyi#14)

@lihaoyi I have gone with Scala 3.5.0 here since that was the version I
have been porting Mill to.

I didn't see any testing procedure - so I used the Mill integration
tests to validate the override and scaladoc annotation inference is
working. (Also I could remove all the override modifiers I had
introduced in my Mill PR)

Note that now I made `moduledefs` a cross module in order to set the
right "species" of scala versions to build plugin against. This is
probably solved better with Cross2 but that needs to upgrade mill to
0.11.x which breaks the build in other ways I didn't want to touch

```
./millw -i resolve 'moduledefs'._
[1/1] resolve
moduledefs[2.13.14]
moduledefs[3.5.0]
```

```
./millw -i resolve 'moduledefs[2.13.14]'.plugin._
[1/1] resolve
moduledefs[2.13.14].plugin[2.13.0]
moduledefs[2.13.14].plugin[2.13.10]
moduledefs[2.13.14].plugin[2.13.11]
moduledefs[2.13.14].plugin[2.13.12]
moduledefs[2.13.14].plugin[2.13.13]
moduledefs[2.13.14].plugin[2.13.14]
moduledefs[2.13.14].plugin[2.13.1]
moduledefs[2.13.14].plugin[2.13.2]
moduledefs[2.13.14].plugin[2.13.3]
moduledefs[2.13.14].plugin[2.13.4]
moduledefs[2.13.14].plugin[2.13.5]
moduledefs[2.13.14].plugin[2.13.6]
moduledefs[2.13.14].plugin[2.13.7]
moduledefs[2.13.14].plugin[2.13.8]
moduledefs[2.13.14].plugin[2.13.9]
```

```
./millw -i resolve 'moduledefs[3.5.0]'.plugin._
[1/1] resolve
moduledefs[3.5.0].plugin[3.5.0]
```

0.1.12

Toggle 0.1.12's commit message
tweak generated methods

0.1.10

Toggle 0.1.10's commit message
fixes for upickle

0.1.9

Toggle 0.1.9's commit message
fix scalajs scala3 compilation by removing duplicate HasDefaultParams…

… flag

0.1.8

Toggle 0.1.8's commit message
fix-index-out-of-bounds

0.1.6

Toggle 0.1.6's commit message
initial commit