Ah that’s interesting- it’s happened to me 4 or 5 tines in the last 2 days.
Recent enough that maybe I can figure out a test case I’ll try.
Sent from my iPhone
> On 8 Jun 2018, at 18:57, Steven Costiou wrote:
>
> Concerning the bug 22085, i commented on fogbuzz:
>
>> I believe it is becau
Concerning the bug 22085, i commented on fogbuzz:
> I believe it is because when running test cases, it runs through:
>
> runCaseForDebug: aTestCase
> [...call test code...]
> on: self class failure , self class skip, self class warning, self class error
> do: [:ex | ex sunitAnnounce: aTestCase t
Good point by Norbert - I should have referenced a bug - but interested in
others experience and I will annotate that bug.
For me, this isn’t a recursion thing, it’s a dnu when restarting a method (not
sure if many people do this - but it’s a key Smalltalk feature in my mind - so
it should work
On 08/06/2018 08:30, Tim Mackinnon wrote:
> Hi, I’ve noticed lately when using a reasonably recent Pharo 6.1 setup that
> if I restart a method in the debugger - particularly from a breakpoint or
> correcting a dnu issue the environment frequently locks up. Fearing the worst
> (after a few secon
> Am 08.06.2018 um 13:30 schrieb Tim Mackinnon :
>
> Hi, I’ve noticed lately when using a reasonably recent Pharo 6.1 setup that
> if I restart a method in the debugger - particularly from a breakpoint or
> correcting a dnu issue the environment frequently locks up. Fearing the worst
> (after
I should also mention these extra debuggers don’t have the stack either, just a
single dnu method.
Tim
Ps thank god for close windows to right. ...
Sent from my iPhone
> On 8 Jun 2018, at 12:30, Tim Mackinnon wrote:
>
> Hi, I’ve noticed lately when using a reasonably recent Pharo 6.1 setup t
Hi, I’ve noticed lately when using a reasonably recent Pharo 6.1 setup that if
I restart a method in the debugger - particularly from a breakpoint or
correcting a dnu issue the environment frequently locks up. Fearing the worst
(after a few seconds), if I repeatedly press cmd . (Say 5 times) aft
Hi,
If you
-> submitted an issue in the past
-> have been involved in some discussion about an issue
===> please check the issue tracker.
There are many cases where e.g.
- some issue has been fixed but the issue tracker entry is not closed
- where a discussion cam
>
> It only uses one temp collection, where a #select: followed by a separate
> #collect: would need two.
>
Yeah, be careful with that, because it changes the semantics of the
operation. (magine what happens when `thenDo:` operates on the original
collection and there's no intermediate collection