... A debugger can hook into an IDE. (I guess your answer is no). SeeAlso: http://www.google.com/search?q=gnome-debug&num=20&btnG=Go&hl=en&lr=lang_en ...
etoffi@...
Feb 1, 2002 1:49 pm
4277
Hi ! I'm trying to implement the ISE external C syntax for SmallEiffel. I wrote a parser for ISE external C syntax and plug it inside the EIFFEL_PARSER class...
Vincent Bousquet
vbousquet@...
Feb 2, 2002 5:41 pm
4278
Just a very quick note to inform that a set of installations have been made available for the elj libraries. This marks the first beta release of the elj...
geldridg@...
Feb 3, 2002 12:32 am
4279
Vincent, thanks for undertaking this work, I hope it is not wasted .. The elj team, as well as many others, are very interested in the realisation of this...
geldridg@...
Feb 3, 2002 12:50 am
4280
After looking in details here is what happens : SmallEiffel need a reference type for POSITION (I think this is due to the FIXED_ARRAY[ANY] of GOBO library), ...
Vincent Bousquet
vbousquet@...
Feb 3, 2002 9:07 pm
4281
Finally I come with a - partial - solution. I modified the 'c_function_definition' feature of ASSIGNMENT_HANDLER in order to provide an adapted conversion...
Vincent Bousquet
vbousquet@...
Feb 3, 2002 10:51 pm
4282
... Just for the record, class FIXED_ARRAY is not part of Gobo but is provided in the SmallEiffel distribution in lib/base/fixed_array.e. -- Eric Bezault ...
Eric Bezault
ericb@...
Feb 4, 2002 9:05 am
4283
... Is it that the generated program does not work as before (which enters in the category "break your code" and is definitely a bug since it works with ISE...
Eric Bezault
ericb@...
Feb 4, 2002 9:06 am
4284
Eric, The "warning" is in order... a 121-word sentence is pretty impressive, but you are still a long way from Bertrand's record of 293 words. Keep up the good...
David Broadfoot
david@...
Feb 4, 2002 11:41 am
4285
... Is the following better? I know, some sentences can still be made shorter, but I hope that my message is easier to swallow now ;-) ... Is it that the...
Eric Bezault
ericb@...
Feb 4, 2002 1:38 pm
4286
To answer Eric Bezault (GOBO library) : the GOBO library defines FIXED_ARRAY as KL_ ... _FIXED_ARRAY[ANY] and I think this is what make thinks SmallEiffel that...
Vincent Bousquet
vbousquet@...
Feb 4, 2002 5:32 pm
4287
... But are you sure that the source code of the SmallEiffel compiler uses Gobo classes? I checked in the distribution of SmallEiffel -0.74 beta 13 and there...
Eric Bezault
ericb@...
Feb 4, 2002 5:33 pm
4288
Hello, there seems to be a bug in the feature "to_double" of class "STRING". Please try to compile and then execute the following little class: class TEST ...
Gabriel Weißelberg
Gabriel.Weisselberg@...
Feb 5, 2002 8:56 am
4289
Hello, ... Gabriel> there seems to be a bug in the feature "to_double" of class Gabriel> "STRING". Please try to compile and then execute the following ...
Cyril ADRIAN
c.adrian@...
Feb 5, 2002 9:10 am
4290
Thanks for your help! Hope, the fix will be added in the next beta of SE ... ... From: Cyril ADRIAN [mailto:c.adrian@...] Sent: Dienstag, 5. Februar 2002...
Gabriel Weißelberg
Gabriel.Weisselberg@...
Feb 5, 2002 9:44 am
4291
I've just put up release 0.10 of Fine. Most of the changes were to the binary file classes. They now handle errors (like disk full) if the program doesn't....
J. Scott Edwards
sedwards@...
Feb 5, 2002 4:36 pm
4292
Indeed. It seems I missed that. Note however that allowing leading and trailing whitespace is an extension of ELKS2001, as ELKS2001 does not define the notion...
Arno Wagner
wagner@...
Feb 5, 2002 5:10 pm
4293
http://sourceforge.net/projects/fine...
J. Scott Edwards
sedwards@...
Feb 5, 2002 5:37 pm
4294
When i compile my program with "-boost" i get wrong c code. The following is generated: In the header file: /*agent*/T0*agent315(T0* C); ...
Hartmut Scholz
hartmut.scholz@...
Feb 5, 2002 7:11 pm
4295
The SmallEiffel distribution does not use your code. My extension (ISE C external clause syntax) use your (really great) library for the lexer and parser. ...
Eric Bezault
ericb@...
Feb 5, 2002 7:40 pm
4296
Hello, ... Hartmut> Hope this helps to find the bug. That is precise enough. If you do not want to wait next beta, do the following: (*) - the problem...
Cyril ADRIAN
c.adrian@...
Feb 6, 2002 8:22 am
4297
Hello Cyril, Wednesday, February 06, 2002, 9:22:16 AM, you wrote: CA> Hello, CA> That is precise enough. If you do not want to wait next beta, do...
Lothar Scholz
llothar@...
Feb 6, 2002 1:10 pm
4298
Hello Lothar, ... Lothar> Okay, i applied the patch and it works. But now i get some other Lothar> compiler errors: Lothar>...
Cyril ADRIAN
c.adrian@...
Feb 6, 2002 1:45 pm
4299
Hello Cyril, Wednesday, February 06, 2002, 2:40:21 PM, you wrote: CA> Hello Lothar, ... CA> Lothar> Okay, i applied the patch and it works. But now i...
Lothar Scholz
llothar@...
Feb 6, 2002 3:40 pm
4300
... like Jacob ... a Borland ... something ... BTW. If someone else have this problem the line that must be added in E_AGENT.e at line 574 is i := i + 1; end; ...
Hartmut Scholz
hartmut.scholz@...
Feb 6, 2002 4:27 pm
4301
Hi everybody, I have discovered what I believe to be a bug in the handling of multiple inheritance. The behaviour in the same in both -0.75 and -0.74b16. The...
Laurie Moye
l.moye@...
Feb 7, 2002 3:37 pm
4302
Hi everybody, I have a program which crashes after running for about half an hour. I will describe it's behaviour with SmallEiffel-0.75. I tried compiling it...
Laurie Moye
l.moye@...
Feb 8, 2002 6:25 pm
4303
Is it possible to do this? It seems like it should be possible to produce the kind of graphs one sees in Meyers book for actual systems using this software,...
Britton
fsblk@...
Feb 9, 2002 12:34 am
4304
... Right. (I have take in account both this report and the previous one of Cyril Adrian). Thanks again -- ... Dominique.Colnet@... -- UHP (Nancy 1) --...
Dominique Colnet
Dominique.Colnet@...
Feb 9, 2002 10:08 am
4305
Hi, I made a patch to add support for ISE C external clause syntax to SmallEiffel. I do not think that this should be integrated in the SmallEiffel...