jgfoster / Jade

Jade is an Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows
MIT License
6 stars 2 forks source link

Error when saving the source code of a method #72

Closed tcleenewerck closed 9 months ago

tcleenewerck commented 1 year ago

I'm using the latest release of jade (version 2.4.25 Dolphin 7.1.24-10...) with gemstone 3.4.5 on windows. When I save a method (alter its source code) i get the following exception: https://share.getcloudapp.com/kpul4Xeo

feldti commented 11 months ago

Me (with 2.4.26) too, the reason is, that you do it in a MethodList Browser ...

jgfoster commented 9 months ago

Actually, while it is related to the MethodListBrowser, it also depends on your repository contains a method (Behavior includesSelector: #'compileMethod:category:using:environmentId:'). I have a fix for this.

jgfoster commented 9 months ago

Fixed by 4f2ee7d.