[squeak-dev] Failing tests on CI

Colin Putney colin at wiresong.com
Thu Mar 14 18:42:46 UTC 2013


On Thu, Mar 14, 2013 at 11:20 AM, Eliot Miranda <eliot.miranda at gmail.com>wrote:


> We want e.g.
>
> Smalltalk recompileAll.
> (CompiledMethod allInstances select:
>  [:m|
> m ~~ thisContext method
> and: [m methodClass isNil
>  or: [m selector isNil
> or: [m ~~ (m methodClass >> m selector)]]]]
> => #()
>
> But I don't see how to get near this:
> 1. lots of GUI stuff can only be cleared by closing windows.  Can we
> export the morphs and bring them back in?
> 2. (quite easy) we need to save and restart to restart a number of
> processes
>

Is this what you'd like to see as a generally useful facility, or is it
what you think we need to do to fix the failing tests?

Colin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130314/feb46953/attachment.htm


More information about the Squeak-dev mailing list