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.
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.