File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1999,7 +1999,7 @@ _empty_/InfoMacro.reportInfo().(msg) => param msg: String
1999
1999
_empty_/InfoMacro.reportInfoMacro(). => method reportInfoMacro (param msg: Expr[String])(implicit given param x$2: Quotes): Expr[Unit]
2000
2000
_empty_/InfoMacro.reportInfoMacro().(msg) => param msg: Expr[String]
2001
2001
_empty_/InfoMacro.reportInfoMacro().(x$2) => implicit given param x$2: Quotes
2002
- local0 => implicit given param contextual $1: Quotes
2002
+ local0 => implicit given param evidence $1: Quotes
2003
2003
2004
2004
Occurrences:
2005
2005
[0:7..0:12): scala -> scala/
@@ -2027,8 +2027,8 @@ Occurrences:
2027
2027
[9:41..9:53): valueOrAbort -> scala/quoted/Quotes#valueOrAbort().
2028
2028
2029
2029
Synthetics:
2030
- [3:48..3:69):reportInfoMacro('msg) => *(contextual $1)
2031
- [3:64..3:68):'msg => orig()(contextual $1)
2030
+ [3:48..3:69):reportInfoMacro('msg) => *(evidence $1)
2031
+ [3:64..3:68):'msg => orig()(evidence $1)
2032
2032
[6:11..6:17):quotes => *(x$2)
2033
2033
[9:37..9:53):msg.valueOrAbort => *(StringFromExpr[String])
2034
2034
[9:41..9:53):valueOrAbort => *[String]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Mitigations {
29
29
30
30
def ok = s " $s is ok "
31
31
def jersey = s " number $i"
32
- def unitized = s " unfortunately $shown" // maybe tell them about unintended ()?
32
+ def unitized = s " unfortunately $shown" // warn accidental unit value
33
33
34
34
def nopct = f " $s is ok "
35
35
def nofmt = f " number $i"
You can’t perform that action at this time.
0 commit comments