Commit 0cb392f
committed
Use extension method in TASTy Refection
1 parent cd12e32 commit 0cb392f
File tree
118 files changed
+199
-200
lines changed- community-build/community-projects
- docs/docs/reference/metaprogramming
- library
- src-bootstrapped
- dotty/internal
- scala/quoted
- src/scala
- internal/quoted
- quoted
- matching
- tasty/reflect
- tests
- neg-macros
- delegate-match-1
- delegate-match-2
- delegate-match-3
- i6432b
- i6432
- tasty-macro-assert-1
- tasty-macro-assert-2
- tasty-macro-error
- tasty-macro-positions
- tasty-string-interpolator-position-a
- tasty-string-interpolator-position-b
- neg-staging/i5941
- pending/run/tasty-comments
- pos-macros
- i6171
- i6535
- i6803b
- tasty-constant-type
- run-custom-args/Yretain-trees
- tasty-definitions-2
- tasty-definitions-3
- tasty-extractors-owners
- tasty-load-tree-1
- tasty-load-tree-2
- run-macros
- f-interpolation-1
- gestalt-type-toolbox-reflect
- i5119b
- i5119
- i5533b
- i5533
- i5536
- i5629
- i5715
- i5941
- i6171
- i6518
- i6679
- i6765
- inferred-repeated-result
- no-symbol
- quote-inline-function
- quote-matcher-symantics-1
- quote-matcher-symantics-2
- quote-toExprOfTuple
- reflect-dsl
- reflect-isFunctionType
- reflect-lambda
- reflect-pos-fun
- reflect-select-constructor
- reflect-select-copy
- reflect-select-copy
- reflect-select-symbol-constructor
- reflect-select-value-class
- tasty-argument-tree-1
- tasty-custom-show
- tasty-dealias
- tasty-definitions-1
- tasty-eval
- tasty-extractors-1
- tasty-extractors-2
- tasty-extractors-3
- tasty-extractors-types
- tasty-getfile-implicit-fun-context
- tasty-getfile
- tasty-indexed-map
- tasty-interpolation-1
- tasty-linenumber-2
- tasty-linenumber
- tasty-location
- tasty-macro-assert
- tasty-macro-const
- tasty-macro-positions
- tasty-original-source
- tasty-positioned
- tasty-seal-method
- tasty-simplified
- tasty-string-interpolation-reporter-test
- tasty-subtyping
- tasty-tree-map
- tasty-typeof
- tasty-unsafe-let
- type-show
- xml-interpolation-1
- xml-interpolation-2
- run-with-compiler-custom-args/tasty-interpreter/interpreter
- jvm
- run-with-compiler
- i6270
- reflect-sourceCode
- tasty-comment-consumer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+199
-200
lines changed- common-test.dotty/src/main/scala/org/scalatest/LineNumberHelper.scala+1-1
- project/GenAnyVals.scala+7-7
- scalactic.dotty/src/main/scala/org/scalactic/BooleanMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/Requirements.scala+3-3
- scalactic.dotty/src/main/scala/org/scalactic/Snapshots.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/CompileTimeAssertions.scala+6-6
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/NumericStringMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/PercentageIntMacros.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/RegexStringMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/source/Position.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/source/TypeInfoMacro.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/AssertionsMacro.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/CompileMacro.scala+9-9
- scalatest.dotty/src/main/scala/org/scalatest/DiagrammedAssertionsMacro.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/diagrams/DiagramsMacro.scala+2-2
- scalatest.dotty/src/main/scala/org/scalatest/expectations/ExpectationsMacro.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/matchers/MatchPatternMacro.scala+2-2
- scalatest.dotty/src/main/scala/org/scalatest/matchers/TypeMatcherMacro.scala+15-15
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments