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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 388 - 418 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
388
Hello, I use the CVS-Version of GOBO. For XML I use the event-parser. In the class in wich I handle the events, I need also the information at wich position in...
mikeraschend
Offline Send Email
Jul 5, 2002
10:54 am
389
... While you are in an event callback, your_parser.position should be reverse assignable to XM_STREAM_POSITION which has the info you want. -- ...
Franck Arnaud
franck@...
Send Email
Jul 6, 2002
3:21 am
390
Hello, because of EiffelFox, my application need to pass a c compiler option "-DSMALL_EIFFEL" to SmallEiffel. I can't find any gexace option which can generate...
chengchangwu
Offline Send Email
Jul 8, 2002
7:36 pm
391
... This has already been discussed in gobo-eiffel-develop mailing list, and no satisfactory solution has been found yet. The problem with 'c_compiler_options'...
Eric Bezault
gobosoft
Offline Send Email
Jul 8, 2002
9:01 pm
392
Hello All, I took a somewhat longer look at geant today, and I'm at a complete loss how it is supposed to work. I've an intimate knowledge of Makefiles, so my...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 9, 2002
4:39 am
393
... Although there is not a userguide yet there are plenty of examples in $GOBO/example/geant ... I am no makefile expert so I not quite sure what template...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jul 9, 2002
5:15 am
394
... Thanks Sven, I'll study the examples. I'm also studying if a Relax NG validator could be useful. I need something and if my performance tests are ok, it...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 9, 2002
6:55 am
395
When I include YY_FULL_SCANNER_SKELETON in my .l file, I get the following error, which does not occur if I use YY_COMPRESSED_SCANNER_SKELETON. Unfortunately,...
neallester
Offline Send Email
Jul 10, 2002
6:56 pm
396
... You cannot just include YY_FULL_SCANNER_SKELETON like that. You have to run 'gelex' again with the -f command-line option or %option full. If you do so,...
Eric Bezault
gobosoft
Offline Send Email
Jul 10, 2002
7:09 pm
397
lex experts, My first foray into gelex... The following gelex input file can match the default rule (and the resulting scanner jams), but I do not understand...
neallester
Offline Send Email
Jul 10, 2002
7:12 pm
398
Neal, ... Please replace the corresponding section in your .l file ... SENTENCE_TERMINATOR [.?!] SENTENCE_SPACER (\0+|\n+) SENTENCE_STARTER [^\0\n] SENTENCE...
Eric Bezault
gobosoft
Offline Send Email
Jul 10, 2002
7:58 pm
399
... It certainly put me on the right track although there were plenty of other bugs in my code. Thank you for the help and for Gelex. I have little formal...
neallester
Offline Send Email
Jul 11, 2002
12:30 am
400
... Tools like gelex and geyacc can make a real difference for your life. It takes some time indeed, but if you're really comfortable with them, you can just...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 11, 2002
5:32 am
401
Hello All, Is it possible to get a stack dump when a test fails? getest rescues this, but a stack dump at that point would be nice. -- Live long and prosper, ...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 15, 2002
5:52 am
402
Hello All, Some digging in the code found the undocument -a switch. Eric, I've changed the doc to add this option, are you happy with this description? -- Live...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 15, 2002
5:52 am
403
... Looks good to me. Thanks. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com ...
Eric Bezault
gobosoft
Offline Send Email
Jul 15, 2002
9:22 am
405
Hello Eric, What's the point of make_default in this class? I've a class I want to make a container, but because of its invariants, make_default without ...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 2, 2002
8:07 am
406
Hai Eric, In DS_TRAVERSABLE I found this comment: -- Some Eiffel compilers check invariants even when the -- execution of the creation procedure is not...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 2, 2002
8:07 am
407
... Just curious: what sort of invariant that is? The only thing I can think of is a container that cannot be empty (that could make sense). -- ...
Franck Arnaud
franck@...
Send Email
Aug 2, 2002
8:16 pm
408
... I think that this is still true. If I remember correctly, at the time I wrote this comment, only the TowerEiffel compiler would not check invariants when...
Eric Bezault
gobosoft
Offline Send Email
Aug 2, 2002
9:49 pm
409
... I don't personally use this feature, but it was requested by Franck as a creation routine with no arguments for the container classes. I had no problem...
Eric Bezault
gobosoft
Offline Send Email
Aug 2, 2002
9:55 pm
410
... It has a pointer (handle) to a class that implements the functionality. The actual handle changes depending on the configured environment. It is a...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 3, 2002
6:25 am
411
... Of course, as it is a creation feature, it's not necessary that it is in the ancestor, where it's mostly useful for documentation purposes. It's OK to...
Franck Arnaud
franck@...
Send Email
Aug 3, 2002
10:56 pm
412
... It looks like your container-less cursor is what I suggested in: http://www.geocrawler.com/archives/3/12674/2002/5/50/8686032/ with the class DS_ITERATOR...
Eric Bezault
gobosoft
Offline Send Email
Aug 4, 2002
3:32 am
413
... Yes, I like this. I don't need it know, but it is very useful to be able to write cursors for everything. Now we can write iterators for STRING and ARRAY...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 5, 2002
4:54 am
414
... My idea. You have to effect it and not list it. When nobody needs it, make it obsolete. One less thing to do. ... require else... -- Live long and prosper,...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 5, 2002
4:54 am
415
Hello, I have an XML file with some non-ASCII characters ("human-readable" descriptions -- letters with accents). I'm using XML GOBO classes with an...
Philippe Macaire
macaire@...
Send Email
Aug 12, 2002
7:30 am
416
... Only with the iso-8859-1 character set, which, unfortunately, is not supported by Gobo yet. Try the utf-8 character set (the default), so save your file as...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 12, 2002
9:09 am
417
... You need to set the parser mode (a_parser.set_string_mode_mixed for example). It defaults to ASCII-only to be safe of STRING polymorphism. I'm sorry ...
Franck Arnaud
franck@...
Send Email
Aug 12, 2002
12:06 pm
418
Franck, Berend, thanks for your answers. It looks like I need to delve into Unicode a little bit, or find another solution. With mixed mode and &#223; like...
Philippe Macaire
macaire@...
Send Email
Aug 12, 2002
5:04 pm
Messages 388 - 418 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