File tree
234 files changed
+4825
-1546
lines changed- .github/workflows
- community-build
- community-projects
- src/scala/dotty/communitybuild
- test/scala/dotty/communitybuild
- compiler
- src/dotty/tools/dotc
- ast
- config
- core
- tasty
- unpickleScala2
- reporting
- sbt
- transform
- init
- patmat
- sjs
- typer
- util
- test/dotty/tools/dotc
- core
- dist/bin
- docs
- blog/_posts
- css
- docs
- internals
- reference
- contextual
- metaprogramming
- other-new-features
- library/src/scala
- project
- project
- scripts
- sbt-test
- scala2-compat/i12641
- app
- lib
- source-dependencies
- constructors
- changes
- project
- constructors-curried
- changes
- project
- sealed-extends-sealed
- changes
- project
- scaladoc
- resources/dotty_res
- images
- scripts
- components
- styles
- src/dotty/tools/scaladoc
- renderers
- site
- snippets
- tasty
- comments
- markdown
- util
- test/dotty/tools/scaladoc
- site
- snippets
- scaladoc-js
- resources
- src
- searchbar
- code-snippets
- versions-dropdown
- test/dotty/dokka
- scaladoc-testcases
- docs/docs
- src/tests
- tests
- explicit-nulls
- neg
- pos
- init
- neg
- pos
- special/i12128
- neg
- i12591
- neg-custom-args
- patmat
- pos
- run
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
234 files changed
+4825
-1546
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
| 205 | + | |
| 206 | + |
- .github/workflows/ci.yml+11-9
- .github/workflows/release-drafter.yml+1-1
- .github/workflows/release.yml+2-2
- .gitignore+1
- LICENSE+201
- bin/test-release.sh+8-6
- build.sbt+58-70
- docs/filtering.md+3-3
- docs/getting-started.md+48-7
- docs/integrations/external-integrations.md+11
- docs/reports.md+2-100
- docs/tests.md+5-5
- junit-interface/src/main/java/munit/internal/junitinterface/Ansi.java+1-1
- munit-docs/src/main/java/munit/docs/StorageProxy.java-12
- munit-docs/src/main/resources/META-INF/services/mdoc.PreModifier-1
- munit-docs/src/main/scala/docs/MUnitModifier.scala-200
- munit-sbt/src/main/scala/munit/sbtmunit/MUnitReportPlugin.scala+2-2
- munit/js/src/main/scala/java/lang/reflect/InvocationTargetException.scala+3
- munit/js/src/main/scala/java/lang/reflect/UndeclaredThrowableException.scala+3
- munit/native/src/main/scala/munit/internal/PlatformCompat.scala+9-8
- munit/shared/src/main/scala-0.27/munit/internal/MacroCompat.scala-46
- munit/shared/src/main/scala-2/munit/internal/MacroCompat.scala+9-83
- munit/shared/src/main/scala-3.0.0-M1/munit/internal/MacroCompat.scala-46
- munit/shared/src/main/scala-3.0.0-M2/munit/internal/MacroCompat.scala-47
- munit/shared/src/main/scala-3/munit/internal/MacroCompat.scala+7-2
- munit/shared/src/main/scala/munit/MUnitRunner.scala+13-7
- munit/shared/src/main/scala/munit/internal/MacroCompatScala2.scala+95
- munit/shared/src/main/scala/munit/internal/console/Printers.scala+1-1
- project/build.properties+1-1
- project/plugins.sbt+7-12
- tests/shared/src/main/scala/munit/BoxedFrameworkSuite.scala+28
- tests/shared/src/test/scala/munit/AssertionsSuite.scala+1-1
- tests/shared/src/test/scala/munit/ClueSuite.scala+2-2
- tests/shared/src/test/scala/munit/FrameworkSuite.scala+2-1
- tests/shared/src/test/scala/munit/TypeCheckSuite.scala-10
- website/blog/2021-01-05-macromix.md+183
- website/i18n/en.json+3
- website/sidebars.json+4-2
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
694 | 701 |
| |
695 | 702 |
| |
696 | 703 |
| |
| |||
765 | 772 |
| |
766 | 773 |
| |
767 | 774 |
| |
| 775 | + | |
768 | 776 |
| |
769 | 777 |
| |
770 | 778 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
|
Lines changed: 34 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1093 | 1093 |
| |
1094 | 1094 |
| |
1095 | 1095 |
| |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
1096 | 1106 |
| |
1097 | 1107 |
| |
1098 | 1108 |
| |
| |||
1108 | 1118 |
| |
1109 | 1119 |
| |
1110 | 1120 |
| |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1111 | 1125 |
| |
1112 | 1126 |
| |
1113 |
| - | |
1114 |
| - | |
1115 |
| - | |
1116 |
| - | |
1117 |
| - | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1118 | 1138 |
| |
1119 | 1139 |
| |
1120 | 1140 |
| |
| |||
1800 | 1820 |
| |
1801 | 1821 |
| |
1802 | 1822 |
| |
1803 |
| - | |
| 1823 | + | |
1804 | 1824 |
| |
1805 | 1825 |
| |
1806 | 1826 |
| |
1807 | 1827 |
| |
1808 | 1828 |
| |
1809 |
| - | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1810 | 1834 |
| |
1811 | 1835 |
| |
1812 |
| - | |
| 1836 | + | |
| 1837 | + | |
1813 | 1838 |
| |
1814 | 1839 |
| |
1815 | 1840 |
| |
| |||
1827 | 1852 |
| |
1828 | 1853 |
| |
1829 | 1854 |
| |
1830 |
| - | |
| 1855 | + | |
1831 | 1856 |
| |
1832 | 1857 |
| |
1833 | 1858 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
Lines changed: 18 additions & 80 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
81 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 |
| |
83 |
| - | |
| 89 | + | |
84 | 90 |
| |
85 | 91 |
| |
86 | 92 |
| |
87 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
88 | 100 |
| |
89 | 101 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
| 102 | + | |
| 103 | + | |
94 | 104 |
| |
95 |
| - | |
96 |
| - | |
97 | 105 |
| |
98 | 106 |
| |
99 | 107 |
| |
| |||
245 | 253 |
| |
246 | 254 |
| |
247 | 255 |
| |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 | 256 |
| |
305 | 257 |
| |
306 | 258 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
| 259 | + | |
| 260 | + | |
323 | 261 |
| |
324 | 262 |
| |
325 | 263 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
455 | 455 |
| |
456 | 456 |
| |
457 | 457 |
| |
458 |
| - | |
459 |
| - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
460 | 461 |
| |
461 | 462 |
| |
462 | 463 |
| |
|
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
| 283 | + | |
283 | 284 |
| |
284 | 285 |
| |
285 |
| - | |
| 286 | + | |
| 287 | + | |
286 | 288 |
| |
287 | 289 |
| |
288 | 290 |
| |
| |||
309 | 311 |
| |
310 | 312 |
| |
311 | 313 |
| |
312 |
| - | |
313 |
| - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
314 | 319 |
| |
315 | 320 |
| |
316 | 321 |
| |
| |||
373 | 378 |
| |
374 | 379 |
| |
375 | 380 |
| |
| 381 | + | |
376 | 382 |
| |
377 | 383 |
| |
378 | 384 |
| |
|
0 commit comments