Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Dale Henrichs
On 06/27/2016 02:33 PM, Esteban Lorenzano wrote: no, now that I remember I think it was because of the longlong conversion bug… which *should* be fixed… but I might be wrong, heh Esteban Ah yes , that does ring a bell I added the dependency[1] on Apr 5, long after the project was

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Esteban Lorenzano
no, now that I remember I think it was because of the longlong conversion bug… which *should* be fixed… but I might be wrong, heh Esteban > On 27 Jun 2016, at 23:21, Dale Henrichs > wrote: > > Great thanks! ... I guess I started this project before

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Dale Henrichs
Great thanks! ... I guess I started this project before UnifiedFFI was added to Pharo5.0? So I should be able to remove a dependency on this project moving forward? When you fix this bug, I assume that new Pharo5.0 images will be created with the patch already loaded, but what is the

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Esteban Lorenzano
yeah, you do not need to load UFFI, afaik… it is already there… I’m missing something? and yes, not that I’m seeing… seems that latest Alien update breaks UFFI because Callback has became a strategy and UFFI extends it… I need to think how to fix it, but most probably I need to transform

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Dale Henrichs
spec for: #(#'pharo5.x') do: [ spec configuration: 'UnifiedFFI' with: [ spec versionString: #development; repository: 'http://http://smalltalkhub.com/mc/Pharo/FFI-NB/main/' ];

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Esteban Lorenzano
> On 27 Jun 2016, at 23:00, Esteban Lorenzano wrote: > > Hi Dale, > > where are you trying to load UFFI? and how? > > Esteban > >> On 27 Jun 2016, at 22:50, Dale Henrichs >> wrote: >> >> I could have sworn this was working last

Re: [Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Esteban Lorenzano
Hi Dale, where are you trying to load UFFI? Esteban > On 27 Jun 2016, at 22:50, Dale Henrichs > wrote: > > I could have sworn this was working last week, but now I can't load the > UnifiedFFI project. > > Here's the stack ... note that this appears to be

[Pharo-dev] FFICallback class(Object)>>doesNotUnderstand: #isForCurrentPlatform, during save after initial load (pharo5.0)

2016-06-27 Thread Dale Henrichs
I could have sworn this was working last week, but now I can't load the UnifiedFFI project. Here's the stack ... note that this appears to be breaking during a SmalltalkImage>>saveAs: call that I make after loading a project that depends up UnifiedFFI during a batch job ...: FFICallback