Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 470 - 499 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
470
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...
Andreas.Scholz
ascholzde
Offline Send Email
Dec 2, 2002
12:58 pm
471
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@...
Send Email
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...
Franck Arnaud
nenieorg
Offline Send Email
Dec 4, 2002
11:56 am
473
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...
Lothar Hansche
lohan49
Offline Send Email
Dec 4, 2002
7:29 pm
474
Hi all, the class NUMERIC is well defined in ELKS, but all compilers implement something different: VE 4.1 defines exponentiable (other: DOUBLE): BOOLEAN ...
Andreas.Scholz
ascholzde
Offline Send Email
Dec 5, 2002
7:31 pm
475
... ELKS is not consistent either. Here are the signatures of the feature infix "^": NUMERIC.infix "^" (other: NUMERIC): NUMERIC INTEGER.infix "^" (other:...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Dec 6, 2002
7:12 am
476
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...
Emmanuel STAPF <manus...
manus_eiffel
Offline Send Email
Dec 13, 2002
8:00 am
477
... It seems that in the gelex scanner the option to track the position is not enabled. Changeing: -- %option line nodefault -- to - %option line position...
Andreas Leitner
weisznet
Offline Send Email
Dec 13, 2002
8:53 am
478
... 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...
Franck Arnaud
nenieorg
Offline Send Email
Dec 13, 2002
12:59 pm
479
... 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...
Andreas Leitner
weisznet
Offline Send Email
Dec 13, 2002
4:57 pm
480
... Does it mean it will be included in 3.1? Manu...
Emmanuel STAPF [ES]
manus_eiffel
Offline Send Email
Dec 15, 2002
12:45 am
481
... Yes. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com _____________________________________________________________________ GRAND JEU SMS...
Eric Bezault
gobosoft
Offline Send Email
Dec 15, 2002
2:45 pm
482
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...
Eric Bezault
gobosoft
Offline Send Email
Dec 18, 2002
6:06 pm
483
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...
Johnson, Jimmy
boxer41a
Offline Send Email
Dec 19, 2002
4:44 pm
484
... 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...
Eric Bezault
gobosoft
Offline Send Email
Dec 19, 2002
5:06 pm
485
No, I am not using .NET, unless something in the ace files or Gobo files assumes that....
Johnson, Jimmy
boxer41a
Offline Send Email
Dec 19, 2002
6:45 pm
486
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 19, 2002
7:17 pm
487
... 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...
Eric Bezault
gobosoft
Offline Send Email
Dec 19, 2002
7:35 pm
488
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...
Andreas Leitner
weisznet
Offline Send Email
Dec 19, 2002
9:19 pm
489
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...
Johnson, Jimmy
boxer41a
Offline Send Email
Dec 19, 2002
9:23 pm
490
... 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...
Eric Bezault
gobosoft
Offline Send Email
Dec 19, 2002
10:16 pm
491
... 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...
Andreas Leitner
weisznet
Offline Send Email
Dec 19, 2002
11:06 pm
492
I have found that the geant_gepp_command.e has fileset.forth at wrong place. Maybe other commands have the same problems....
Cheng-Chang Wu
chengchangwu
Offline Send Email
Dec 20, 2002
6:40 am
493
... Thanks for the report. I just fixed it in the current CVS. ... I checked the others but 'geant_gepp_command.e' was the only one. - Sven...
Sven Ehrke
svenehrkeweb
Offline Send Email
Dec 20, 2002
8:51 am
494
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@...
Send Email
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 Bezault
gobosoft
Offline Send Email
Dec 21, 2002
7:47 pm
496
... 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@...
Send Email
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 ...
Eric Bezault
gobosoft
Offline Send Email
Dec 21, 2002
9:18 pm
498
... 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 ...
Eric Bezault
gobosoft
Offline Send Email
Dec 21, 2002
9:20 pm
499
... 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...
Eric Bezault
gobosoft
Offline Send Email
Dec 21, 2002
11:05 pm
Messages 470 - 499 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help