[COTDC] 32 - MCScanner

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[COTDC] 32 - MCScanner

laurent laffont
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.
Laurent
Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 32 - MCScanner

laurent laffont
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 <[hidden email]> 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.
Laurent

Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 32 - MCScanner

Lukas Renggli
To read the metadata (package name, version info, ancestry,
dependencies) from .mcz files.

Lukas

On 16 March 2011 20:05, laurent laffont <[hidden email]> 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 <[hidden email]>
> 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

Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 32 - MCScanner

laurent laffont


On Wed, Mar 16, 2011 at 8:08 PM, Lukas Renggli <[hidden email]> 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 <[hidden email]> 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 <[hidden email]>
> 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