GemTalk / Jadeite

IDE for GemStone Smalltalk application development using Rowan code management
MIT License
6 stars 2 forks source link

Commit failures may not be handled well with autocommit on #1010

Open ericwinger opened 1 month ago

ericwinger commented 1 month ago

In Jadeite for Rowan 2, if you get a commit failure error with autocommit on, you will go into a recursive error loop. The commit failure is detected on the server and Jadeite tries to open a debugger. When opening the debugger, it goes to the server and gets another error as it tries to commit again. Lather Rinse Repeat.

Jadeite should handle this better (if it doesn't already in later versions).

Workaround - Turn off autocommit and resolve the commit failure manually.

Possible solution: