Search the web
Sign In
New User? Sign Up
smalleiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4978 - 5007 of 5007   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4978
... True. The state goes to 1, but the block for 1 is never executed as i > count is true. Thanks for the notice! Dominique: I suspect the same is true for...
Arno Wagner
wagner@...
Send Email
Jun 15, 2002
1:41 pm
4979
I got this idea from ETL3. There it's called infix "}={". I call it "@==" since SmallEiffel doesn't like "}={". a @== b is equivalent to equal (a, b) Here is...
Greg Reagle
greagl1@...
Send Email
Jun 15, 2002
2:24 pm
4980
I want to extract a BIG_INTEGER from NUMBER, but I need help understanding the algorithm that NUMBER uses to store large integers. I have looked at the code,...
Greg Reagle
greagl1@...
Send Email
Jun 15, 2002
2:37 pm
4981
Dear group, Daniel F Moisset reported a bug in STRING, where ("+").is_integer or ("-").is_integer had a "true" result. The same happens with is_double in...
Arno Wagner
wagner@...
Send Email
Jun 15, 2002
4:21 pm
4982
I thought of more post-conditions for NUMERIC. Could they be added to SmallEiffel? one: like Current -- Neutral element for "*" and "/". ensure Result.sign =...
Greg Reagle
greagl1@...
Send Email
Jun 16, 2002
4:13 pm
4983
I had the chance to recompile SmallEiffel -0.74 with the latest STORABLE patches submitted by Wolfgang Jansen .. ...
geldridg@...
Send Email
Jun 17, 2002
6:02 am
4984
... Thank you for the bug report. ... This was my mistake, but not so dramatic. ... This is the compiler's mistake (also not dramatic): A routine like ...
Wolfgang Jansen
wolfgang@...
Send Email
Jun 17, 2002
11:48 am
4985
Back in April someone reported that running "short" with an ACE file and the case_insensitive option set to yes caused a compiler error message like this: ...
Greg C
gmc444@...
Send Email
Jun 17, 2002
8:41 pm
4986
The obsolete text with the feature "system" in class GENERAL is incorrect. Currently it reads, frozen system(system_command_line: STRING) is -- To execute a...
Greg C
gmc444@...
Send Email
Jun 17, 2002
9:14 pm
4987
Hello, I'm using SmallEiffel -0.74 under Windows with MSVC which ... class A creation make feature make is do print ("??>") end end ... } ... ??> ... Thanks to...
Eric Bezault
gobosoft@...
Send Email
Jun 17, 2002
9:33 pm
4988
... From the gcc manual, chapter on command options: -trigraphs Support ANSI C trigraphs. You don't want to know about this brain-damage. The `-ansi' option...
Benjamin Franksen
franksen@...
Send Email
Jun 17, 2002
10:31 pm
4989
... Hi, meanwhile, I found that the trouble is caused in the compiler class RUN_FEATURE_8. Its function `integer_value' compares the string "character_bits"...
Wolfgang Jansen
wolfgang@...
Send Email
Jun 18, 2002
8:01 am
4990
I've determined that I need to use GC for my little experimental project: http://wwsympa.loria.fr/wwsympa/arc/smalleiffel/2002-04/msg00018.html Even though the...
J. Scott Edwards
sedwards@...
Send Email
Jun 19, 2002
6:04 pm
4991
... Date: Wed, 19 Jun 2002 13:01:50 -0700 (PDT) From: Cheng-Chang Wu <chengchangwu@...> To: J. Scott Edwards <sedwards@...> Subject: Please...
J. Scott Edwards
sedwards@...
Send Email
Jun 19, 2002
11:09 pm
4992
I finally heard back from Aldo Calpini [dada@...] the gentleman running the The Great Win32 Computer Language Shootout. http://dada.perl.it/shootout/ He...
Greg C
gmc444@...
Send Email
Jun 20, 2002
4:39 pm
4993
... Yaesockets comes with an Echo example. It might be a good starting point. marcio...
Marcio Marchini
mqm@...
Send Email
Jun 20, 2002
5:01 pm
4994
... I think in this case it would make the code extremely messy to not use GC. The user has so many options and the memory space is so limited that we couldn't...
J. Scott Edwards
sedwards@...
Send Email
Jun 20, 2002
6:40 pm
4995
I know that to some people names don't matter too much but I think they matter alot. Except for classes that have only deferred features (like COMPARABLE,...
Alexander Rios
alexanderrios@...
Send Email
Jun 20, 2002
7:11 pm
4996
... [...] I agree with you that names are important. I do not agree that your convention is the only one or that there is really a need for one global naming...
Arno Wagner
wagner@...
Send Email
Jun 20, 2002
7:40 pm
4997
I only recommended this convention ... because most of the classes in SmallEiffel libraries already conform. Names should be consistent across a single...
Alexander Rios
AlexanderRios@...
Send Email
Jun 20, 2002
9:19 pm
4998
... I also think names are important, and I agree with Alexander's critique of the class names in SmallEiffel's lib. As to whether naming conventions should be...
WILLIAMS Dominic
D.WILLIAMS@...
Send Email
Jun 21, 2002
6:37 am
4999
... Ok. I depends on your project architecture. ... From HISTORY.txt: * The new manifest string notation for verbatim manifest string is now implemented as...
Philippe Ribet
p.ribet@...
Send Email
Jun 21, 2002
7:01 am
5000
... I see. Well, in that case you are right. I am not sure ELKS says anything about naming, though. Arno -- Arno Wagner, Communication Systems Group, ETH...
Arno Wagner
wagner@...
Send Email
Jun 21, 2002
10:31 am
5001
Hi, one question about the bitwise shift and rotate operators in the BIT class. Why does have operators like: infix "@<<" (s: INTEGER) is like Current is a...
H. Erdbrügger
he@...
Send Email
Jun 21, 2002
5:55 pm
5002
... In a fit of boredom while running tests, I implemented the Shootout Regexmatch benchmark yesterday, using the ELJ version of the PCRE library. That's the...
Greg C
gmc444@...
Send Email
Jun 21, 2002
6:03 pm
5003
... eposix can do this easily, I'll take a look. -- Live long and prosper, Berend de Boer...
Berend de Boer
berend@...
Send Email
Jun 21, 2002
10:18 pm
5004
Having the recent gc problems of the elj project and the quest for a gc system for SCOOP in mind I thing everybody working on SmallEiffel or SCOOP should have...
Benedikt Grundmann
bgrundmann@...
Send Email
Jun 24, 2002
3:19 pm
5005
Hi, I'm a newcomer to Eiffel so please forgive me if this is a naive question. I'm using Release -0.74 Beta #17 of SmallEiffel wrapped in ELJ-Win32 on Windows...
Eddie Eyles
eddie@...
Send Email
Jun 24, 2002
11:03 pm
5006
Hi all. There's going to be some heavy maintenance on the LORIA mailserver, which hosts this SmallEiffel mailing-list, on Thursday, June 27th. So, expect...
Olivier Zendra
Olivier.Zendra@...
Send Email
Jun 26, 2002
5:19 pm
5007
Hi, a little late, but we have been busy ... We have two SE based projects here at work: - a Pervasive SQL2000 admin and query tool - a company information...
Uwe Sander
usander@...
Send Email
Jun 27, 2002
6:13 am
Messages 4978 - 5007 of 5007   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