GemTalk / Rowan

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

(v2) tonel parser doesn't deal well with comments containint $[ embedded in a selector #874

Open dalehenrich opened 1 year ago

dalehenrich commented 1 year ago

The tonel parser stops parsing at the $[ following queryKind:

{ #category : 'none' }
ObjectTally >> generateNilQueryTo: outFile    "file to write to"
selector:           aSelector  "the comparison selector for the query"
NSCSize:            N          "size of the receiver of the query"
querySel:           querySel   "#Select, #Detect or #Reject"
queryKind:          queryKind  "#AA for a {} query, #BC for a [] query"
funcTests:          funcTests [   "true if functional tests, false if 

found in indextst source