Re: bug in url.e
Serge Romanchenko <[email protected]> Fri, 15 Dec 2006 12:29:38 +0200
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
На Fri, 15 Dec 2006 11:13:55 +0100 (CET) "Frederic Merizen" <[email protected]> записано: > On Fri, December 15, 2006 11:00 am, Serge Romanchenko wrote: > In general, for a good report, we need to know > - what you did (command used, files used,....) > - what happened (it compiled without errors, the resulting executable > crashed at runtime, the compiler crashed, ...) > - what you were expecting to happend instead > > Thank you. Best regards Thank you for reply Frederic. For example, I create a simple test class HELLO_WORLD :) I may compile it and it working as expected, short it to see features, class_check it - no problem, but I can't pretty it :( pretty tell me next: ----------------------[ cut here ]---------------------------------- ****** Warning: Cannot find the default class INTEGER_8 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class INTEGER in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class INTEGER_32 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class CHARACTER in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class REAL_32 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class REAL in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class REAL_64 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class BOOLEAN in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class STRING in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class POINTER in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class NATIVE_ARRAY[CHARACTER] in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class INTEGER_16 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class INTEGER_64 in any cluster. Don't expect the compilation to succeed. ------ ****** Warning: Cannot find the default class REAL_EXTENDED in any cluster. Don't expect the compilation to succeed. ------ Eiffel program crash at run time. No trace when using option "-boost" Received signal 11. -------------------------[end of cut]---------------------------- I love pretty :) it very helpful for me PS Sorry for my english --- WBR Serge Romanchenko