help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Package patch


From: Gwenaël Casaccio
Subject: Re: [Help-smalltalk] Package patch
Date: Tue, 10 Jul 2012 16:26:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 10/07/2012 10:36, Paolo Bonzini wrote:
Il 10/07/2012 10:32, Gwenaël Casaccio ha scritto:
Hello,

here is the first version of the patch for adding <dir name="...">
support in package.xml.

example:

   <filein>compiler/initialization/SystemInitialization.st</filein>
   <filein>compiler/type/Extensions.st</filein>
   ...

becomes:


<dir name="compiler">
   <filein>...</filein>
  </dir>

Comments are welcome
I sent some coding style comments offlist (because you sent it first
only to me), but in general it looks promising.

Thanks!

Paolo


Here is the new iteration, there is one issue with the bytecode checker: jump skips extension bytecode
If I comment self checkTagIfInPath: tag. it works

Gwen


Attachment: dir.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]