strange ...

From: Ulrich Scholz <scholz_at_intellektik.informatik.tu-darmstadt.de>
Date: Thu 03 Jan 2002 08:47:15 PM GMT
Message-Id: <20020103214715.A16079@kiwi.intellektik.informatik.tu-darmstadt.de>
The ECLiPSe banner with the version number and configuration
(unless visible in the script):

bash$ eclipse
ECLiPSe Constraint Logic Programming System [kernel]
Copyright Imperial College London and ICL
Certain libraries copyright Parc Technologies Ltd
GMP library copyright Free Software Foundation
Version 5.3 #41, Sat Nov 24 13:49 2001
[eclipse 1]: [error].
error.pl   compiled traceable 224 bytes in 0.00 seconds

Yes (0.00s cpu)
[eclipse 2]: b.
3 

Yes (0.00s cpu)

This hould be a 2 !!!
It does seem not to depend on writeln!


Machine type:

ultra10


Operating system name and version number:

Sparc OS 5


Your .eclipserc and ECLIPSE... environment variables, if used:

I don't have an .eclipserc
ECLIPSEDIR=/u/kiwi/staff/scholz/Tools/eclipse


A script which causes the bug to appear, enhanced by comments where
necessary (start from the ECLiPSe banner unless the option -e is used):

%program error.pl

a :- 
	true.

b :-
	
	a,

	F1 = 2,
	F2 = 3,
	
	writeln(F1),

	c(F2).

c(_).

-- 
Ulrich Scholz

scholz@informatik.tu-darmstadt.de
http://www.intellektik.informatik.tu-darmstadt.de/~scholz/
Received on Thu Jan 03 20:48:36 2002

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:12 PM GMT GMT