Skip to content

Commit

Permalink
fixing within_scope(Context, -1) which should be used in backward rules
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jan 8, 2025
1 parent 9381275 commit 2042c3b
Show file tree
Hide file tree
Showing 6 changed files with 786 additions and 1,174 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

v11.4.2 (2025-01-08) fixing within_scope(Context, -1) which should be used in backward rules
v11.4.1 (2025-01-07) improving --explain
v11.4.0 (2025-01-06) dropping --plus and using --n3p instead
v11.3.0 (2025-01-05) introducing eye --plus <pl-file> to run prolog with bottom-up steps
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.4.1
11.4.2
3 changes: 2 additions & 1 deletion eye.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:- catch(use_module(library(process)), _, true).
:- catch(use_module(library(http/http_open)), _, true).

version_info('EYE v11.4.1 (2025-01-07)').
version_info('EYE v11.4.2 (2025-01-08)').

license_info('MIT License

Expand Down Expand Up @@ -377,6 +377,7 @@
; format(user_error, 'starting ~w [msec cputime] ~w [msec walltime]~n', [T0, T1]),
flush_output(user_error)
),
assertz(recursion(-1)),
nb_setval(entail_mode, false),
nb_setval(exit_code, 0),
nb_setval(indentation, 0),
Expand Down
Binary file modified eye.zip
Binary file not shown.
Loading

0 comments on commit 2042c3b

Please sign in to comment.