gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

[GemStone] Do not pass bindings for variables that are only written

Open chisandrei opened this issue 6 months ago • 0 comments

In GemStone snippets we should not pass bindings for variables if the variable is just written in the snippet. Can cause issues in case the session disconnects as passing a proxy from an previous session will cause an error.

We create a proxy and disconnect the session: Screenshot 2024-08-07 at 19 29 31

When we run again we get an error Screenshot 2024-08-07 at 19 29 39

We pass the old objects proxy in the bindings we get an error:

Screenshot 2024-08-07 at 19 30 23

chisandrei avatar Aug 07 '24 17:08 chisandrei