Sweet :) Thanks! On Sun, Jan 23, 2011 at 3:46 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
On Sun, Jan 23, 2011 at 7:27 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 23 January 2011 13:51, Henrik Sperre Johansen <henrik.s.johansen@veloxit.no> wrote:
On 23.01.2011 12:05, Marcus Denker wrote:
On Jan 23, 2011, at 11:27 AM, Marcus Denker wrote:
((Smalltalk at: #ConfigurationOfPharo) project lastVersion) perform: #silently: with: true; perform: #load.Deprecation raiseWarning: true.
This way, the build image can be always build and then at runtime, the user will see the popups.
Marcus, please, let me know if you change this becasue I need it to fix a problem with Metacello.
I am making the non-interactive classes for handling this. Image could detect if it runs non-interactive, and so, it will pass deprecation warnings, instead of raising dialog message.
great. Even better :) Now, my only advice is: the final image that the use download should have the flag in true, and the build should not cancel because of deprecations.
Cheers
mariano
done.
Ok, so it breaks the build when running tests. I removed turning on Deprecation warnings (last line) lets see.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
I'd suggest using Deprecation>>#deprecationsWhile: That way you can report them in Hudson, so they are easier to fix.
Cheers, Henry
-- Best regards, Igor Stasenko AKA sig.