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.
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 1738 - 1767 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1738
... 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...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Jun 5, 2009
12:36 am
1739
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 ...
Bernd Schoeller
berndschoeller
Offline Send Email
Jun 5, 2009
7:38 am
1740
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. ...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Jun 5, 2009
2:27 pm
1741
... 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...
Franck Arnaud
nenieorg
Offline Send Email
Jun 8, 2009
1:25 am
1742
... 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...
Franck Arnaud
nenieorg
Offline Send Email
Jun 8, 2009
1:39 am
1743
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 de Boer
berenddeboer
Online Now Send Email
Jun 8, 2009
5:10 pm
1744
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 9, 2009
1:37 pm
1745
... 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 Bezault
gobosoft
Offline Send Email
Jun 16, 2009
9:22 pm
1746
... This is fixed now. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Jun 17, 2009
7:54 am
1747
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 17, 2009
10:00 am
1748
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...
jann_roeder
Offline Send Email
Jul 6, 2009
7:57 pm
1749
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...
olivier.ligot
Offline Send Email
Jul 15, 2009
3:29 pm
1750
... 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 Bezault
gobosoft
Offline Send Email
Jul 15, 2009
3:41 pm
1751
... 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@...
Send Email
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...
Eric Bezault
gobosoft
Offline Send Email
Jul 15, 2009
4:36 pm
1753
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...
Andreas Leitner
weisznet
Offline Send Email
Jul 16, 2009
10:02 am
1754
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?...
imxamil
Offline Send Email
Jul 30, 2009
7:44 am
1755
... No attempt has been made yet to generate dll with the Gobo compiler. So the option is currently ignored. -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Jul 30, 2009
8:17 am
1756
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...
Sitsofe Wheeler
sitsofe
Offline Send Email
Aug 1, 2009
12:18 pm
1757
... 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...
Eric Bezault
gobosoft
Offline Send Email
Aug 2, 2009
3:52 pm
1758
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...
olivier.ligot
Offline Send Email
Aug 11, 2009
4:44 pm
1759
... 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...
Eric Bezault
gobosoft
Offline Send Email
Aug 11, 2009
4:50 pm
1760
... Thank you Eric, that solved the problem. Olivier...
olivier.ligot
Offline Send Email
Aug 12, 2009
3:34 pm
1761
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...
Sitsofe Wheeler
sitsofe
Offline Send Email
Aug 17, 2009
10:20 pm
1762
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 ) ...
Eric Bezault
gobosoft
Offline Send Email
Aug 18, 2009
5:13 pm
1763
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 ...
Heiko Gering
gheiko
Offline Send Email
Oct 8, 2009
4:29 pm
1764
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...
Heiko Gering
gheiko
Offline Send Email
Oct 9, 2009
10:25 am
1765
... 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,...
Jocelyn
djoce_net
Online Now Send Email
Oct 12, 2009
7:49 am
1766
... On Windows, I use a combination of the following tools: * 'git bash' and 'gitk' contained in Git Extensions: ...
Eric Bezault
gobosoft
Offline Send Email
Oct 12, 2009
9:22 am
1767
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. ...
Heiko Gering
gheiko
Offline Send Email
Oct 12, 2009
1:20 pm
Messages 1738 - 1767 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