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 1700 - 1729 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1700
Hello All, Does gec have a minimum object allocation size? I'm trying to figure out why reading a 4MB file with strings balloons into 70MB of memory use. -- ...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 7, 2008
8:27 pm
1701
... Obviously some garbage is generated somewhere. Did you plug the Boehm GC? Note that I have no idea about minimum object allocation size in the Boehm GC. --...
Eric Bezault
gobosoft
Offline Send Email
Aug 7, 2008
9:55 pm
1702
... Eric> Obviously some garbage is generated somewhere. Did you plug Eric> the Boehm GC? Note that I have no idea about minimum object Eric> allocation size...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 8, 2008
12:56 am
1703
Hello, Do you know if there exist an equivalent of {HASH_TABLE}.merge in DS_HASH_TABLE ? Thanks in advance, Olivier Ligot ***** Disclaimer ***** ...
LIGOT Olivier
olivier.ligot
Offline Send Email
Aug 11, 2008
12:20 pm
1704
... What about: ht1, ht2: DS_HASH_TABLE [..., ...] ... ht2.do_all_with_key (agent ht1.force) -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Aug 11, 2008
12:28 pm
1705
... not if you've translated "." properly to UTF-8 (the regexp that matches UTF8 byte sequences, from a cursory look your dot should be translated to the...
Franck Arnaud
nenieorg
Offline Send Email
Aug 14, 2008
3:10 pm
1706
... Franck> not if you've translated "." properly to UTF-8 (the regexp Franck> that matches UTF8 byte sequences, from a cursory look your Franck> dot should be...
Colin Paul Adams
colin@...
Send Email
Aug 14, 2008
3:37 pm
1707
... Great. I would be interested in your experience with the algorithm described in ETL2. I have heard that it is rather pessimistic, i.e. it flags many...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
4:38 pm
1708 Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
5:22 pm
1709
... Yes, it's pessimistic. But all solutions that I heard of are pessimistic. The advantage of this one is that it exists, and it does not require any new...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2008
5:28 pm
1710
... That's good news. Catcalls are due to programming errors. But your experience leads me to the hypothesis that a code with catcall potential (in the sense,...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Aug 14, 2008
6:32 pm
1711
... They are supported. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2008
6:45 pm
1712
Hello, I want to execute a http file upload from my Windows application. Can someone point me to an example to do so? Thanks in advance Heiko...
Heiko Gering
gheiko
Offline Send Email
Oct 3, 2008
12:53 pm
1713
... Heiko> Hello, I want to execute a http file upload from my Windows Heiko> application. Can someone point me to an example to do so? There's no code in Gobo...
Colin Paul Adams
colin@...
Send Email
Oct 3, 2008
1:04 pm
1714
Hi there, Is there a way to have the test features of a test class's ancestor be generated for the heir? ... deferred class TEST_ANCESTOR inherit TS_TEST_CASE ...
pletanoux
Offline Send Email
Oct 15, 2008
10:47 am
1715
... The current implementation of getest only parses the test classes. It does not analyze the whole class inheritance. It would need a full Ace/Xace/ECF file...
Eric Bezault
gobosoft
Offline Send Email
Oct 15, 2008
10:59 am
1716
Hi everybody, Class "INTERNAL" provides facilities for reflection on attributes. Is there a class providing reflection on routines? Thx, Philippe Letanoux...
pletanoux
Offline Send Email
Oct 26, 2008
11:43 pm
1717
... There is nothing readily available. Eiffel agents are not to that level yet. Using CECIL (if you are using ISE Eiffel) might help a little bit. Otherwise...
Eric Bezault
gobosoft
Offline Send Email
Oct 27, 2008
5:32 am
1718
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
Eric Bezault
gobosoft
Offline Send Email
Nov 20, 2008
10:13 am
1719
Hi, The second line of {AP_DISPLAY_HELP_FLAG}.alternative_usage_instruction should be args.append_string (a_list.introduction_option.example) instead of ...
olivier.ligot
Offline Send Email
May 27, 2009
7:08 am
1720
Hi, How do I compare two DS_HASH_TABLE objects for object equality? /Paul -- Paul Cohen www.seibostudios.se mobile: +46 730 787 035 e-mail:...
Paul Cohen
pacoispaco@...
Send Email
May 31, 2009
6:35 pm
1721
... I don't know what you mean. Do you want to consider two hash tables equal if the items they contain are equal? If so, what does it mean for two items in...
Eric Bezault
gobosoft
Offline Send Email
May 31, 2009
6:45 pm
1722
... Paul> Hi, How do I compare two DS_HASH_TABLE objects for object Paul> equality? I would use for_all_with_key for this, I think (after first testing that...
Colin Paul Adams
colin@...
Send Email
May 31, 2009
7:04 pm
1723
... I am aware that there are different ways of defining equality between two tables t1 and t2. My assumption was something like: t1.keys.is_equal (t2.keys)...
Paul Cohen
pacoispaco@...
Send Email
May 31, 2009
9:06 pm
1724
... I don't see how `equality_tester' has more to do with how hash table works than what you try to do. I guess you're confusing `equality_tester' with...
Eric Bezault
gobosoft
Offline Send Email
May 31, 2009
9:48 pm
1725
... The 'key_equality_tester' and 'equality_tester' are properties of the hash table, not of the keys or the items in the hash_table. ... No, I am refering to...
Paul Cohen
pacoispaco@...
Send Email
Jun 1, 2009
12:01 am
1726
... I don't agree with that. Objects can be compared in many different ways, regardless whether they are used in hash tables or not. `is_equal' is just one way...
Eric Bezault
gobosoft
Offline Send Email
Jun 1, 2009
7:43 am
1727
... Ok. I agree with what you're saying. However, I still maintain that `key_equality_tester' and `equality_tester' are properties of DS_HASH_TABLE. There are...
Paul Cohen
pacoispaco@...
Send Email
Jun 1, 2009
11:55 am
1728
Hello Paul, I think the basic question is "What does equality mean?". Considering expanded type objects like INTEGERs or REALs, everything is clear. a = b...
Helmut Brandl
helmut_l_brandl
Offline Send Email
Jun 3, 2009
4:37 pm
1729
... I would say it is consistent, but definitely not trivial. :-) The general notion of equality is certainly not trivial! ... I agree. Maybe "==". would look...
Paul Cohen
pacoispaco@...
Send Email
Jun 3, 2009
11:43 pm
Messages 1700 - 1729 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