We get ERROR: Prolog initialisation failed:
with swipl version 9.3.12-20-g5d8b8d94e
$ cat test.pl
test :-
writeln("Hello world!"),
halt.
$ swipl -f test.pl -g test
Hello world!
ERROR: Prolog initialisation failed:
We get ERROR: Prolog initialisation failed:
with swipl version 9.3.12-20-g5d8b8d94e
$ cat test.pl
test :-
writeln("Hello world!"),
halt.
$ swipl -f test.pl -g test
Hello world!
ERROR: Prolog initialisation failed:
Ah, thanks. Some serious rewriting on various forms of termination (abort/0, thread_exit/1 and halt/1) are in progress Some regression is to be expected (but just keep testing )
Should be working again.
It works again and all our tests run fine.
Thanks a lot @jan