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
As far as I can tell, it is mad that output is being used, but it isn't one of those fancy parsing/syntax errors that someone has made
Additional context
More testing should be done around this. I just found this error and haven't done much to reproduce it, as it is the second error I have found while just trying to do number->string casting. I'll try and update this with more info when/if I get around to it.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a variable that has not been declared using
let
, instead of a nice raven error, the SimpleVariableManager panics.Raven Code To Reproduce
In
core/src/string.rv
:Here, the variable
output
is undeclared.Error Output or Unexpected Behavior
As far as I can tell, it is mad that
output
is being used, but it isn't one of those fancy parsing/syntax errors that someone has madeAdditional context
More testing should be done around this. I just found this error and haven't done much to reproduce it, as it is the second error I have found while just trying to do number->string casting. I'll try and update this with more info when/if I get around to it.
The text was updated successfully, but these errors were encountered: