Skip to content

Commit

Permalink
reverting the fix of log:includes and log:notIncludes (obs from Dörth…
Browse files Browse the repository at this point in the history
…e Arndt)
  • Loading branch information
josd committed Nov 28, 2024
1 parent 8342e43 commit 0223cce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

v10.30.11 (2024-11-28) reverting the fix of log:includes and log:notIncludes (obs from Dörthe Arndt)
v10.30.10 (2024-11-27) fixing log:includes and log:notIncludes (obs from Dörthe Arndt)
v10.30.9 (2024-11-27) slight output speed improvement
v10.30.8 (2024-11-26) fixing opts/2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.30.10
10.30.11
11 changes: 3 additions & 8 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 v10.30.10 (2024-11-27)').
version_info('EYE v10.30.11 (2024-11-28)').

license_info('MIT License

Expand Down Expand Up @@ -7665,8 +7665,7 @@
nonvar(Y)
),
( X \= [_, _],
makevars(X, Z, gamma),
conj_list(Z, A),
conj_list(X, A),
conj_list(Y, B),
includes(A, B)
)
Expand Down Expand Up @@ -7795,8 +7794,7 @@
nonvar(Y)
),
( X \= [_, _],
makevars(X, Z, gamma),
conj_list(Z, A),
conj_list(X, A),
conj_list(Y, B),
\+includes(A, B)
)
Expand Down Expand Up @@ -12651,9 +12649,6 @@
; sub_atom(A, 0, _, _, some)
; sub_atom(A, 0, _, _, '_:')
).
findvar(A, gamma) :-
!,
sub_atom(A, 0, _, _, some).
findvar(A, delta) :-
!,
( sub_atom(A, _, 19, _, '/.well-known/genid/')
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit 0223cce

Please sign in to comment.