2009/7/17 Vasily Chekalkin <[email protected]>:
> François Perrad wrote:
>
>> * Cardinal : some tests complain of
>>        shift_pmc() not implemented in class 'StringIterator'
>>
>> The issue could be easily fixed in Cardinal ( shift_pmc => shift_string +
>> box ).
>
> Fix and tests added at r40132. Thanks!

This implementation don't honor HLL, for example :

  .HLL 'wmlscript'
  .loadlib 'wmls_group'

  .sub 'main'
    $P0 = box 'text'
    $S0 = typeof $P0
    say $S0     # WmlsString
    $P1 = iter $P0
    $P2 = shift $P1
    say $P2
    $S0 = typeof $P2
    say $S0     # String
  .end

François

>
> --
> Bacek
>
> (I'm still trying to understand why Lua failing...)
>
>
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to