Skip to content

Commit b4235eb

Browse files
Recover errors that were already there
1 parent 66a700b commit b4235eb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hkmc2/shared/src/test/mlscript/llir/nofib/scc.mls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:import NofibPrelude.mls
55
//│ Imported 104 member(s)
6-
//│ Error: hkmc2.ErrorReport: Unsupported kind of Call Call(Select(Ref(x,None),Ident(get)),List())
6+
//│ Error: hkmc2.ErrorReport: Unsupported kind of Call Call(Select(Select(Ref($runtime,None),Ident(Tuple)),Ident(get)),List(Arg(None,Ref(t1,None)), Arg(None,Lit(IntLit(0)))))
77
//│ Stopped due to an error during the Llir generation
88

99

hkmc2/shared/src/test/mlscript/nofib/scc.mls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
:silent
55
:import NofibPrelude.mls
6-
//│ Error: hkmc2.ErrorReport: Unsupported selection by users
7-
//│ Stopped due to an error during the Llir generation
6+
//│ /!!!\ Uncaught error: scala.NotImplementedError: AssignField not supported (of class String)
87

98

109
fun dfs(r, vsns, xs) = if vsns is [vs, ns] and

0 commit comments

Comments
 (0)