Skip to content

Commit

Permalink
fixing issue #130
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Feb 6, 2025
1 parent 1364ef6 commit 1dab613
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.5.8 (2025-02-06) fixing issue https://github.com/eyereasoner/eye/issues/130
v11.5.7 (2025-02-05) moving --prolog to https://github.com/eyereasoner/eyelog
v11.5.6 (2025-02-04) dropping --no-step and using --nope instead
v11.5.5 (2025-02-03) adding --no-steps command line switch to have no proof steps for --prolog
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.5.7
11.5.8
6 changes: 3 additions & 3 deletions 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.5.7 (2025-02-05)').
version_info('EYE v11.5.8 (2025-02-06)').

license_info('MIT License

Expand Down Expand Up @@ -2247,7 +2247,7 @@
!,
pathitem(Item, Triples2),
{ prolog_verb(Item, Verb),
gensym('bn_', S),
gensym('e_', S),
( ( nb_getval(fdepth, 0)
; flag('pass-all-ground')
)
Expand Down Expand Up @@ -2290,7 +2290,7 @@
!,
pathitem(Item, Triples2),
{ prolog_verb(Item, Verb),
gensym('bn_', S),
gensym('e_', S),
( ( nb_getval(fdepth, 0)
; flag('pass-all-ground')
)
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit 1dab613

Please sign in to comment.