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 made a modification to $.utils.code.toSource to use $.utils.code.quote instead of JSON.stringify to format strings (.quote prefers to use single quotes instead of double-quotes unless it would result in too many \'s), and in the process inadvertently broke the JSSP, SVG and String editors because they no longer comprehended the data to be edited.
Obviously I've reverted the change for now, and equally obviously it is a fool's errand to try to make the front ends fully general in what they can accept, but it would be nice for the editors to not be quite so dependent on the specifics of how the server chooses to represent the values to be edited.
The text was updated successfully, but these errors were encountered:
I made a modification to
$.utils.code.toSource
to use$.utils.code.quote
instead ofJSON.stringify
to format strings (.quote
prefers to use single quotes instead of double-quotes unless it would result in too many\'
s), and in the process inadvertently broke the JSSP, SVG and String editors because they no longer comprehended the data to be edited.Obviously I've reverted the change for now, and equally obviously it is a fool's errand to try to make the front ends fully general in what they can accept, but it would be nice for the editors to not be quite so dependent on the specifics of how the server chooses to represent the values to be edited.
The text was updated successfully, but these errors were encountered: