[Pharo-project] [COTDC] 32 - MCScanner
Today: MCScanner Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
Someone ? I had a quick look. I've seen that self assert: (MCScanner scan: '(a #b c)' readStream) = #(a #b c) but I still don't know why we need this Laurent. On Tue, Mar 15, 2011 at 6:28 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
Today: MCScanner
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
To read the metadata (package name, version info, ancestry, dependencies) from .mcz files. Lukas On 16 March 2011 20:05, laurent laffont <laurent.laffont@gmail.com> wrote:
Someone ? I had a quick look. I've seen that self assert: (MCScanner scan: '(a #b c)' readStream) = #(a #b c) but I still don't know why we need this Laurent. On Tue, Mar 15, 2011 at 6:28 PM, laurent laffont <laurent.laffont@gmail.com> wrote:
Today: Â MCScanner
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results:Â http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
-- Lukas Renggli www.lukas-renggli.ch
On Wed, Mar 16, 2011 at 8:08 PM, Lukas Renggli <renggli@gmail.com> wrote:
To read the metadata (package name, version info, ancestry, dependencies) from .mcz files.
Thanks Lukas. I put: I scan / tokenize metadata (package name, version info, ancestry, dependencies, ...) found in .mcz files. For example, try: MCScanner scan: '(name ''MyPackage-ll.6'' message ''Fix bug xxx'' id ''b21dbd73-f1c3-2746-a3cc-92f1d4edea28'')' readStream Laurent.
Lukas
On 16 March 2011 20:05, laurent laffont <laurent.laffont@gmail.com> wrote:
Someone ? I had a quick look. I've seen that self assert: (MCScanner scan: '(a #b c)' readStream) = #(a #b c) but I still don't know why we need this Laurent. On Tue, Mar 15, 2011 at 6:28 PM, laurent laffont < laurent.laffont@gmail.com> wrote:
Today: MCScanner
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
laurent laffont -
Lukas Renggli