Commit 81991f6
committed
Unify quoted.report and reflect.Reporting
Make a single `reflect.report` that contains all reporting functionality.
Also, make message parameters by-value.1 parent ed826a7 commit 81991f6
File tree
32 files changed
+111
-91
lines changed- community-build/community-projects
- compiler/src/scala/quoted/runtime/impl
- library/src/scala/quoted
- tests
- neg-macros
- BigFloat
- GenericNumLits
- delegate-match-1
- delegate-match-2
- delegate-match-3
- i6432b
- i6432
- i9014
- i9801
- macros-in-same-project-6
- quote-error-2
- quote-error
- tasty-macro-error
- tasty-macro-positions
- tasty-string-interpolator-position-a
- tasty-string-interpolator-position-b
- neg-with-compiler/GenericNumLits
- run-macros
- BigFloat
- i8671
- quote-matcher-symantics-1
- quote-matcher-symantics-2
- quote-matcher-symantics-3
- string-context-implicits
- tasty-interpolation-1
- tasty-string-interpolation-reporter-test
- run-staging/staged-tuples
32 files changed
+111
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2541 | 2541 | | |
2542 | 2542 | | |
2543 | 2543 | | |
2544 | | - | |
2545 | | - | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
2546 | 2553 | | |
2547 | 2554 | | |
2548 | | - | |
| 2555 | + | |
2549 | 2556 | | |
2550 | 2557 | | |
2551 | | - | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
2552 | 2581 | | |
2553 | 2582 | | |
2554 | | - | |
| 2583 | + | |
2555 | 2584 | | |
2556 | | - | |
| 2585 | + | |
| 2586 | + | |
2557 | 2587 | | |
2558 | 2588 | | |
2559 | 2589 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
3381 | 3381 | | |
3382 | 3382 | | |
3383 | 3383 | | |
3384 | | - | |
| 3384 | + | |
3385 | 3385 | | |
3386 | | - | |
3387 | | - | |
3388 | | - | |
3389 | | - | |
3390 | | - | |
3391 | | - | |
3392 | | - | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
| 3392 | + | |
| 3393 | + | |
| 3394 | + | |
| 3395 | + | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
| 3413 | + | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
3393 | 3418 | | |
3394 | | - | |
3395 | | - | |
| 3419 | + | |
| 3420 | + | |
3396 | 3421 | | |
3397 | | - | |
3398 | | - | |
| 3422 | + | |
| 3423 | + | |
3399 | 3424 | | |
3400 | | - | |
3401 | | - | |
3402 | 3425 | | |
3403 | 3426 | | |
3404 | 3427 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments