You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have code to reproduce and I don't remember how I got there, sorry
If I do a transition to with currentstate being nil then there is a DNU because anotherLRPState = nil. The problem originates in LRPInterpreter>>changeToState:withActions: because there currentstate is read.
we should be able to reproduce and have that as a test
Load slice 17280 from the Pharo Inbox in Pharo 5 to make the visualization work correctly. When this slice is integrated in Pharo 5 everything will work out of the box again. (see https://pharo.fogbugz.com/f/cases/17280/ )
I don't have code to reproduce and I don't remember how I got there, sorry
If I do a transition to with
currentstate
being nil then there is a DNU becauseanotherLRPState = nil
. The problem originates inLRPInterpreter>>changeToState:withActions:
because therecurrentstate
is read.Full stack:
The text was updated successfully, but these errors were encountered: