GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
13 stars 7 forks source link

(v3) inifinite loop writing out a malformed method definition in Tonel format #929

Closed dalehenrich closed 3 months ago

dalehenrich commented 3 months ago

This source string testTrait self assert: (ClassOrganizer new traits) includes: RowanSample9V3Trait1) appears to have sent the TonelWriter into an infinite loop ... there's a missing '(' in the method.

See internal bug 51012 ...