Re: [Pharo-users] ClassCategoryReader and ClassCommentReader

2015-08-18 Thread stepharo
indeed I'm puzzled. It hshould be dead code. I checked and I came to the same conclusion thant you. S. Le 17/8/15 15:31, Guillermo Polito a écrit : These two classes seem to be unused. They implement the #scanFor: method but the only senders of #scanFor: send it explicitly to RunArray, like:

Re: [Pharo-users] ClassCategoryReader and ClassCommentReader

2015-08-17 Thread Guillermo Polito
I proposed a slice in the inbox. Issue https://pharo.fogbugz.com/f/cases/16248/Remove-unused-ClassCategoryReader-and-ClassCommentReader Guille On Mon, Aug 17, 2015 at 3:31 PM, Guillermo Polito wrote: > These two classes seem to be unused. They implement the #scanFor: method > but the only send