Fixed bug with wrong line numbers in error messages. Some examples refactoring and bug fixes. (0.39.15)
This commit is contained in:
parent
53ccdbda10
commit
3d3c11496f
23 changed files with 265 additions and 114 deletions
|
|
@ -75,7 +75,7 @@ main()
|
|||
|
||||
/* Expected when run with --repl-on-error (your version and line/ip may vary):
|
||||
Runtime error: index out of range
|
||||
(at ./examples/debug_reporting.fun:XX in crash, op INDEX_GET @ip YY)
|
||||
(at ./examples/debug_reporting.fun:68 in crash, op INDEX_GET @ip 9)
|
||||
Entering REPL due to runtime error (code 1)
|
||||
Fun VERSION REPL
|
||||
Type :help for commands. Submit an empty line to run.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue