In small_eiffel.e file, for C_HEADER_PASS_4, the e2s and s2e definitions have dissappeared with some other code from version -0.78Beta#5 to version...
bstefani@...
Nov 4, 1999 8:50 pm
1138
I have added an extra argument that lcc-win32 requiries to link windows resource files. The argument suffix is `res' (eg for files like `resource.res'). I have...
Geoff Eldridge
geldridg@...
Nov 8, 1999 1:51 am
1139
... It will be part of the next release. Thanks, PS for Goeff : I am looking forward to meet you at TOOLS Pacific in a few weeks ;-) -- ... Dominique COLNET --...
Dominique Colnet
Dominique.Colnet@...
Nov 8, 1999 10:09 am
1140
-- using SmallEiffel version -0.77beta4 with lcc-win32 backend -- C compiler. The SE binaries (eg compile.exe) were generated -- using Visual C++ When I...
Geoff Eldridge
geldridg@...
Nov 9, 1999 5:43 am
1141
Seen at today's elj-daily: http://www.elj.com/elj-day.cgi?date=19991109 --8<-- [SmallEiffel/Library] FOIL: Formatted IO Library.. [1] ( 09 Nov 99 ) ( By Sami...
Geoff Eldridge
geldridg@...
Nov 9, 1999 1:52 pm
1142
Hello, I'm not sure to whom I should send this, so I hope that this list is OK. I have discovered a few minor bugs related to floating point variables in three...
Martin P. Pokorny
mpokorny@...
Nov 9, 1999 4:57 pm
1143
I am new to Eiffel. I have been reading \"Object-Oriented Programming in Eiffel 2nd Ed.\" by Pete Thomas and Ray Weedon. However I seem to have uncovered a...
wolfjb@...
Nov 12, 1999 6:06 am
1144
Further to my message titled ``C code generation warning ..'': http://www.egroups.com/group/smalleiffel/1140.html I have found a small test program that...
Geoff Eldridge
geldridg@...
Nov 12, 1999 6:10 am
1145
... Isn't your problem that you are using arguments to the creation procedure in the root class? There is nowhere for these arguments to be provided from. It...
Oliver Elphick
olly@...
Nov 12, 1999 8:31 am
1146
... It is not the bug, but it is related to the way SmallEiffel works. I don't know how you intended to work or if you know any other OO languages, but I...
Cyril ADRIAN
cadrian@...
Nov 12, 1999 8:32 am
1147
... The point is: SmallEiffel refuses to compile a make with an argument. You'll easily can test it yourself;-) Regards Friedrich...
Friedrich Dominicus
Friedrich.Dominicus@...
Nov 12, 1999 10:02 am
1148
... A further improvement would be: "Root class creation procedure make must not have arguments" This avoids the offending "illegal", and is more precise...
Thomas Aglassinger
agi@...
Nov 12, 1999 11:18 am
1149
... Yes, this is mentioned since a long time in (3rd point) : http://SmallEiffel.loria.fr/misc/NOT_YET_IMPLEMENTED.html And there is no emergency for this...
Dominique Colnet
Dominique.Colnet@...
Nov 12, 1999 12:38 pm
1150
... Yes indeed, I am trying to do this each time I have to update some error message. So the work is in progress. Thanks, -- ... Dominique COLNET -- UHP (Nancy...
Dominique Colnet
Dominique.Colnet@...
Nov 12, 1999 1:08 pm
1151
... Not exactly. The runtime is supposed to convert command-line arguments into an ARRAY[STRING] argument to the creation procedure, if you ask for such an...
Patrick Doyle
doylep@...
Nov 12, 1999 11:52 pm
1152
... I have many classes that have creation procedures with arguments; but they aren't root classes. SmallEiffel is quite happy with them. I just tried a root...
Oliver Elphick
olly@...
Nov 13, 1999 4:40 am
1153
... Thanks, This is now fixed. -- ... Dominique COLNET -- UHP (Nancy 1) -- LORIA -- INRIA Lorraine http://SmallEiffel.loria.fr -- The GNU Eiffel Compiler ...
Dominique Colnet
Dominique.Colnet@...
Nov 13, 1999 5:10 am
1154
... Very true! It is a portability issue at most. But what about putting the validity codes into error messages? That would be a great help, especially for...
Oliver Elphick
olly@...
Nov 13, 1999 5:36 am
1155
... Indeed, it would be nice. ... WORK AROUND HERE USING A CRUDE STUFF: c_inline_c("_a=((void*)C->_storage);%N"); ... Yes because NATIVE_ARRAY is really a...
Dominique Colnet
Dominique.Colnet@...
Nov 16, 1999 12:24 pm
1156
I just tried to recompile the gobo utilities with SmallEiffel -0.78 and came across a problem with the `export {NONE} all' in DS_ARRAYED_STACK inheriting from...
Oliver Elphick
olly@...
Nov 17, 1999 9:56 am
1157
Hello, I recently noticed that the following features of class STRING suffer from an aliasing bug, i.e. they fail when one of their arguments is also the...
Alain Le Guennec
Alain.Le_Guennec@...
Nov 17, 1999 10:40 am
1158
... So, why not add require other /= Current in these functions. May be the same problem appears with ARRAY functions. Philippe Ribet ...
Philippe RIBET
philippe_ribet@...
Nov 18, 1999 8:00 am
1159
... If I remember correctly, this was a bug in SmallEiffel -0.78. You should either try to use the latest beta of SmallEiffel (-0.77b4) or switch to Gobo 1.5...
Eric Bezault
ericb@...
Nov 18, 1999 10:27 am
1160
... Because this is not the right way to go: There's nothing fundamentally wrong with prepending a string to itself. And nothing actually prevents these...
Alain Le Guennec
Alain.Le_Guennec@...
Nov 18, 1999 1:37 pm
1161
... It depends on what ELKS says, and how much we want ELKS conformance. -- Patrick Doyle doylep@......
Patrick Doyle
doylep@...
Nov 18, 1999 4:42 pm
1162
... ELKS'95 doesn't say much, but its 'make_from_string' creation routine does not forbid having 'other' be the same as 'Current'. BTW, it seems ELKS'2000...
Alain Le Guennec
Alain.Le_Guennec@...
Nov 18, 1999 7:45 pm
1163
Hello, We've found an annoying bug in the code generated by SmallEiffel for the cecil-glue routines, in the following circumstances: -the class of an exported...
Alain Le Guennec
Alain.Le_Guennec@...
Nov 19, 1999 2:39 pm
1164
Hello, In the process of porting eCurses to SE using GOBO, I have this problem ... Using SE with eljwin32 0-4-3 ( SE 077b2), and SE077b1 on Linux, it seems...
Paul G. Crismer
pgcrism@...
Nov 21, 1999 2:24 pm
1165
Hai SmallEiffel, I've seen a patch from someone adding create syntax support to SmallEiffel. Will this be in the next beta? I've some ISE Eiffel code that...
Berend de Boer
berend@...
Nov 22, 1999 10:30 pm
1166
I don't know wether somebody has already mentioned this: short gives me an error when applied to class STRING (Se-0.78/ Se-0.77b4): ****** Error : Type DOUBLE...