VMMaker syntax error

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

VMMaker syntax error

Nicolas Cellier
My change to forbid (-  1) has an impact on VMMaker:

BalloonEnginePlugin >> #shortRunLengthAt:from:
        use bitShift: - 16
should be bitShift: -16

Dave, would you change it ?

Nicolas

Reply | Threaded
Open this post in threaded view
|

Re: VMMaker syntax error

Eliot Miranda-2
Hi Nicholas,

   could you email the script you used to look for occurrences?  (or tell me you already posted it and to GRTFMA )

TIA

On Wed, Feb 24, 2010 at 4:13 PM, Nicolas Cellier <[hidden email]> wrote:
My change to forbid (-  1) has an impact on VMMaker:

BalloonEnginePlugin >> #shortRunLengthAt:from:
       use bitShift: - 16
should be bitShift: -16

Dave, would you change it ?

Nicolas




Reply | Threaded
Open this post in threaded view
|

Re: VMMaker syntax error

David T. Lewis
In reply to this post by Nicolas Cellier
On Thu, Feb 25, 2010 at 01:13:26AM +0100, Nicolas Cellier wrote:
> My change to forbid (-  1) has an impact on VMMaker:
>
> BalloonEnginePlugin >> #shortRunLengthAt:from:
> use bitShift: - 16
> should be bitShift: -16
>
> Dave, would you change it ?

Fixed in SqS/VMMaker-dtl.159


Reply | Threaded
Open this post in threaded view
|

Re: VMMaker syntax error

Nicolas Cellier
2010/2/25 David T. Lewis <[hidden email]>:

> On Thu, Feb 25, 2010 at 01:13:26AM +0100, Nicolas Cellier wrote:
>> My change to forbid (-  1) has an impact on VMMaker:
>>
>> BalloonEnginePlugin >> #shortRunLengthAt:from:
>>       use bitShift: - 16
>> should be bitShift: -16
>>
>> Dave, would you change it ?
>
> Fixed in SqS/VMMaker-dtl.159
>
>
Thx!