Search the web
Sign In
New User? Sign Up
eiffel-nice-library · Eiffel Nice Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2761 - 2817 of 2818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2761
Is there a language specification of the short form? I would like to be able to parse it for various reasons when there is no Eiffel text (e.g. the NICE...
Peter Horan
peter7723
Offline Send Email
Jan 8, 2003
2:03 am
2764
Dear group members, I am sorry for the long silence, new project starting, you know how it is... Nonetheless, we are still in our "short" visit to ANY with the...
Arno Wagner
gweihir2
Offline Send Email
Feb 24, 2003
2:51 pm
2765
Hi everyone, Arno, ... We are currently talking about that problem in SE. The problem arised because 'copy' dynamically changed the type of Current...!!! Of...
Cyril Adrian
cad_sxb
Offline Send Email
Feb 25, 2003
7:03 am
2766
On Tue, Feb 25, 2003 at 08:03:21AM +0100, Cyril Adrian wrote: > Hi everyone, Arno, ... I saw that. My intuition is that 'copy' is bogus anyway, 'clone' is what...
Arno Wagner
gweihir2
Offline Send Email
Feb 25, 2003
11:40 am
2767
... I do not understand how it is different from "same_type (Current)". Alexander Kogtenkov Object Tools, Moscow...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 25, 2003
11:52 am
2768
... True. I keep forgetting that 'old' only copies the reference. I meant something like 'same_type(old Current.clone)'. However if 'clone' uses 'copy' that is...
Arno Wagner
gweihir2
Offline Send Email
Feb 25, 2003
12:08 pm
2769
... According to ELKS'95 the precondition of the function "copy" includes type_identity: same_type (other) Isn't it enough to ensure type correctness? ...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 25, 2003
12:15 pm
2770
Arno Wagner wrote: ... There are also examples when the objects cannot be copied at all (e.g. singletons). The current interface does not allow to express this...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 25, 2003
12:27 pm
2773
Hi all, there seems to be not much enthusiasm continuing the discussion where we left off. The topic we are working on right now (equality in ANY) is seemingly...
gweihir2
Offline Send Email
Mar 10, 2003
11:52 am
2774
Hi Arno, I simply feel like there are too many issues up in the air right now, especially with the interaction between ECMA standardization and core Eiffel...
Joseph R. Kiniry
kiniry
Offline Send Email
Mar 11, 2003
1:20 pm
2775
... I have been inactive these last few months because of too much activity elsewhere. That changed for the better (*ahem*) yesterday when the client ran out...
Greg C
gmc444
Offline Send Email
Mar 11, 2003
4:41 pm
2776
... [...] ... Feature creep? Sounds like yesterday was a liberating experience for you ;-) ... Yes, I am still in the process of catching up with that....
Arno Wagner
gweihir2
Offline Send Email
Mar 11, 2003
5:21 pm
2777
... It's one of the most important activities in the Eiffel Community I think. So it will be. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 11, 2003
6:38 pm
2785
hi, [I believe this stuff belongs to eiffel-nice-library, and I only CC'd to -language, since the topic showed up there first. I suggest continuing on...
Robert Will
will@...
Send Email
Aug 7, 2003
5:10 pm
2786
... What is the behaviour of the functions in different Eiffel implementations? If it is the same across all implementations, it would be better to avoid...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 8, 2003
6:29 am
2787
... Everybody does what C does, which is what the hardware does, which seems consistent on all main platforms (I don't know whether it's clearly specified that...
Franck Arnaud
nenieorg
Offline Send Email
Aug 8, 2003
11:02 am
2788
... I meant exactly this (i.e., if all implementations do the same, no additional restrictions should be added to the features - only the description of their...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 8, 2003
12:07 pm
2789
hi, it may be as simple as this: 1. Don't specify the semantics of the language in the first place. (There are more important things, after all.) 2. If...
Robert Will
will@...
Send Email
Aug 8, 2003
4:18 pm
2790
... This is being excessively pessimistic. Of course, when starting from scratch everybody should do proper specs as much as possible but humans are not...
Franck Arnaud
nenieorg
Offline Send Email
Aug 9, 2003
11:57 pm
2792
... I've just tested VE and it turns out that // and \\ are implemented as quotient and remained functions. "truncated_to_integer" also behaves as you...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Aug 11, 2003
7:45 am
2797
Greetings: This morning I noticed that for classes like HASH_TABLE, COMPARABLE_SET and other SET classes, the agent-enabling features like do_all and for_all...
gmc444
Offline Send Email
Dec 15, 2003
10:39 pm
2798
Sorry, wrong group. Asleep at the mousewheel....
gcompestine@...
gmc444
Offline Send Email
Dec 16, 2003
6:18 pm
2810
It appears that there's an error in the GMP library that I found at http://www.pobox.com/~berend/eiffel/eiffelstruggle/2003/entries/gmp/GMP.zip In the file...
colinlema
Offline Send Email
Oct 18, 2006
12:32 am
2811
I wrote this library and have improved/updated (GMP 4.2.1) it several times since it was first written. I do not know how to provide updates to the site and...
Chris Saunders
saunders7777
Offline Send Email
Oct 18, 2006
9:12 am
2812
... Hash: SHA1 ... Chris> I wrote this library and have improved/updated (GMP 4.2.1) Chris> it several times since it was first written. I do not know Chris>...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 4, 2006
3:53 am
2813
Hey Berend I'm currently working on a new version. MPFR has just been updated to version 2.2.1 and I'm also trying to take advantages of recent changes to ...
Chris Saunders
saunders7777
Offline Send Email
Dec 4, 2006
12:01 pm
2814
Find attached a new version of the library. Regards, Chris Saunders _____ From: eiffel-nice-library@yahoogroups.com ...
Chris Saunders
saunders7777
Offline Send Email
Dec 5, 2006
1:22 pm
2815
... Hash: SHA1 ... Chris> Find attached a new version of the library. Regards, Chris> Chris Saunders Available at: ...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 5, 2006
8:43 pm
2816
... I've updated the page: http://eiffelzone.com/esd/gmp/index.html Thanks Chris for sharing your software with others. Thanks Berend for hosting the package. ...
Roger Browne
eiffeltm
Offline Send Email
Dec 6, 2006
7:29 pm
2817
To Berend de Boer and Roger Browne I have updated and corrected some errors in this library. Find attached a newer version. Regards, Chris Saunders...
Chris Saunders
saunders7777
Offline Send Email
Dec 11, 2006
8:17 am
Messages 2761 - 2817 of 2818   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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