Commit a5ee1a9
create analyzer plugin for 2.13.6
version -> 1.0.0-SNAPSHOT
remove all cross-versions below 2.13.6
add testing option "-Vimplicits -Vtype-diffs"
sbt upgrade to 1.5.5
fix all sbt deprecation warning
ignore .bsp
cleanup all code for scala-2.13.5-
add all tests in scalac, unfortunately none of them works.
add diverging in DevSpec
first version, all tests are not working
add wrapper jar and properties
remove ignored files
cleanup buildSrc
switch to scalatest from specs2
most native tests are now working
skip 3 tests and enable scalatest in gradle test
fixed existing tests in scalac. The next patch will fix existing tests in splain plugin
INCOMPLETE, figuring out a path for DIE erroro
most tests has been fixed/ignored except zlayer
All tests are now working, the zio ground truth may be problematic
aux changed to auxPattern to avoid a naming conflict on Windows
fix a typo
project ID when publishing now carries scala version
test directory on github action
revise readme
re-organise some tests
fix zio tests
finished README
RefinedFormatter is no longer used, superseded by RefinedFormatterImproved
add publishing information1 parent d331846 commit a5ee1a9
230 files changed
Lines changed: 2534 additions & 2159 deletions
File tree
- .github/workflows
- buildSrc
- build
- classes/kotlin/main
- META-INF
- kotlin
- compileKotlin
- caches-jvm
- inputs
- jvm/kotlin
- lookups
- libs
- pluginUnderTestMetadata
- reports/plugin-development
- source-roots/buildSrc
- tmp/jar
- src/main/kotlin
- core
- src
- main
- resources
- scala-2.13.6+/splain
- scala/splain
- format
- test
- resources/splain
- builtin
- BasicSpec/__direct
- TreeSpec/__direct
- TruncRefinedSpec/__direct
- plugin
- DivergingSpec
- divergingRef
- diverging
- ErrorsCompatSpec/byname
- PluginSpec
- ambiguous
- auxPattern
- bounds
- break
- byname-higher
- chain
- deephole
- disambiguate
- foundreq
- lazy
- member
- prefix
- record
- refined
- regex-rewrite
- single-fn
- single-free
- single
- tree
- truncrefined
- tuple1
- witness-value
- ShapelessSpec
- record
- witness-value
- ZIOSpec/zlayer
- scala/splain
- builtin
- plugin
- dev
- gradle/wrapper
- project
- src
- main
- scala-2.12/splain
- scala-2.13.1-/splain
- scala-2.13.2+/splain
- scala-2.13.5-/splain
- scala-2.13.6+/splain
- scala-2.13/splain
- scala/splain
- format
- test
- scala-2.13.1-
- scala-2.13.2+/splain
- scala-2.13/splain
- scala/splain
- tests
- ambiguous-2.13.1-
- ambiguous
- aux
- byname-higher
- chain
- deephole
- disambiguate
- diverging
- lazy
- single-fn
- single-free
- single
- truncrefined
- tuple1
- witness-value
- zlayer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
2 | 32 | | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
| 36 | + | |
4 | 37 | | |
| 38 | + | |
5 | 39 | | |
6 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
7 | 44 | | |
8 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 2 | + | |
17 | 3 | | |
18 | 4 | | |
19 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
6 | 30 | | |
7 | 31 | | |
| 32 | + | |
| 33 | + | |
8 | 34 | | |
9 | 35 | | |
10 | 36 | | |
| |||
34 | 60 | | |
35 | 61 | | |
36 | 62 | | |
37 | | - | |
38 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
39 | 67 | | |
40 | | - | |
| 68 | + | |
41 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
42 | 79 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
56 | 96 | | |
57 | 97 | | |
58 | 98 | | |
| |||
71 | 111 | | |
72 | 112 | | |
73 | 113 | | |
74 | | - | |
75 | 114 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 115 | + | |
80 | 116 | | |
81 | 117 | | |
82 | 118 | | |
| |||
207 | 243 | | |
208 | 244 | | |
209 | 245 | | |
210 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
211 | 249 | | |
212 | 250 | | |
213 | 251 | | |
214 | 252 | | |
215 | 253 | | |
216 | 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 | + | |
| 305 | + | |
0 commit comments