[squeak-dev] Re: CompiledMethodTrailers ready for use

Igor Stasenko siguctua at gmail.com
Sun Dec 20 20:30:07 UTC 2009


2009/12/20 Igor Stasenko <siguctua at gmail.com>:
> Hello,
> i finished this stuff, and its ready for adoption.
>
> See http://bugs.squeak.org/view.php?id=7428
>
> Anyone wants to help pushing it into trunk update stream (using MC configs)?
>
> It works fine on recent trunk image,
> on pharo however i had some problems installing changes, because of
> some differencies.
>
> Tried on PharoCore-1.1-11106-ALPHA.image
>
> phase2.1.cs
> - do not filein the TextEditor changes, since pharo-core don't have it.
> - do not filein the last line (reorganizing)..
>
> - tests failing because pharo String class does not implements
> #squeakToUtf8
> nor
> #utf8ToSqueak
>
> Do we having an uniform way how to encode  ANY String -> ByteString(utf8)
> and back? What ANSI standard saying about it? Maybe i'm using wrong methods?
>

Update:
- fixed the utf8 stuff, by using a #convertToEncoding: / #convertFromEncoding:
- @Pharoers: do not file-in a reorganize crap, attached in *phase* and
*cleanup* changesets.


There is an issue with #defaultMethodTrailer implementation, which i
missed to change.
In trunk, i changed it in TCompilingBehavior
but in Pharo, there's no such trait.
There is an additional .cs to fix that
(see notes on mantis)

Pfff.. i hope i din't miss anything this time :)

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list