Added compatibility rule for compile errors.

This commit is contained in:
Bruce Hill 2019-01-16 16:37:54 -08:00
parent 8ca7749b55
commit 2daebbff27

View File

@ -18,3 +18,9 @@ upgrade action ($lists flattened) to "6.15" as [
recurse $ on $child
..else: add $
]
upgrade action (compile error at $pos $msg $hint) to "6.15" as
at $pos fail ("
Compile error: \$msg
Hint: \$hint
")