From: Berend de B. <be...@po...> - 2008-05-28 06:40:16
Attachments:
smime.p7s
|
Hi Guys, In UC_STRING there is now a make_from_string_general routine which doesn't work with SmartEiffel as it doesn't have a STRING_GENERAL class. -- Cheers, Berend de Boer |
From: Colin A. <col...@go...> - 2008-05-28 07:34:56
|
Support for SE has been dropped. 2008/5/28 Berend de Boer <be...@po...>: > Hi Guys, > > In UC_STRING there is now a make_from_string_general routine which > doesn't work with SmartEiffel as it doesn't have a STRING_GENERAL class. > > -- > Cheers, > > Berend de Boer > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gobo-eiffel-develop mailing list > gob...@li... > https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop > > |
From: Eric B. <er...@go...> - 2008-05-28 10:14:30
|
Colin Adams wrote: > Support for SE has been dropped. Yes, too tired to send messages to the SE 1.2 mailing list without getting any answer back. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Berend de B. <be...@po...> - 2008-05-28 18:47:31
Attachments:
smime.p7s
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> Yes, too tired to send messages to the SE 1.2 mailing list Eric> without getting any answer back. I realise we have to move on, but it's a pity there's no solution now if you want to compile with debug info. Are there any plans to add that to gec? -- Cheers, Berend de Boer |
From: Eric B. <er...@go...> - 2008-05-28 19:48:29
|
Berend de Boer wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > Eric> Yes, too tired to send messages to the SE 1.2 mailing list > Eric> without getting any answer back. > > I realise we have to move on, but it's a pity there's no solution now if > you want to compile with debug info. Are there any plans to add that to > gec? Do you mean the "debug" instructions as in: debug ("some_key") valid_foo: foo.is_valid end -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Berend de B. <be...@po...> - 2008-05-28 21:44:46
Attachments:
smime.p7s
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: >> I realise we have to move on, but it's a pity there's no solution >> now if you want to compile with debug info. Are there any plans >> to add that to gec? Eric> Do you mean the "debug" instructions as in: Eric> debug ("some_key") valid_foo: foo.is_valid end And DbC support of course. It does not have to perform better than SE, but if the performance is equal, it would really make me switch. -- Cheers, Berend de Boer |
From: Eric B. <er...@go...> - 2008-05-28 22:18:51
|
Berend de Boer wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > >> I realise we have to move on, but it's a pity there's no solution > >> now if you want to compile with debug info. Are there any plans > >> to add that to gec? > > Eric> Do you mean the "debug" instructions as in: > > Eric> debug ("some_key") valid_foo: foo.is_valid end > > And DbC support of course. It does not have to perform better than SE, > but if the performance is equal, it would really make me switch. Debug can be implemented in gec without too much effort. DbC requires more work. For DbC I use EiffelStudio. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Wolfgang J. <wj...@so...> - 2008-05-29 07:12:59
|
Eric Bezault wrote: > Berend de Boer wrote: > >>>>>>> "Eric" == Eric Bezault <er...@go...> writes: >>>>>>> >> >> I realise we have to move on, but it's a pity there's no solution >> >> now if you want to compile with debug info. Are there any plans >> >> to add that to gec? >> >> Eric> Do you mean the "debug" instructions as in: >> >> Eric> debug ("some_key") valid_foo: foo.is_valid end >> >> And DbC support of course. It does not have to perform better than SE, >> but if the performance is equal, it would really make me switch. >> > > Debug can be implemented in gec without too much effort. > DbC requires more work. For DbC I use EiffelStudio. > > Hi, Some time ago I proposed to add a debugger to the GEC. Its took me much more time than expected. But now an experimental version is nearly completed. I hope that I can that version publish the next days. WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany mailto: wj...@so... |
From: Berend de B. <be...@po...> - 2008-05-29 10:40:13
Attachments:
smime.p7s
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> Debug can be implemented in gec without too much effort. DbC Eric> requires more work. For DbC I use EiffelStudio. The problem is that I develop sites with dozens of small cgis. The disk space needed for EiffelStudio is simply horrendous, and the initial compile doesn't make me happy either. So SE is still the only solution in town unfortunately. -- Cheers, Berend de Boer |
From: Colin A. <col...@go...> - 2008-05-29 11:42:04
|
2008/5/29 Berend de Boer <be...@po...>: > The problem is that I develop sites with dozens of small cgis. The disk > space needed for EiffelStudio is simply horrendous, and the initial > compile doesn't make me happy either. So SE is still the only solution > in town unfortunately. Then you have two solutions at hand: 1) Upgrade SmartEiffel 1.2r8, or 2) Use Gobo 3.7 |
From: Berend de B. <be...@po...> - 2008-05-29 21:08:45
Attachments:
smime.p7s
|
>>>>> "Colin" == Colin Adams <col...@go...> writes: >> The problem is that I develop sites with dozens of small >> cgis. The disk space needed for EiffelStudio is simply >> horrendous, and the initial compile doesn't make me happy >> either. So SE is still the only solution in town unfortunately. Colin> Then you have two solutions at hand: Colin> 1) Upgrade SmartEiffel 1.2r8, or 2) Use Gobo 3.7 Ah, does 1.2r8 work? I thought the differences were minor so I haven't bothered to upgrade from 1.2r7. But Eric said SE support was dropped. But else, Gobo 3.7 is indeed the only solution for now. -- Cheers, Berend de Boer |
From: Colin P. A. <co...@co...> - 2008-05-29 21:13:04
|
>>>>> "Berend" == Berend de Boer <be...@po...> writes: >>>>> "Colin" == Colin Adams <col...@go...> writes: >>> The problem is that I develop sites with dozens of small >>> cgis. The disk space needed for EiffelStudio is simply >>> horrendous, and the initial compile doesn't make me happy >>> either. So SE is still the only solution in town >>> unfortunately. Colin> Then you have two solutions at hand: Colin> 1) Upgrade SmartEiffel 1.2r8, or 2) Use Gobo 3.7 Berend> Ah, does 1.2r8 work? I thought the differences were minor Berend> so I haven't bothered to upgrade from 1.2r7. But Eric said Berend> SE support was dropped. I meant upgrade 1.2r8 to support FreeElks, or equivalent. -- Colin Adams Preston Lancashire |