Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-09 Thread Stephan Eggermont
On 09/05/15 08:48, jtuc...@objektfabrik.de wrote: I do, and I wish Voyage had been available when I had to make a decision on the persistence mechanism for kontolino.de For bookkeeping you're probably better of with a persistence solution that makes different tradeoffs from those of mongodb. S

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
> On 09 May 2015, at 08:48, jtuc...@objektfabrik.de wrote: > > Esteban, > > Am 09.05.15 um 08:26 schrieb Esteban Lorenzano: >> >>> On 09 May 2015, at 07:54, jtuc...@objektfabrik.de >>> wrote: >>> >>> Hi guys, >>> >>> I am fascinated by Voyage and was about to

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread jtuc...@objektfabrik.de
Esteban, Am 09.05.15 um 08:26 schrieb Esteban Lorenzano: On 09 May 2015, at 07:54, jtuc...@objektfabrik.de wrote: Hi guys, I am fascinated by Voyage and was about to take a look at how much effort it might be to port it to VA Smalltalk for a project that d

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
> On 09 May 2015, at 07:54, jtuc...@objektfabrik.de wrote: > > Hi guys, > > I am fascinated by Voyage and was about to take a look at how much effort it > might be to port it to VA Smalltalk for a project that doesn't have the > option of moving away from it. that’s cool, I never hear about p

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread jtuc...@objektfabrik.de
Hi guys, I am fascinated by Voyage and was about to take a look at how much effort it might be to port it to VA Smalltalk for a project that doesn't have the option of moving away from it. If I understand correctly, I can now give up on the idea, because Voyage will be using Slots from now o

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Henrik Johansen
> On 08 May 2015, at 2:12 , Mariano Martinez Peck wrote: > > > > On Fri, May 8, 2015 at 9:00 AM, Henrik Johansen > wrote: > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > http://forum.world.st/Ig

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Henrik Johansen
A few mistakes were revealed when testing using a real application; 1) I'd forgotten to hook up the classFor: method to the proxy creation methods, so it was never actually used...2) Since copyFrom: is just a pseudo-forwardBecome:, we need to explicitly replace existing references to the value retu

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Mariano Martinez Peck
On Fri, May 8, 2015 at 9:00 AM, Henrik Johansen < henrik.s.johan...@veloxit.no> wrote: > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > > http://forum.world.st/Igor-s-fast-become-for-CompiledMethods-in-Cog-td4345568.html > to bring faster

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
cool, thanks! copied and merged :P Esteban > On 08 May 2015, at 14:00, Henrik Johansen > wrote: > > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > http://forum.world.st/Igor-s-fast-become-for-CompiledMethods-in-Cog-td4345568.html >