Ok,

I would try to rewrite then
BlockContext>>argumentCount
Character class>>codePoint:
Character>>codePoint

and the following:

 'DictionaryTest' >> testOccurrencesOf
  'DictionaryTest' >> testIncludesAssociationNoValue
         'HeapTest' >> testAdd
         'HeapTest' >> testFirst
         'HeapTest' >> testSortBlock
         'HeapTest' >> testHeap
         'HeapTest' >> testDo
         'HeapTest' >> testRemove
DependentsArray size

I'm stills doubtful about asFloatD/E/Q. Anyone has the ANSI Standard
specification?, I don't want to look at the old code to implement the new
and from the message names isn't clear to me what is supposed to do.

Thanks, Gabriel

On Sun, May 24, 2009 at 4:35 AM, Lukas Renggli <[email protected]> wrote:

> > BlockContext>>argumentCount
> > Character class>>codePoint:
> > Character>>codePoint
> > Number>>asFloatD
> > Number>>asFloatE
> > Number>>asFloatQ
> >
> > In the last Pharo-Dev there's no senders of that methods.
> > Can I remove them? Or there's something else I should check?
>
> These methods are all part of the ANSI standard. Seaside requires the first
> 3.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to