[Pharo-project] Re: Missing #dispatchResultsIntoHistory
OB-Enhancements-AlexandreBergel.262 is in OB@wiresong. The comment is: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Added: OBCmdSUnit>>ifSUnitSupportHistory: This is necessary to check whether the history feature is installed in the current SUnit framework in order to benefit from it and make sure that nothing break if not installed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On 3 Dec 2008, at 11:33, Damien Cassou wrote:
On Wed, Dec 3, 2008 at 3:29 PM, Alexandre Bergel <alexandre@bergel.eu> wrote:
I just downloaded Squeak3.10. How can I reproduce the problem you encountered ?
Using Universe, install the "Squeak-dev image" package. Then, open a browser, select a class and press ALT+t
-- Damien Cassou http://damiencassou.seasidehosting.st
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks, Alex, but shouldn't it read: ifSUnitSupportHistory: aBlock (TestResult includesSelector: #updateResultsInHistory) ifTrue: [aBlock value] Because in your version aBlock never gets executed, not even when #updateResultsInHistory exists. Can you check? David
The comment is: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Added: OBCmdSUnit>>ifSUnitSupportHistory: This is necessary to check whether the history feature is installed in the current SUnit framework in order to benefit from it and make sure that nothing break if not installed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers, Alexandre
On 3 Dec 2008, at 11:33, Damien Cassou wrote:
On Wed, Dec 3, 2008 at 3:29 PM, Alexandre Bergel <alexandre@bergel.eu> wrote:
I just downloaded Squeak3.10. How can I reproduce the problem you encountered ?
Using Universe, install the "Squeak-dev image" package. Then, open a browser, select a class and press ALT+t
-- Damien Cassou http://damiencassou.seasidehosting.st
You're right, sorry about that. Fixed. Alexandre On 3 Dec 2008, at 16:59, David Röthlisberger wrote:
Thanks, Alex, but shouldn't it read:
ifSUnitSupportHistory: aBlock (TestResult includesSelector: #updateResultsInHistory) ifTrue: [aBlock value]
Because in your version aBlock never gets executed, not even when #updateResultsInHistory exists. Can you check?
David
The comment is: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Added: OBCmdSUnit>>ifSUnitSupportHistory: This is necessary to check whether the history feature is installed in the current SUnit framework in order to benefit from it and make sure that nothing break if not installed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On 3 Dec 2008, at 11:33, Damien Cassou wrote:
On Wed, Dec 3, 2008 at 3:29 PM, Alexandre Bergel <alexandre@bergel.eu
wrote: I just downloaded Squeak3.10. How can I reproduce the problem you encountered ?
Using Universe, install the "Squeak-dev image" package. Then, open a browser, select a class and press ALT+t
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
You're right, sorry about that. Fixed.
okay, cool, thanks. I updated Universe to OB-Enhancements 0.265 which also contains this fix. Damien, I also updated OmniBrowser-Morphic to a newer version. David
On 3 Dec 2008, at 16:59, David Röthlisberger wrote:
Thanks, Alex, but shouldn't it read:
ifSUnitSupportHistory: aBlock (TestResult includesSelector: #updateResultsInHistory) ifTrue: [aBlock value]
Because in your version aBlock never gets executed, not even when #updateResultsInHistory exists. Can you check?
David
The comment is: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Added: OBCmdSUnit>>ifSUnitSupportHistory: This is necessary to check whether the history feature is installed in the current SUnit framework in order to benefit from it and make sure that nothing break if not installed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On 3 Dec 2008, at 11:33, Damien Cassou wrote:
On Wed, Dec 3, 2008 at 3:29 PM, Alexandre Bergel <alexandre@bergel.eu> wrote:
I just downloaded Squeak3.10. How can I reproduce the problem you encountered ?
Using Universe, install the "Squeak-dev image" package. Then, open a browser, select a class and press ALT+t
participants (2)
-
Alexandre Bergel -
David Röthlisberger