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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 918 - 949 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
918
... What is faster? I was really surprised by this. Shouldn't Unicode not be the default? -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 1, 2003
10:29 pm
919
... I guess they should be pretty similar (maybe different on VE, otherwise at worst UC_STRING just adds a pointer indirection I think). ... No, because it's...
Franck Arnaud
nenieorg
Offline Send Email
Aug 3, 2003
1:44 pm
920
... No, both parsers generate events, which can be plugged into an event consumer that builds a tree. I don't think Berend's tests involved trees. -- ...
Franck Arnaud
nenieorg
Offline Send Email
Aug 3, 2003
11:01 pm
921
... Indeed. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 4, 2003
10:01 am
922
After reproducing this in the debugger, it seems that the problem is that eif_freeze() is returning NULL. This happens in the parse_incremental_from_stream()...
mcnair_dan@...
ky_mossback
Offline Send Email
Aug 4, 2003
9:59 pm
923
... As I said before, `eif_freeze' might not work in all cases. When it fails, it returns NULL. Nothing has changed in this area in more recent releases. You...
Emmanuel Stapf [ES]
manus_eiffel
Offline Send Email
Aug 4, 2003
10:14 pm
924
Manu, Your suggestion seems to have worked when I step through the code, but when I run frozen code without stopping at breakpoints I get a segmentation ...
mcnair_dan@...
ky_mossback
Offline Send Email
Aug 4, 2003
11:29 pm
926
It looks like I'm right back to where I started - I'm seeing the same stack trace now that I was originally. However, I narrowed the problem down to ...
mcnair_dan@...
ky_mossback
Offline Send Email
Aug 5, 2003
9:23 pm
927
I forgot to add that this doesn't happen all the time...only in one or two code paths. Most of the XML parsing that I'm doing is performed without seeing this...
mcnair_dan@...
ky_mossback
Offline Send Email
Aug 5, 2003
9:30 pm
928
What is the way to pass the parameters/variables to the "geant" task? (This is similar to calling "geant" from the command line with the option(s) "-D".) The...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 6, 2003
12:51 pm
929
Is it possible to call "geant" recursively? E.g., the directory structure is .\a .\b .\c and "geant" is invoked in ".". Is it possible to call geant in the...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 6, 2003
1:18 pm
930
... That is not implemented (yet) in geant. You have to use <set> and if needed <unset> afterwards. If you invoke geant targets of another file and want to...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 6, 2003
2:03 pm
931
... Yes and no ;-) <geant> supports a nested fileset element. If specified, for each entry in the fileset the target named by the value of <geant>'s target...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 6, 2003
2:16 pm
932
... Sven> Yes and no ;-) Sven> <geant> supports a nested fileset element. If specified, for Sven> each entry in the fileset the target named by the value of ...
Colin Paul Adams
colin@...
Send Email
Aug 6, 2003
2:23 pm
933
... The documentation is something we still have to work on. We simply provide what we have so far since we thought that this is better than nothing. Regarding...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 6, 2003
2:35 pm
934
I'm writing a program that uses a 3rd-party library. At run time I got a panic, as class ARRAY wasn't visible. So I edited $GOBO/library/kernel.xace to add an...
Colin Paul Adams
colin@...
Send Email
Aug 7, 2003
6:07 am
935
... Not currently. But nothing prevents you from having your own kernel.xace file instead of using the one from $GOBO/library/kernel.xace. -- Eric Bezault ...
Eric Bezault
gobosoft
Offline Send Email
Aug 7, 2003
8:16 am
936
... And that's what I do as well. One day we will have the option to mount *and* change things :-) -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 7, 2003
9:39 am
937
... Berend> And that's what I do as well. I can see that it's better to do it that way. Berend> One day we will have the option to mount *and* change Berend>...
Colin Paul Adams
colin@...
Send Email
Aug 7, 2003
10:57 am
939
Is there a variable that contains the absolute path of the directory where the current build file is located? Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 13, 2003
12:38 pm
940
... Alternatively it could be an absolute path of the current build file. Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 13, 2003
12:40 pm
941
It turns out that the target exported to NONE still can be specified when starting "geant" from the command line. Is it the intended behaviour? Alexander...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 13, 2003
12:55 pm
942
... I'm afraid, no. That's not available. But it should not be difficult to provide that. Can you describe for what you need it so that I can think about a...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 13, 2003
1:05 pm
943
... No. It should not be possible. I thought I tested this when I implemented it. I will test it again tonight. Thank you for the report. - Sven ...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 13, 2003
1:07 pm
944
... It would be helpful. ... Several build files Bs inherit the build file A. The build file A sets the project/environment variables relatively to its...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 13, 2003
2:39 pm
945
... OK. Thank you for the explanation. I'll try to provide this as soon as possible. ... No. You have to repeat the depend in descendents. I know that this is...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 13, 2003
2:50 pm
946
... When I invoke geant -b c.eant secret in $GOBO\example\geant\export I get the following: _________________________ ...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 13, 2003
8:43 pm
947
... This example exports the target to "NONE". I used the convention that export to "NONE" and export to "" (empty name list) are the same. (In Eiffel, when no...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 14, 2003
8:46 am
948
... Ah, OK. I never used the empty list syntax so far. I'll support that then as well. - Sven ...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 14, 2003
11:29 am
949
... I just commited the change which supports this. - Sven...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 14, 2003
5:30 pm
Messages 918 - 949 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