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 ...
... 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...
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...
... 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...
... 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...
... {UTILITY_TEST_POOL}. test_unbounded_pool is -- Test unbounded pool local pool: POOL [POOL_ELEMENT] item, item2, item3: POOL_ELEMENT do create pool.make ...
... 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...
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...
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: ...
... 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...
... 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....
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...
... 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...
... 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...
... 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...
... 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@...
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...
... 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...
... 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...
... <snip> ... One advantage of using XML and Translating into Eiffel Code is that you can automatically create an eiffel object that models the user ...
... 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, ...
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...