... I am glad that there a persons out thinking about beyond ECMA. ... I am not sure if I would go so far. Why do you use a := b.twin? Usually this is not...
Hi everybody, Had to catch up to this interesting discussion. Just want to add my 5 cents: Eric is perfectly right that there are many ways to compare objects ...
Hello Bernd, nice to read your comment and learning something about what has been discussed for ECMA Eiffel. I am very interested about anything in that area. ...
... is it not? I'm not sure I've ever encountered a legitimate use case for deep_twin in many years of Eiffel. at work, we have some legacy deep_clone in the...
... because you're leaking implementation, the concept of reference equality is way more essential to the OO model (even if not essential enough to warrant...
Hi All, I've encountered a regular expression that causes a loop not to terminate. It happens when you want to insert something at the ... class TEST create ...
... Berend> What happens is that the start position is 1, and the end Berend> position is 0. has_matched is always true. I'm not sure Berend> how to solve...
... I now fixed it in the SVN repository in such a way that it works as well when there is no ^ at the beginning of the regexp. In that case it is assumed that...
... Eric> I now fixed it in the SVN repository in such a way that it Eric> works as well when there is no ^ at the beginning of the Eric> regexp. In that case...
Hi, there seems to be a bug in {DS_BINARY_SEARCH_TREE_SET}.copy . The problem is, that internal_cursor is still Void when copy is called (by .twin). The Void...
Hi, I'm trying to compile gutentag but I have the following error: Error code: VTCT Error: type is based on unknown class. What to do: use an identifier that...
... This is the consequence of the effort to try to support ECF in Gobo, and hence the notion of libraries as specified in ECF. As a consequence *UNVIVERSE*...
... Eric> This is the consequence of the effort to try to support ECF Eric> in Gobo, Quisling! -- Colin Adams Preston Lancashire...
Colin Paul Adams
colin@...
Jul 15, 2009 3:48 pm
1752
... What should I do, create a third group in the Eiffel community (after SmartEiffel and ISE)? Personally I want to be able to use the same config files to...
Dear all: As Oliver Ligot found out gutentag is broken starting from at least EiffelStudio 6.3. Thankfully he also proposed a fix. Due to time constraints I am...
Hello! The creation question dll with use of Gobo compiler very interests. How correctly to specify option shared_library_definition in ace file for gobo?...
Hi, I've been trying to use Gobo's ECF parser but I'm find the results a bit unpredictable and I'm wondering if this is to be expected. When using the 6.3 ISE...
... You should call 'a_system.preparse' here. Otherwise the classes from EiffelBase will not be preparsed, and hence will not be known by `a_system'. In order...
Hi all, Whenever I try to compile a project (for example $GOBO/example/argument) using gec (the command line I use is geant compile_ge), I've got the following...
... It may be that your %INCLUDE% environment variable is not set correctly. One thing that I usually do is to call: call "C:\Program Files\Microsoft Visual...
Hi, When I serialize and then deserialize (I was trying to build a cache to speed up parsing of different classes that are part of the same project) an...
Hi Sitsofe, ... I noticed a typo in you class TEST: 109 a_class := a_system.class_by_name ( "TEST" ) 110 a_class.process ( a_system.implementation_checker ) ...
Hi all, as I read in the gobo develop list the recent GOBO is supplied by Github. I'am right, that git only runs on UNIX OS? Have I install Cygwin before on ...
Sorry for inconvinience, I've downloade the wrong package. But after installing Git I've got the followowing error from git warning: Option "keep" is ignored...
... git clone git://github.com/gobo-eiffel/gobo.git or from sourceforge.net ... git://gobo-eiffel.git.sourceforge.net/gitroot/gobo-eiffel/gobo Hope this helps,...
Thank you, Jocelyn and Berend! git clone git://github.com/gobo-eiffel/gobo.git now works for me. BTW it would be nice, if an ecf file is in the repository. ...