Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.mill files compiled by Scala 3 #3369

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
0eded58
FIX METALS - mill-build/build.sc -> mill-build/build.mill
bishabosha Sep 12, 2024
3a19851
Part 1 - fix compilation errors and stub macros
bishabosha Aug 5, 2024
3c75dcb
Part 2 - reimplement discover macro
bishabosha Oct 12, 2024
6509bca
Part 3 - move implementation of Caller.generate to Module
bishabosha Aug 9, 2024
9300acd
Part 4 - reimplement Applicative and Target macros
bishabosha Aug 12, 2024
d8bc295
Part 6 - implement EnclosingClass, pass specific integration tests
bishabosha Aug 13, 2024
28f82ae
Part 7 - implement Cross.Factory macro (TODO split shims out)
bishabosha Sep 5, 2024
89bf556
Part 8 - adjust Zinc reporter instead of linenumbers plugin
bishabosha Sep 9, 2024
82f5a45
Part 9 - fix CodeGen integration tests for Scala 3
bishabosha Sep 11, 2024
49e2dc2
Part 10 - fix GenIdea
bishabosha Sep 15, 2024
18302af
Part 12 - rework contrib.scoverage.api to be java based.
bishabosha Sep 16, 2024
8ab1d80
TEMP: skip integration.feature[plugin-classpath].local.test
bishabosha Sep 17, 2024
f179432
Part 13 - fix contrib.playlib resolution of twirl and router worker
bishabosha Sep 19, 2024
8e76ffb
Part 14 - fix contrib.proguard default options to filter scala.AnyKind
bishabosha Sep 20, 2024
3c0ed75
TEMP: skip scalafix ExplicitResultType for scala 3, fix binary to 2.13
bishabosha Sep 20, 2024
0a56c0c
Fix resolution of Mima previous artifacts
bishabosha Sep 20, 2024
c64535b
TEMP: skip mima checking because scala 3 introduces too many errors
bishabosha Sep 20, 2024
c91fe8f
Add .zed to .gitignore
bishabosha Sep 21, 2024
43d7f7a
Part NN - Implement Scala 3 syntax support
bishabosha Sep 21, 2024
dd88778
generate patch diff for bootstrap
bishabosha Sep 20, 2024
27612d1
Adjust DocAnnotationsTests: elide line number and extra interfaces
bishabosha Oct 10, 2024
c466f2f
fix integration.feature[bsp-server] tests
bishabosha Oct 11, 2024
39da1a5
TEMP: Zinc invalidation difference
bishabosha Oct 19, 2024
93cb8a3
scala 3 syntax uses Scala 3 enum, improve error message
bishabosha Oct 19, 2024
4bfeb89
first pass resolving conflicts
lihaoyi Nov 26, 2024
36964b8
wip
lihaoyi Nov 26, 2024
fcfec9f
__.compile passes
lihaoyi Nov 26, 2024
f1ecfc3
test fixes
lihaoyi Nov 26, 2024
a98e4ba
downgrade os-lib for now
lihaoyi Nov 26, 2024
b9e6aa8
fixe
lihaoyi Nov 26, 2024
b6fbb75
.
lihaoyi Nov 26, 2024
4b5ef73
.
lihaoyi Nov 26, 2024
c4205b9
bump to java 11 in CI
lihaoyi Nov 26, 2024
9378f18
.
lihaoyi Nov 26, 2024
afe359a
.
lihaoyi Nov 27, 2024
5f3b8e4
enable testForkGrouping in integration tests
lihaoyi Nov 27, 2024
e4e1241
.
lihaoyi Nov 27, 2024
ad14453
hack around dotty scaladoc not working
lihaoyi Nov 27, 2024
2b70bb1
autofix
lihaoyi Nov 27, 2024
21f3fc8
.
lihaoyi Nov 27, 2024
0aa74aa
fix-external-module-alias
lihaoyi Nov 27, 2024
2e36503
update-bootstrap-patch
lihaoyi Nov 27, 2024
9d036c4
fix-mill-bootstrap-patch
lihaoyi Nov 27, 2024
587cd05
fix-mill-bootstrap-patch
lihaoyi Nov 27, 2024
754f342
merge-compiles-again
lihaoyi Dec 18, 2024
19c178b
.
lihaoyi Dec 18, 2024
ee43679
update out-dir tests
lihaoyi Dec 18, 2024
34e68c9
Merge branch 'main' into 3369
lihaoyi Dec 18, 2024
22cb185
fix
lihaoyi Dec 18, 2024
9bd5671
fix mill.integration.CodeSigSubfolderTests.subfolder-renames-same-order
lihaoyi Dec 18, 2024
6d4770d
fix mill.integration.CodeSigSubfolderTests.subfolder-renames-reorder
lihaoyi Dec 18, 2024
0a6facf
fix
lihaoyi Dec 18, 2024
9e43437
scala 3.6.2
lihaoyi Dec 18, 2024
df5c3ee
update-mill-moduledefs
lihaoyi Dec 18, 2024
5ac3820
fix-writing-mill-plugins
lihaoyi Dec 19, 2024
07a8b60
update patch
lihaoyi Dec 19, 2024
625332e
.
lihaoyi Dec 19, 2024
e293dea
.
lihaoyi Dec 19, 2024
6e0709e
cleanup
lihaoyi Dec 20, 2024
effcc13
Revert "cleanup"
lihaoyi Dec 20, 2024
611e7db
spanning forest logging
lihaoyi Dec 20, 2024
9a6c173
tweak spanning forest logging
lihaoyi Dec 20, 2024
a04cf57
remove println
lihaoyi Dec 20, 2024
7ff0bb1
Revert "remove println"
lihaoyi Dec 20, 2024
879e54a
tweak spanning forest logging
lihaoyi Dec 20, 2024
dbc4d91
.
lihaoyi Dec 20, 2024
6653a6f
tweak breadth-first
lihaoyi Dec 20, 2024
5b26ed0
fix ide tests
lihaoyi Dec 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
lihaoyi committed Nov 27, 2024
commit 21f3fc8e8bd4704b34c415ab6a906cfa286b1233
2 changes: 1 addition & 1 deletion docs/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ object `package` extends RootModule {
localLinks
.filter(_._2 != "#")
.filter(_._2.contains("AggWrapper$")) // Not sure why these pages are not getting generated
.filter(_._2.startsWith("///"))
.filter(_._2.startsWith("///"))
.flatMap{case (elementString, url) =>
val (baseUrl, anchorOpt) = url match {
case s"#$anchor" => (path.toString, Some(anchor))
Expand Down