DynamicBindings in 4.1

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

DynamicBindings in 4.1

Brent Pinkney-2
Hi,

Is anyone aware of where (or if) there is a DynamicBindings Monitcello that works with the 4.1 image.
I have used DynamicBindings-gk.1.mcz in 3.9 but it lack the extension methods (e.g. #valueWithBinding:) on BlockClosure.

This causes a DNU in 4.1 as the image has BlockClosures instead of BlockContexts.

Also, the Monitcellos in SqueakSource date from 2007.

Any help welcomed.

Brent

Reply | Threaded
Open this post in threaded view
|

Re: DynamicBindings in 4.1

Edgar De Cleene
I use my DynamicBindings-edc.11, could found it on

MCHttpRepository
    location: 'http://www.squeaksource.com/Ladrillos/'
    user: ''
    password: ''

Edgar





Reply | Threaded
Open this post in threaded view
|

Re: DynamicBindings in 4.1

Levente Uzonyi-2
In reply to this post by Brent Pinkney-2
On Sun, 9 May 2010, Brent Pinkney wrote:

> Hi,
>
> Is anyone aware of where (or if) there is a DynamicBindings Monitcello that works with the 4.1 image.
> I have used DynamicBindings-gk.1.mcz in 3.9 but it lack the extension methods (e.g. #valueWithBinding:) on BlockClosure.

That's pretty old. You can find the latest DynamicBindings
version here: http://squeaksource.com/KomHttpServer.html


Levente

>
> This causes a DNU in 4.1 as the image has BlockClosures instead of BlockContexts.
>
> Also, the Monitcellos in SqueakSource date from 2007.
>
> Any help welcomed.
>
> Brent
>
>