File tree
47 files changed
+133
-178
lines changed- community-build
- community-projects
- test/scala/dotty/communitybuild
- compiler
- src/dotty/tools/dotc
- core
- parsing
- printing
- reporting/diagnostic
- semanticdb
- typer
- test/dotty/tools/dotc/reporting
- test-resources/repl
- docs/docs/reference
- changed-features
- contextual
- metaprogramming
- other-new-features
- language-server/test/dotty/tools/languageserver/util
- actions
- sbt-dotty/sbt-test
- sbt-dotty/quoted-example-project/src/main/scala/hello
- source-dependencies
- macro-expansion-dependencies-1/changes
- macro-expansion-dependencies-2
- changes
- macro-expansion-dependencies-3
- staging
- src/scala/quoted/staging
- test-resources/repl-staging
- tasty/src/dotty/tools/tasty
- tastydoc/src/dotty/tastydoc
- tests
- disabled/neg-with-compiler/quote-run-in-macro-2
- neg
- neg-macros/i7142h
- pos
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+133
-178
lines changed- src/main/scala/intent/core/equality.scala+9-9
- src/main/scala/intent/core/expect.scala+12-12
- src/main/scala/intent/core/expectations/contain.scala+3-3
- src/main/scala/intent/core/expectations/equal.scala+4-4
- src/main/scala/intent/core/expectations/future.scala+1-1
- src/main/scala/intent/core/expectations/match.scala+1-1
- src/main/scala/intent/core/expectations/throw.scala+2-2
- src/main/scala/intent/core/formatters.scala+4-4
- src/main/scala/intent/core/internal.scala+20-20
- src/main/scala/intent/runner/TestSuiteRunner.scala+2-2
- src/main/scala/intent/sbt/Runner.scala+1-1
- src/main/scala/intent/util/futures.scala+2-2
- src/test/scala/intent/formatters/FormatTest.scala+1-1
- src/test/scala/intent/helpers/Meta.scala+2-2
- src/test/scala/intent/helpers/TestSuiteRunnerTester.scala+1-1
- src/test/scala/intent/runner/FocusedTest.scala+1-1
- src/test/scala/intent/runner/TestSuiteRunnerTest.scala+1-1
- src/test/scala/intent/styles/AsyncTest.scala+1-1
- src/test/scala/intent/util/DelayedFutureTest.scala+1-1
- core/src/main/scala/shapeless/annotation.scala+3-3
- core/src/main/scala/shapeless/kinds.scala+56-56
- core/src/main/scala/shapeless/shapeless.scala+1-1
- core/src/main/scala/shapeless/test/package.scala+1-1
- core/src/main/scala/shapeless/typeable.scala+16-16
- core/src/test/scala/shapeless/type-classes.scala+46-46
Submodule xml-interpolator updated 9 files
- src/main/scala/dotty/xml/interpolator/internal/Expand.scala+6-6
- src/main/scala/dotty/xml/interpolator/internal/Macro.scala+4-4
- src/main/scala/dotty/xml/interpolator/internal/Parse.scala+1-1
- src/main/scala/dotty/xml/interpolator/internal/TypeCheck.scala+2-2
- src/main/scala/dotty/xml/interpolator/internal/Validate.scala+3-3
- src/main/scala/dotty/xml/interpolator/internal/XmlContext.scala+1-1
- src/main/scala/dotty/xml/interpolator/package.scala+1-1
- src/test/scala/dotty/xml/interpolator/NodeOps.scala+4-4
- src/test/scala/dotty/xml/interpolator/ReporterTest.scala+1-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
Lines changed: 46 additions & 64 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
917 | 917 |
| |
918 | 918 |
| |
919 | 919 |
| |
920 |
| - | |
| 920 | + | |
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
1453 |
| - | |
1454 |
| - | |
1455 | 1453 |
| |
1456 | 1454 |
| |
1457 | 1455 |
| |
| |||
2299 | 2297 |
| |
2300 | 2298 |
| |
2301 | 2299 |
| |
2302 |
| - | |
| 2300 | + | |
2303 | 2301 |
| |
2304 | 2302 |
| |
2305 | 2303 |
| |
| |||
2786 | 2784 |
| |
2787 | 2785 |
| |
2788 | 2786 |
| |
2789 |
| - | |
| 2787 | + | |
2790 | 2788 |
| |
2791 | 2789 |
| |
2792 | 2790 |
| |
| |||
2912 | 2910 |
| |
2913 | 2911 |
| |
2914 | 2912 |
| |
2915 |
| - | |
| 2913 | + | |
2916 | 2914 |
| |
2917 | 2915 |
| |
2918 | 2916 |
| |
| |||
3508 | 3506 |
| |
3509 | 3507 |
| |
3510 | 3508 |
| |
3511 |
| - | |
3512 |
| - | |
3513 |
| - | |
3514 |
| - | |
3515 |
| - | |
| 3509 | + | |
3516 | 3510 |
| |
3517 | 3511 |
| |
3518 |
| - | |
3519 |
| - | |
3520 |
| - | |
3521 |
| - | |
3522 |
| - | |
3523 |
| - | |
3524 |
| - | |
3525 |
| - | |
3526 |
| - | |
3527 |
| - | |
3528 |
| - | |
3529 |
| - | |
3530 |
| - | |
3531 |
| - | |
3532 |
| - | |
3533 |
| - | |
3534 |
| - | |
3535 |
| - | |
3536 |
| - | |
3537 |
| - | |
3538 |
| - | |
3539 |
| - | |
3540 |
| - | |
3541 |
| - | |
3542 |
| - | |
3543 |
| - | |
3544 |
| - | |
3545 |
| - | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
| 3533 | + | |
| 3534 | + | |
3546 | 3535 |
| |
| 3536 | + | |
3547 | 3537 |
| |
3548 | 3538 |
| |
3549 |
| - | |
3550 |
| - | |
3551 |
| - | |
3552 |
| - | |
3553 |
| - | |
3554 |
| - | |
3555 |
| - | |
3556 |
| - | |
3557 |
| - | |
| 3539 | + | |
3558 | 3540 |
| |
3559 |
| - | |
3560 |
| - | |
3561 |
| - | |
3562 |
| - | |
3563 |
| - | |
3564 |
| - | |
3565 |
| - | |
3566 |
| - | |
3567 |
| - | |
3568 |
| - | |
3569 |
| - | |
3570 |
| - | |
3571 |
| - | |
3572 |
| - | |
3573 |
| - | |
3574 |
| - | |
| 3541 | + | |
| 3542 | + | |
| 3543 | + | |
| 3544 | + | |
| 3545 | + | |
| 3546 | + | |
| 3547 | + | |
| 3548 | + | |
| 3549 | + | |
| 3550 | + | |
| 3551 | + | |
| 3552 | + | |
| 3553 | + | |
| 3554 | + | |
| 3555 | + | |
| 3556 | + | |
3575 | 3557 |
| |
3576 | 3558 |
| |
3577 | 3559 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 | 283 |
| |
290 | 284 |
| |
291 | 285 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
Lines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2376 | 2376 |
| |
2377 | 2377 |
| |
2378 | 2378 |
| |
2379 |
| - | |
2380 |
| - | |
2381 |
| - | |
2382 |
| - | |
2383 |
| - | |
2384 |
| - | |
2385 |
| - | |
2386 |
| - | |
2387 |
| - | |
2388 |
| - | |
2389 |
| - | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
2390 | 2383 |
| |
2391 | 2384 |
| |
2392 | 2385 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
| 20 | + | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 | 514 |
| |
515 |
| - | |
516 | 515 |
| |
517 | 516 |
| |
518 | 517 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 |
| - | |
| 866 | + | |
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1232 | 1232 |
| |
1233 | 1233 |
| |
1234 | 1234 |
| |
1235 |
| - | |
1236 |
| - | |
| 1235 | + | |
| 1236 | + | |
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 | 1239 |
| |
| |||
2345 | 2345 |
| |
2346 | 2346 |
| |
2347 | 2347 |
| |
2348 |
| - | |
| 2348 | + | |
2349 | 2349 |
| |
2350 | 2350 |
| |
2351 | 2351 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1685 | 1685 |
| |
1686 | 1686 |
| |
1687 | 1687 |
| |
1688 |
| - | |
1689 |
| - | |
1690 |
| - | |
1691 |
| - | |
1692 | 1688 |
| |
1693 | 1689 |
| |
1694 | 1690 |
| |
1695 | 1691 |
| |
1696 |
| - | |
1697 |
| - | |
1698 |
| - | |
1699 |
| - | |
1700 |
| - | |
1701 |
| - | |
1702 |
| - | |
1703 |
| - | |
1704 |
| - | |
1705 | 1692 |
| |
1706 | 1693 |
| |
1707 | 1694 |
| |
| |||
1726 | 1713 |
| |
1727 | 1714 |
| |
1728 | 1715 |
| |
1729 |
| - | |
| 1716 | + | |
1730 | 1717 |
| |
1731 | 1718 |
| |
1732 | 1719 |
| |
1733 |
| - | |
| 1720 | + | |
1734 | 1721 |
| |
1735 | 1722 |
| |
1736 | 1723 |
| |
|
0 commit comments