Skip to content

Commit 8edd00d

Browse files
committed
fixing issue #145
1 parent 41a3892 commit 8edd00d

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

RELEASE

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
EYE release
22

3+
v11.12.11 (2025-03-21) fixing issue https://github.com/eyereasoner/eye/issues/145
34
v11.12.10 (2025-03-19) fixing default quantify uri prefix
45
v11.12.9 (2025-03-18) adding default quantify uri prefix
56
v11.12.8 (2025-03-18) fixing nexus and run ldes example

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.12.10
1+
11.12.11

eye.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
:- catch(use_module(library(process)), _, true).
2424
:- catch(use_module(library(http/http_open)), _, true).
2525

26-
version_info('EYE v11.12.10 (2025-03-19)').
26+
version_info('EYE v11.12.11 (2025-03-21)').
2727

2828
license_info('MIT License
2929

@@ -5030,7 +5030,7 @@
50305030
; true
50315031
),
50325032
( flag('no-ucall')
5033-
-> catch(call_residue_vars(call(Prem), []), Exc,
5033+
-> catch(call(Prem), Exc,
50345034
( Exc = error(existence_error(procedure, _), _)
50355035
-> fail
50365036
; throw(Exc)

eye.zip

7 Bytes
Binary file not shown.

test

-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@
22
pushd reasoning > /dev/null
33
./test
44
popd > /dev/null
5-
echo ""
6-
7-
pushd nexus > /dev/null
8-
./test
9-
popd > /dev/null

0 commit comments

Comments
 (0)