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
Real edge case. Loading a workspace that has been saved then attempting to edit (in the Swing GUI) a completely new function e.g.
)funcs edit f 1
Pops up the window, but there is no reference to the workspace set, so saved cause an NPE. This is because the workspace is reset on deserialization. Just set it.
The text was updated successfully, but these errors were encountered:
jjg-123
changed the title
On deserialize from JSON function and variable edit windown missing back reference to workspace
On deserialize from JSON function and variable edit window missing back reference to workspace
Oct 29, 2024
Real edge case. Loading a workspace that has been saved then attempting to edit (in the Swing GUI) a completely new function e.g.
)funcs edit f 1
Pops up the window, but there is no reference to the workspace set, so saved cause an NPE. This is because the workspace is reset on deserialization. Just set it.
The text was updated successfully, but these errors were encountered: