Dear Eiffel Community in the moment there are three important Eiffel compiler: ISE, SE and VE (and HACT?). If you want to use Eiffel to implement big...
Hello, I found that expat parser gives no error messages often. If I use eiffel parser, I get better error messages without line number for wrong line in XML...
Lothar Hansche
lohan@...
Dec 4, 2002 10:13 am
472
... your_parser.position contains the position where it stopped. your_parser.last_error_extended_description is a string with the error message + position in a...
Frank, thanks for your answer. Excuse me, I searched such feature in the class XM_TREE_CALLBACKS_PIPE and did not found. I did after sending my email already a...
Hi all, the class NUMERIC is well defined in ELKS, but all compilers implement something different: VE 4.1 defines exponentiable (other: DOUBLE): BOOLEAN ...
... ELKS is not consistent either. Here are the signatures of the feature infix "^": NUMERIC.infix "^" (other: NUMERIC): NUMERIC INTEGER.infix "^" (other:...
I'm looking for a way to get the current position where the XML parser is at when processing the callbacks I've registered to it. But `byte_position' always...
... It seems that in the gelex scanner the option to track the position is not enabled. Changeing: -- %option line nodefault -- to - %option line position...
... No reason, I didn't think about this problem at all and never actually used byte positions. You can commit, and thank you for this pretty complete...
... No problem. I checked the change in together with a test case to gobo/test/xml/eiffel/xm_test_eiffel_parser.e , which just checks if the position tracking...
... Yes. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com _____________________________________________________________________ GRAND JEU SMS...
Hello, Gobo 3.1 is now available for download from the usual places: http://www.gobosoft.com/ https://sourceforge.net/projects/gobo-eiffel/ Apart from some bug...
I got the following error when compiling the calc example. Using ISE Eiffel 5.2 and gobo3.1 files. ... Error code: VD23 Lace error: Missing basic class. What...
... You are using ISE Eiffel for .NET, aren't you? If this is the case, then you should follow the instructions ... ISE 5.2 (ISE Eiffel) * The Ace files for...
... I've seen that a lot with 5.1. No idea what is the cause. Throw away your .epr, EIFGEN, and do geant compile_ise again. That usually solves it. Don't think...
... You will have to give me more information because I was not able to reproduce the problem when compiling with ISE 5.2.1123 and Gobo 3.1 under Windows NT...
Hi, I was looking for a way to see if two lists (DS_LINKED_LIST to be exact) are equal in terms of: *) have the same number of elements *) contain the same...
Okay, this is odd. I don't think I can even reproduce this, but it works now. I tried to compile the example, "calc" right out of the box, but the environment...
... I'm not sure it's a good idea to have `is_equal' configurable with `equality_tester'. We should not forget that `is_equal' is used as postcondition of...
... Oh yeah. I have not thought about that. Agreed that a new routine would be better that changing `is_equal'. ... You are reading my mind (; Actually I was...
With Gobo 3.1 (and for that matter 3.0), not all the tests (i.e. typing geant test from the test sub-directory) pass. Is this known behaviour or do you want...
Colin Paul Adams
colin@...
Dec 21, 2002 6:37 pm
495
... I successfully ran all the tests other than those in 'gelint' and 'tools' under Windows NT and RedHat 7.1 with ISE Eiffel 5.2 (both classic and .NET),...
... Eric> So can you please tell me which tests fail, what Eiffel Eric> compiler you are using, on what platform, with what C Eric> compiler? ISE 5.2...
Colin Paul Adams
colin@...
Dec 21, 2002 8:47 pm
497
... That's weird. Can you send me the contents of the directory $GOBO/test/regexp/Tpcretest after the test above fails? -- Eric Bezault ...
... BTW, I don't need the EIFGEN nor any binary file, I just need the log and output files. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com ...
... Oops, I should have told you before: the free version of ISE 5.2 ... This program has been produced with a demo or non-commercial version of ISE...