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
ERROR: Message '+' not understood.
RECEIVER:
nil
ARGS:
Integer 1
PATH: .../numbers.scd <edited>
CALL STACK:
DoesNotUnderstandError:reportError 0x114aee978
arg this = <instance of DoesNotUnderstandError>
Nil:handleError 0x115030b28
arg this = nil
arg error = <instance of DoesNotUnderstandError>
Thread:handleError 0x114dcf2a8
arg this = <instance of Thread>
arg error = <instance of DoesNotUnderstandError>
Object:throw 0x165c4cc58
arg this = <instance of DoesNotUnderstandError>
Object:doesNotUnderstand 0x114e6dc58
arg this = nil
arg selector = '+'
arg args = [*1]
< closed FunctionDef > (no arguments or variables)
Interpreter:interpretPrintCmdLine 0x1154b9e38
arg this = <instance of Interpreter>
var res = nil
var func = <instance of Function>
var code = "p + 1"
var doc = nil
var ideClass = <instance of Meta_ScIDE>
Process:interpretPrintCmdLine 0x1145986c8
arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message '+' not understood.
RECEIVER: nil
interpretPrintCmdLine is getting the path from the ideClass. So, ScIDE must not be clearing the current path when the user switches to a path-less document.
telephon
added a commit
to telephon/supercollider
that referenced
this issue
May 18, 2016
Reproducer:
nil + 1
).The error message path has the path of (1).
Related: #864
The text was updated successfully, but these errors were encountered: