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 1235 - 1264 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1247
... Buona sera, Paolo. Have a look at http://sharedjourney.co.uk/. The Scriba product is still in beta, but it looks like you can apply to become a beta...
Peter Gummer
peter_gummer
Offline Send Email
Feb 14, 2005
11:20 pm
1248
... Scriba System Requirements: Windows XP, 2000, NT 4.0, ME, or 98. I cannot be a beta testers since I don't have those operative systems. I mainly work on...
Paolo Redaelli
tybor76
Offline Send Email
Feb 15, 2005
6:39 am
1249
... I've not tried it, but Berend de Boer's extensions for the Eiffel mode of the emacs editor http://www.berenddeboer.net/emacs/ includes a function...
Roger Browne
eiffeltm
Offline Send Email
Feb 15, 2005
6:05 pm
1250
... You can do that: my_stream: KI_CHARACTER_INPUT_STREAM ... my_scanner.set_input_buffer (my_scanner.new_file_buffer (my_stream)) -- Eric Bezault ...
Eric Bezault
gobosoft
Offline Send Email
Feb 16, 2005
5:35 pm
1251
I'm doing some work on the GTK wrappers, part of the Eiffel Wrapper Generator (http://ewg.sf.net). I would like to insert some features in the GTK2 wrap...
Paolo Redaelli
tybor76
Offline Send Email
Feb 17, 2005
7:27 am
1252
Hi, I've seen once somewhere in old version of vegtk or slyboots there are portable features like not_yet_implemented_warning which doesn't crash, but report...
Cheng-Chang Wu
chengchangwu
Offline Send Email
Feb 17, 2005
12:57 pm
1253
... It's abusing the mechanism somewhat, but how about using the 'obsolete' clause: feature foo is obsolete "not yet implemented" do end That way, you get a...
Roger Browne
eiffeltm
Offline Send Email
Feb 17, 2005
11:18 pm
1254
What are the tools needed to build gobo documentation?...
Paolo Redaelli
tybor76
Offline Send Email
Feb 26, 2005
10:57 am
1255
... Paolo> What are the tools needed to build gobo documentation? This differs somewhat between 3.3 and the CVS version. In 3.3, you need to install an XSLT...
Colin Paul Adams
colin@...
Send Email
Feb 26, 2005
11:04 am
1256
... I think that you should make sure that `last_string' is emptied when you reach the end of input. -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2005
5:17 pm
1257
The wording of some of the cursor positions is a little confusing to me. Can someone clarify please? Here is `cursor_after' and `cursor_before' cursor_after...
Brian Heilig
heiligb
Offline Send Email
Feb 28, 2005
9:08 pm
1258
... The terminology used in Gobo is explained in the book "Reusable Software" from Bertrand Meyer I think (I cannot check in my copy because I'm currently...
Eric Bezault
gobosoft
Offline Send Email
Mar 1, 2005
3:44 am
1259
... It makes sense but is a bit hard to guess, as the intuitive meaning of 'valid position' will be a position with an item. What about: -- Is it possible to...
Franck Arnaud
nenieorg
Offline Send Email
Mar 1, 2005
11:45 am
1260
... Yes, the wording is almost verbatim from the class interface text in chapter 16. ... This should be "Is it _not_ possible to move the cursor to the right?"...
Brian Heilig
heiligb
Offline Send Email
Mar 1, 2005
4:54 pm
1261
... This definition does not work when the list is empty. ... Did you run a survey to confirm that? ;-) ... but does not work when the list is empty. ...
Eric Bezault
gobosoft
Offline Send Email
Mar 1, 2005
5:04 pm
1262
What are the differences between this two features? feature -- String constants foo: STRING is "Foo is nice" -- foo string foo_once: STRING is -- foo string...
Paolo Redaelli
tybor76
Offline Send Email
Mar 5, 2005
6:54 am
1263
... Yes, "almost". The difference is that you can redefine `foo_once' in a descendant class. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Mar 5, 2005
6:58 am
1264
... I was meaning that the following code is labelled as non portable and it seems to compile only with SmartEiffel: featore foo is do print (once "My foo") ...
Paolo Redaelli
tybor76
Offline Send Email
Mar 5, 2005
9:59 am
Messages 1235 - 1264 of 1713   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