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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1217 - 1246 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1217
What is the Gobo way to get the current working directory? {KL_OPERATING_SYSTEM}.current_working_directory is exported to {NONE} Thanks, Neal...
neallester
Offline Send Email
Sep 12, 2004
9:08 pm
1218
... Inherit from KL_SHARED_FILE_SYSTEM and type: file_system.current_working_directory -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Sep 12, 2004
9:18 pm
1219
... Have you tried inheriting KL_OPERATING_SYSTEM, Neal? - Peter Gummer...
Peter Gummer
peter_gummer
Offline Send Email
Sep 12, 2004
9:23 pm
1220
... No, don't try that. {KL_OPERATING_SYSTEM}.current_working_directory is not exported because it's used for implementation purposes. Who knows, one day the...
Eric Bezault
gobosoft
Offline Send Email
Sep 12, 2004
10:25 pm
1221
... Actually, Eric, this is an interesting case. Under the influence of OOSC2 five years ago, I took the radical step of never declaring my Delphi class...
Peter Gummer
peter_gummer
Offline Send Email
Sep 13, 2004
12:22 am
1222
... I think that there is a difference between writing a descendant of class (say MY_OPERATING_SYSTEM) and hence have access to the implementation of the...
Eric Bezault
gobosoft
Offline Send Email
Sep 13, 2004
5:30 am
1223
... Peter> But then, two years ago, I was working in C# with people Peter> who were convinced that implementation features should be Peter> inaccessible to...
Colin Paul Adams
colin@...
Send Email
Sep 13, 2004
5:33 am
1224
... Yes. C# is like Java and C++ in this respect. I came to realise that the language's lack of DbC gave their arguments some validity. I wouldn't go so far as...
Peter Gummer
peter_gummer
Offline Send Email
Sep 13, 2004
6:16 am
1225
Does not seem to count lines inside of comments nor the line for the XML declaration. It does seem to count blank lines. Is this the expected bahavior? I am...
neallester
Offline Send Email
Sep 15, 2004
10:12 pm
1226
... It seems it does not count the last newline before the XML declaration but it is otherwise OK if the XML declaration is on the first line. Newlines in...
Franck Arnaud
nenieorg
Offline Send Email
Sep 16, 2004
12:46 am
1227
Hi, In the ADL archetype syntax (see http://www.openehr.org/drafts/t_drafts.htm) there are certain times when a piece of a second syntax occurs within the...
Thomas Beale
twbeale
Offline Send Email
Oct 14, 2004
4:17 am
1228
... You can try to do that: from i := 1 until i > N loop my_scanner.read_character i := i + 1 end This should consume N characters from the input. PS: Note...
Eric Bezault
gobosoft
Offline Send Email
Oct 14, 2004
8:42 am
1229
... Can assertions help here? (Possibly easier said than done.) - Peter Gummer...
Peter Gummer
peter_gummer
Offline Send Email
Oct 14, 2004
9:18 am
1230
... It's not easy to express as an assertion the fact that a feature (here `read_token' from the scanner) has been called one more time than you might think by...
Eric Bezault
gobosoft
Offline Send Email
Oct 14, 2004
9:47 am
1231
Hi, how can I let the scanner start scanning from the beginning of the file when EOF is read? I've the following rule, <searching_n><<EOF>> { if not...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Oct 14, 2004
1:28 pm
1232
... There is something similar to that in the code of gepp ($GOBO/src/gepp) when reading #include instructions. The difference is that in that case we open a...
Eric Bezault
gobosoft
Offline Send Email
Oct 14, 2004
2:11 pm
1233
In my case, the file has long been read and its contents are in a String buffer - so I just want to set my second parser to work from "here" in the current...
Thomas Beale
twbeale
Offline Send Email
Oct 16, 2004
12:14 am
1234
My name is Judy Reese, I am a recruiter with Advanced IT Personnel, Inc. I am looking for EIFFEL programmers for a client that is putting together a group to...
jmreese1952
Offline Send Email
Oct 18, 2004
12:37 am
1235
Is there a "sane" way to call a variadic C-function(*) from Eiffel? (* variadic=like printf) I'm wrapping GTK (part of ewg). I'm currently googling and reading...
Paolo Redaelli
tybor76
Offline Send Email
Jan 10, 2005
9:08 pm
1236
Hi all, I currently work with ET_LACE_PARSER and ET_UNIVERSE to generate a few statistics of various projects. Now i have two question, with ET_UNIVERSE i can...
mrscannetto
Offline Send Email
Jan 20, 2005
3:24 pm
1237
Hello Samuele, ... I'm currently on vacation and won't be able to answer your questions before the middle of next week. But first I would like to know what...
Eric Bezault
gobosoft
Offline Send Email
Jan 20, 2005
4:52 pm
1238
... Hello Eric, I'm currently using ISE EIffel 5.5 with the last CVS version of Gobo....
mrscannetto
Offline Send Email
Jan 21, 2005
2:41 pm
1239
Hi , I am wondering if it could be possible (and a good idea) to add the "accept_errors " parameter (from task "exec") to the "geant" task ? or maybe in the...
Jocelyn
djoce_net
Offline Send Email
Jan 21, 2005
5:28 pm
1240
... No, this information is not available in the current implementation of Gobo. The best you can get so far is the number of features per class (either just...
Eric Bezault
gobosoft
Offline Send Email
Jan 26, 2005
4:53 pm
1241
Hi! I am trying to add new features to already existing files by parsing them, adding the new features and then writing them back. What do i have to do apart...
urmuelle
Offline Send Email
Jan 29, 2005
9:42 pm
1242
... When writing the AST back to a file using ET_AST_PRINTER, it actually prints the features per feature clauses. The problem is that your new feature is not...
Eric Bezault
gobosoft
Offline Send Email
Jan 29, 2005
10:12 pm
1243
... Subject: Returning special EOF token when EOF found in scanner Date: Fri, 4 Feb 2005 11:10:25 +0100 From: Nicholas Allen <nick.allen@...> To:...
Eric Bezault
gobosoft
Offline Send Email
Feb 4, 2005
1:19 pm
1244
... In fact the parser might get this EOF_TK token, but it might not receive the notification from the scanner that the end of file has been reached. ... I...
Eric Bezault
gobosoft
Offline Send Email
Feb 6, 2005
7:38 am
1245
Hi there, Using the DT_GREGORIAN_CALENDAR, is there a way to get the week_number of a date ? What I managed to do quickly using the Gobo classes is the...
Jocelyn
djoce_net
Offline Send Email
Feb 10, 2005
6:29 pm
1246
Is there any tool that helps to reformat Eiffel sources following GOBO guidelines (gobo/doc/guidelines)? -- Paolo Redaelli <paolo.redaelli@...>...
Paolo Redaelli
tybor76
Offline Send Email
Feb 14, 2005
10:17 pm
Messages 1217 - 1246 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