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 was running the RB tests, with a conditional #halt in #allClassesDo:. I decided to remove the halt, since it was firing too often for me to be able to run the whole suite. I editted and saved the method, then selected Continue from the debugger stack window.
After several seconds (5-10?), a new debugger opened. It appears that the result returned from the client forwarder was the Boolean true, not a STON string. Needless to say, a Boolean does not understand #decodeFromUTF8.
I have no idea if this is reproducible.
The text was updated successfully, but these errors were encountered:
could you slap the png into this bug so I have something to go on when I
debug it ... I have an inkling about where the boolean might be coming
from, but I need at least a partial stack to track it down ...
I was running the RB tests, with a conditional #halt in #allClassesDo:. I decided to remove the halt, since it was firing too often for me to be able to run the whole suite. I editted and saved the method, then selected Continue from the debugger stack window.
After several seconds (5-10?), a new debugger opened. It appears that the result returned from the client forwarder was the Boolean true, not a STON string. Needless to say, a Boolean does not understand #decodeFromUTF8.
I have no idea if this is reproducible.
The text was updated successfully, but these errors were encountered: