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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1373 - 1402 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1373
When implementing a function like: a_string: STRING is -- A string do ... end why do you use: Result := STRING_.cloned_string ("A string!") instead of just ...
Brian Heilig
heiligb
Offline Send Email
Mar 5, 2006
11:31 pm
1374
... This is legacy code, and as much as possible I try to replace the first occurrences by the latter. The reason why we used to write the former form in Gobo...
Eric Bezault
gobosoft
Offline Send Email
Mar 5, 2006
11:38 pm
1375
... FWIW, such a routine would have come in handy for me too at several occasions... (; Andreas...
Andreas Leitner
weisznet
Offline Send Email
Mar 7, 2006
2:04 pm
1376
Hi, A while back I emailed the list because I couldn't bootstrap GOBO using VS.NET 2005. Based on everyones feedback I did compile it by performing the...
grantrettke
Offline Send Email
Mar 7, 2006
10:24 pm
1377
Grant Rettke wrote:> ... I think with this way you will not be able to build EStudio solutions because only the most recent PSDK has nmake. Brian...
Brian Heilig
heiligb
Offline Send Email
Mar 7, 2006
10:29 pm
1378
... Hi Brian, I used VS.NET 2005 with ISE, and that has worked fine. For stuff that won't build on VS.NET 2005, I have been using the solution described in my...
Grant Rettke
grantrettke
Offline Send Email
Mar 7, 2006
10:43 pm
1379
Hi, I tried to build the goanna test/utility project with SmartEiffel 1.2r6 on Windows XP Pro with VC++ 2003 and got the following errors: ...
grantrettke
Offline Send Email
Mar 9, 2006
9:10 pm
1380
... You'll have to show us the code of the routine `test_unbounded_pool' from class UTILITY_TEST_POOL and of the routine `test_last_index_of' from class...
Eric Bezault
gobosoft
Offline Send Email
Mar 9, 2006
9:37 pm
1381
... {UTILITY_TEST_POOL}. test_unbounded_pool is -- Test unbounded pool local pool: POOL [POOL_ELEMENT] item, item2, item3: POOL_ELEMENT do create pool.make ...
Grant Rettke
grantrettke
Offline Send Email
Mar 9, 2006
10:10 pm
1382
... OK, I would suggest using `assert_integers_equal' instead of `assert_equal'. With newer versions of SmartEiffel INTEGER does not conform to ANY anymore, so...
Eric Bezault
gobosoft
Offline Send Email
Mar 9, 2006
10:57 pm
1383
... Thanks so much, that was the problem!...
Grant Rettke
grantrettke
Offline Send Email
Mar 10, 2006
4:06 am
1384
I've set up VC++ 2005 following Manus email from the ise eiffel mail list and found that, as Brian has already mentioned, and I had seen, that SmartEiffel code...
grantrettke
Offline Send Email
Mar 12, 2006
4:58 am
1385
Hello, I'm happy to announce that the Gobo Eiffel compiler is now able to compile all Eiffel code contained in Gobo CVS. I wrote the first lines of the doc: ...
Eric Bezault
gobosoft
Offline Send Email
Mar 19, 2006
2:36 pm
1386
... The C files to run the bootstrap from GOBO CVS used to be generated by SmartEiffel 1.0. I now replaced them with C files generated by the Gobo Eiffel...
Eric Bezault
gobosoft
Offline Send Email
Mar 19, 2006
6:12 pm
1387
... Since then I've reimaged my PC and installed VS.NET 2003. I'm working on setting up an environment where I will be able to use 2005 exclusively, however....
grantrettke
Offline Send Email
Mar 19, 2006
8:06 pm
1388
Hello everybody, I would like to announce the release of OP, a small but powerful library for command line parsing. To idea was to create a library that was so...
Bernd Schoeller
berndschoeller
Offline Send Email
Mar 23, 2006
9:46 pm
1389
... Hash: SHA1 ... Great, exactly what I need. Except for one thing to make it really user-friendly :-) A way to describe the options with XML, plus a...
Berend de Boer
berenddeboer
Offline Send Email
Mar 24, 2006
7:43 am
1390
Hello, When I try to compile a system (ERL-G) that includes class XM_UNICODE_CHARACTERS_1_0, I got the following C compilation error: ...
manueloriol
Offline Send Email
Mar 24, 2006
8:50 am
1391
... You are touching a sensitive point here, a discussion that I have already had with Andreas Leitner: He also favors a full-fledged XML configuration file...
Bernd Schoeller
berndschoeller
Offline Send Email
Mar 24, 2006
9:09 am
1392
... Both ;-) My opinion is that a good library should be flexible enough to allow its users to do whatever they want. Your approach emphasizing the simplicity...
Eric Bezault
gobosoft
Offline Send Email
Mar 24, 2006
9:31 am
1393
... Bernd> PS: A final question: if I add support of some XML Bernd> configuration, should I develop a code-generator that Bernd> translates XML into Eiffel...
Colin Paul Adams
colin@...
Send Email
Mar 24, 2006
9:33 am
1394
... It looks like the same problem as reported here: https://sourceforge.net/mailarchive/message.php?msg_id=14028488 What version of msc are you using? I use...
Eric Bezault
gobosoft
Offline Send Email
Mar 24, 2006
9:41 am
1395
... That's exactly what I keep telling him: get rid of the agents and see if you can push it into Gobo. I am very happy you feel the same way! Andreas...
Andreas Leitner
weisznet
Offline Send Email
Mar 24, 2006
10:01 am
1396
Thanks a lot! Installing service pack 6 worked eventually... Manuel...
Manuel Oriol
manueloriol
Offline Send Email
Mar 24, 2006
2:31 pm
1397
... Hash: SHA1 ... Benefits: 1. You can create (part of) the man page that way. 2. You can include it in your manual. 3. You can create the --help...
Berend de Boer
berenddeboer
Offline Send Email
Mar 25, 2006
12:59 am
1398
... Would it be possible to achieve all of the above from the Eiffel objects, without XML? I did find the XML easier to read than Bernd's Eiffel example, by...
Peter Gummer
peter_gummer
Offline Send Email
Mar 25, 2006
1:24 am
1399
... <snip> ... One advantage of using XML and Translating into Eiffel Code is that you can automatically create an eiffel object that models the user ...
Neal Lester
neallester
Offline Send Email
Mar 25, 2006
1:54 am
1400
... Hash: SHA1 ... Yes, because it gets turned into Eiffel. You could program that in ... Exactly. That's why we have tools like lex and yacc. And besides, ...
Berend de Boer
berenddeboer
Offline Send Email
Mar 25, 2006
2:34 am
1401
Hello everybody, I have updated the OP library for command line parsing. The new version is 0.9.2. http://se.inf.ethz.ch/people/schoeller/op.html The major...
Bernd Schoeller
berndschoeller
Offline Send Email
Mar 27, 2006
11:39 am
1402
... Bernd> Hello everybody, I have updated the OP library for command Bernd> line parsing. The new version is 0.9.2. Bernd>...
Colin Paul Adams
colin@...
Send Email
Mar 27, 2006
11:46 am
Messages 1373 - 1402 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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