Andrei Chiș

Results 91 issues of Andrei Chiș

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...

Seems sometimes the image blocks when disconnecting a GemStone session. We should add some logging to see what happens

GemStone

Currently we fail silently in case a commit operations does not succeed. We should use `System transactionConflicts` to get the issue

GemStone

If an async execution is interrupted we should allow sync executions.

GemStone

In this case the debugger needs to update the list of variables: We are at the end of a frame: And before stepping out of the frame we select the...

GemStone

We should retrieve the gt4gemstone version from a session when we establish a rsr connection.

GemStone

In the playground attached to an object we do not take into account object attributes. Variables are treated now as normal playground bindings.

GemStone

This should work: ![Screenshot 2024-09-30 at 17 38 15](https://github.com/user-attachments/assets/f451ea44-6af7-472f-87a1-7db6d874a54a)

GemStone

In LanguageLink and PharoLink we use signals to indicate errors. We should ensure that those signals will be logged.