[Cuis] 4.1 to 4.2 migration question

Casey Ransberger casey.obrien.r at gmail.com
Mon Feb 16 20:49:51 CST 2015


I think parserClass was there to give everyone a hook to implement their
own parsers, because Smalltalk was (in part) a prog language research
platform. Given that Cuis aims to be a minimal system, someone may have
removed it as unnecessary. Also, when Juan changes some critical behavior,
he tends to prefer coming up with a new name for the method and associated
variables, so that folks with existing code aren't confused when their
dependencies start behaving in unexpected ways; this might also be what
happened.

It would be interesting to look at what wants to refer to parserClass.
Could be one of those packages is doing something very, very interesting:)

--C

On Mon, Feb 16, 2015 at 1:21 AM, Phil (list) <pbpublist at gmail.com> wrote:

> I'm trying to get my packages migrated to 4.2 and the OpenGL package
> (https://github.com/pbella/Cuis-Ports/blob/master/OpenGL.pck) is having
> problems.  Loading this package (you need to have FFI and 3DTransform
> loaded first... one of the things I want to do is add the appropriate
> dependencies) worked as of 4.1-1511 but is broken in 4.2-2169.  The
> problem appears to be that there used to exist a parserClass method and
> I wasn't sure if the reason for the removal of this method was related
> to ongoing code cleanup or if there's something deeper going on
> regarding VM/compiler/image changes?  Should I simply re-implement the
> old logic or does this code need to be reworked?
>
>
> _______________________________________________
> Cuis mailing list
> Cuis at jvuletich.org
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jvuletich.org/pipermail/cuis_jvuletich.org/attachments/20150216/79e9f570/attachment-0004.html>


More information about the Cuis mailing list