GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Filein via GsFileIn produces horrible scary stack if you have an unused method temp #102

Closed LisaAlmarode closed 2 months ago

LisaAlmarode commented 2 months ago

Did this in Jadeite: GsFileIn fromServerPath: '/home/lalmarod/SoftwareVersion.gs' Got this stack: image

Turns out that I had an unused method temp. This should be ignored in GsFileIn... or at least be presented better.

LisaAlmarode commented 2 months ago

Also, after I close that debugger, I get a second one: image

ericwinger commented 2 months ago

The scary stack is because interactions weren't supported. Interactions are now supported with the fixes for https://github.com/GemTalk/JadeiteForPharo/issues/99.