The load function with the reset parameter works as intended when run in repl directly, but fails to find files if run in a repl file. This could be because it resets repl state?
pact> (load "./fileAReset.repl")
"Loading ./fileAReset.repl..."
"Loading ./fileB.repl..."
load: file load failed: ./fileB.repl, ./fileB.repl: openBinaryFile: does not exist (No such file or directory)
The load function with the reset parameter works as intended when run in repl directly, but fails to find files if run in a repl file. This could be because it resets repl state?
Minimal Example:
fileANoReset.repl
fileAReset.repl
fileB.repl