Re: [Pharo-users] Monticello Bug introduced in Pharo 8

2020-06-10 Thread Stéphane Ducasse
Welcome on board Peter and thanks for your time and willingness to improve Pharo. > On 10 Jun 2020, at 04:01, Peter Newton wrote: > > Hi. I'm a Smalltalk newcomer, slowly exploring Pharo to understand its > potential and in the process I've found and fixed what seems to be a bug in >

Re: [Pharo-users] Primitive is not executed

2020-06-10 Thread Stéphane Ducasse
Thanks a lot Guille and Pablo :) https://github.com/pharo-project/pharo/issues/6549 > On 10 Jun 2020, at 10:45, Guillermo Polito wrote: > > Hi Jesus, > > We have looked at it with Pablo. We were wondering too if you could give us a >

Re: [Pharo-users] PharoExtras group on smalltalkhub -> github ?

2020-06-10 Thread Stéphane Ducasse
Hi paul > Are there any projects in PharoExtras (or other public groups) that have > not been ported to github? I do not know. > If they've been ported where are they now? usually they are ported to Pharo contributions. > Is there any map between smalltalkhub projects and their

[Pharo-users] PharoExtras group on smalltalkhub -> github ?

2020-06-10 Thread PAUL DEBRUICKER
Are there any projects in PharoExtras (or other public groups) that have not been ported to github? If they've been ported where are they now? Is there any map between smalltalkhub projects and their new locations or is it all on a project by project basis right now? Seems like

Re: [Pharo-users] Roassal and Seaside/Willow

2020-06-10 Thread Cyril Ferlicot
On Wed, Jun 10, 2020 at 4:46 PM Vitor Medina Cruz wrote: > > Hello, > Hi, > Is it possible to integrate Roassal with Seaside/Willow? > > I found a project in smalltalkhub, but I don't know if it is outdated and I > know smalltalkhub is being discontinued, so I am not sure if I should use it. >

[Pharo-users] Roassal and Seaside/Willow

2020-06-10 Thread Vitor Medina Cruz
Hello, Is it possible to integrate Roassal with Seaside/Willow? I found a project in smalltalkhub, but I don't know if it is outdated and I know smalltalkhub is being discontinued, so I am not sure if I should use it. Regards, Vitor

Re: [Pharo-users] Primitive is not executed

2020-06-10 Thread Jesus Mari Aguirre
Eso es, Guille!! that was the problem, both arrays should be of the same type/format, I tried the method calling a replaceFrom: 1 to: 2 with: #(1 2 3) startingAt: 1. so I was passing an Array object instead, so I'm doing the right thing but wrong testing! Thanks a lot! I'm not on Discord but I

Re: [Pharo-users] Willow vs Seaside

2020-06-10 Thread Vitor Medina Cruz
Thanks! Willow on top of Seaside really is the best of the world :) On Tue, Jun 9, 2020 at 1:36 PM gettimothy via Pharo-users < pharo-users@lists.pharo.org> wrote: > > That sounds really cool! > > Bookmarked, for my next Seaside project. > > thx! > > On Mon, 08 Jun 2020 18:00:14 -0400

Re: [Pharo-users] Primitive is not executed

2020-06-10 Thread Guillermo Polito
Hi Jesus, We have looked at it with Pablo. We were wondering too if you could give us a reproducible case for what is not working with you, because we have tested it and it seems to be working (details below). The array replace primitive is a generic primitive that handles the replace of

Re: [Pharo-users] Monticello Bug introduced in Pharo 8

2020-06-10 Thread Marcus Denker
> On 10 Jun 2020, at 04:01, Peter Newton wrote: > > Hi. I'm a Smalltalk newcomer, slowly exploring Pharo to understand its > potential and in the process I've found and fixed what seems to be a bug in > Metacello (although it could be more widespread). So what now, how to best > report the