Re: [Pharo-project] extra class category added in Pharo-2.0 for Monticello package

2013-03-24 Thread Sven Van Caekenberghe
Hi Yanni, On 25 Mar 2013, at 04:42, Yanni Chiu wrote: > When I load a Monticello package that was developed in Pharo-1.X, into a > Pharo-2.0 image, I get an extra category created. For example, a package > named "Some-Thing-author.n.mcz" originally contained class categories: > > Some-Thing-M

[Pharo-project] extra class category added in Pharo-2.0 for Monticello package

2013-03-24 Thread Yanni Chiu
When I load a Monticello package that was developed in Pharo-1.X, into a Pharo-2.0 image, I get an extra category created. For example, a package named "Some-Thing-author.n.mcz" originally contained class categories: Some-Thing-Model Some-Thing-View In the Pharo-2.0 system browser, I see an ex

[Pharo-project] Password reset/reminder for SmalltalkHub

2013-03-24 Thread Esteban A. Maringolo
As usual, I forgot my SmalltalkHub password. At the third attempt, I entered the right one. However, before that I was about to click on a "forgot password?" or similar option. But I couldn't find it. Is there a way to reset it or email it back to me? Regards Esteban A. Maringolo

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Frank Shearar
On 24 March 2013 19:56, jannik.laval wrote: > Hi Pharoers, > > I am porting Scratch and BYOB on Pharo 2.0. The name of the project is > Phratch. > To begin, I took Scat (a port of Scratch on Pharo1.3) and modify it to make > it work on Pharo 2.0. For that I integrated FileSystem. > Then, I took

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread stephane ducasse
On Mar 24, 2013, at 10:43 PM, Camillo Bruni wrote: > it does not load and fails on the strange statement: > > spec configuration: 'Swazoo2' with: [ > spec version: #stable; > loads: #( 'Swazoo'); > repository: 'http://www.squeaksource.com/MetacelloRepository' ]

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
it does not load and fails on the strange statement: spec configuration: 'Swazoo2' with: [ spec version: #stable; loads: #( 'Swazoo'); repository: 'http://www.squeaksource.com/MetacelloRepository' ]. dunno, to me this looks strange and should read rather

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread stephane ducasse
> > > > > You can also try to do: > > > > aMorph on: $s cmd do: [ "my custom code" ]. > > > guillermo we will have to fix the api before it spreads :) > > Pharo 2.0 summer? :D :D https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/blob/master/KeyMapping/KeyMapping.pier :

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread Guillermo Polito
On Sun, Mar 24, 2013 at 10:15 PM, stephane ducasse wrote: > > > > You can also try to do: > > > > aMorph on: $s cmd do: [ "my custom code" ]. > > > guillermo we will have to fix the api before it spreads :) > Pharo 2.0 summer? :D > > > > > The only thing is that PluggableTextmorph+friends are

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread stephane ducasse
> > You can also try to do: > > aMorph on: $s cmd do: [ "my custom code" ]. guillermo we will have to fix the api before it spreads :) > > The only thing is that PluggableTextmorph+friends are a bit of a mess, so the > code that initializes the shortcuts is here: no a large mess :) Alain is

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread Tudor Girba
Hi, Indeed, I just found the solution on your blog (I should have searched sooner) :). For the PluggableTextMorph, I simply did: pluggableTextMorph textMorph on: $s command do: [ ... ] and it just worked. Nice. Thanks, Doru On Mar 24, 2013, at 10:05 PM, Guillermo Polito wrote: > > > On

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread Guillermo Polito
On Sun, Mar 24, 2013 at 8:55 PM, Tudor Girba wrote: > Hi, > > I am trying to redefine shortcuts such as Cmd+s for an instance of > PluggableTextMorph, but I cannot find a way. > > Now that we have Kemappings in the image, I see that Cmd+s is defined in: > TextMorph>>buildTextEditorKeymapsOn: aBui

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
Strange, the repository should be downloaded at the installation. Jannik On Mar 24, 2013, at 9:35 PM, stephane ducasse wrote: >> >> ScratchFrameMorph open > > It does not work > > Path / 'Users' / 'ducasse' / 'Workspace' / 'FirstCircle' / 'ActiveResearch' / > 'Pharo' / 'PharoHarvestingFixes

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread stephane ducasse
> > ScratchFrameMorph open It does not work Path / 'Users' / 'ducasse' / 'Workspace' / 'FirstCircle' / 'ActiveResearch' / 'Pharo' / 'PharoHarvestingFixes' / '20' / 'Released' / 'ScratchSkin' not found. Stef

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
On Mar 24, 2013, at 9:34 PM, stephane ducasse wrote: > Hi Jannik and Bernat > > I was wondering if it is necessary to keep the CCodeGenerator and > Primitives-Plugins inside the system. > In addition may be this code is really outdated so may be packaging it in a > separate package for archi

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread stephane ducasse
Hi Jannik and Bernat I was wondering if it is necessary to keep the CCodeGenerator and Primitives-Plugins inside the system. In addition may be this code is really outdated so may be packaging it in a separate package for archival would make sense. I'm surprised that so many classes do not ha

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Serge Stinckwich
On Sun, Mar 24, 2013 at 9:15 PM, jannik.laval wrote: > Interesting ! > I will see that. > > Who is active on this project ? > Should it work on Pharo2.0 ? No I don't think so. Recently someone start to work on a port to Pharo 1.4, but you are the first to start to work on Pharo 2.0. > I am inter

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
Hi Stef, On Mar 24, 2013, at 9:14 PM, Stéphane Ducasse wrote: > > On Mar 24, 2013, at 8:56 PM, jannik.laval wrote: > >> Hi Pharoers, >> >> I am porting Scratch and BYOB on Pharo 2.0. The name of the project is >> Phratch. >> To begin, I took Scat (a port of Scratch on Pharo1.3) and modify i

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Serge Stinckwich
On Sun, Mar 24, 2013 at 9:10 PM, jannik.laval wrote: > Hi Serge, > > On Mar 24, 2013, at 9:06 PM, Serge Stinckwich > wrote: > >> Hi Jannik, >> >> nice work ! When we start Scat, we have the same idea of using it for >> robotics and integrate alternate version of Scratch. > > Thank you > >> >> Bu

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
Interesting ! I will see that. Who is active on this project ? Should it work on Pharo2.0 ? I am interesting if we can merge efforts. Cheers, Jannik On Mar 24, 2013, at 9:09 PM, Serge Stinckwich wrote: > BTW, Scat SmalltalkHub repository is here: > > http://smalltalkhub.com/#!/~bromagosa/Sc

Re: [Pharo-project] [Pharo-users] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Stéphane Ducasse
On Mar 24, 2013, at 8:56 PM, jannik.laval wrote: > Hi Pharoers, > > I am porting Scratch and BYOB on Pharo 2.0. The name of the project is > Phratch. > To begin, I took Scat (a port of Scratch on Pharo1.3) and modify it to make > it work on Pharo 2.0. For that I integrated FileSystem. > Then,

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
Hi Serge, On Mar 24, 2013, at 9:06 PM, Serge Stinckwich wrote: > Hi Jannik, > > nice work ! When we start Scat, we have the same idea of using it for > robotics and integrate alternate version of Scratch. Thank you > > But why fork the Scat effort with another Google project ? We could mer

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Serge Stinckwich
BTW, Scat SmalltalkHub repository is here: http://smalltalkhub.com/#!/~bromagosa/Scat Regards, On Sun, Mar 24, 2013 at 9:06 PM, Serge Stinckwich wrote: > Hi Jannik, > > nice work ! When we start Scat, we have the same idea of using it for > robotics and integrate alternate version of Scratch. >

Re: [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread Serge Stinckwich
Hi Jannik, nice work ! When we start Scat, we have the same idea of using it for robotics and integrate alternate version of Scratch. But why fork the Scat effort with another Google project ? Regards, On Sun, Mar 24, 2013 at 8:56 PM, jannik.laval wrote: > Hi Pharoers, > > I am porting Scratch

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread p...@highoctane.be
On the seaside dev list I asked if there was a conf and was pointed to: http://www.squeaksource.com/Seaside31/ and told to look at the config class comment. FWIW, loading packages as told by Sven worked, Seaside runs on my 2.0 Phil 2013/3/24 Sven Van Caekenberghe : > > On 24 Mar 2013, at 20:15

[Pharo-project] [ANN] Phratch: Scratch on Pharo2.0

2013-03-24 Thread jannik.laval
Hi Pharoers, I am porting Scratch and BYOB on Pharo 2.0. The name of the project is Phratch. To begin, I took Scat (a port of Scratch on Pharo1.3) and modify it to make it work on Pharo 2.0. For that I integrated FileSystem. Then, I took BYOB and port it in the project. I have some bugs, but the

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread stephane ducasse
>>> >> >> I guess I missed the point, but can't we just make the configuration do >> whatever the jenkins job does and declare it as the development version >> for 2.0? > > We (as the Pharo community) will most probably have to do that, but it is not > the right way or the best for the future.

[Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread Tudor Girba
Hi, I am trying to redefine shortcuts such as Cmd+s for an instance of PluggableTextMorph, but I cannot find a way. Now that we have Kemappings in the image, I see that Cmd+s is defined in: TextMorph>>buildTextEditorKeymapsOn: aBuilder (aBuilder shortcut: #accept)

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Sven Van Caekenberghe
On 24 Mar 2013, at 20:15, Camillo Bruni wrote: > On 2013-03-24, at 20:01, Sven Van Caekenberghe wrote: > >> On 24 Mar 2013, at 19:37, Camillo Bruni wrote: >> >>> On 2013-03-24, at 19:33, Guillermo Polito wrote: >>> Hi Camillo! I was trying to load webdoc but there are a lot

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
On 2013-03-24, at 20:01, Sven Van Caekenberghe wrote: > > On 24 Mar 2013, at 19:37, Camillo Bruni wrote: > >> >> On 2013-03-24, at 19:33, Guillermo Polito wrote: >> >>> Hi Camillo! >>> >>> I was trying to load webdoc but there are a lot of not loading dependencies >>> (Seaside, grease, Om

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Sven Van Caekenberghe
On 24 Mar 2013, at 19:37, Camillo Bruni wrote: > > On 2013-03-24, at 19:33, Guillermo Polito wrote: > >> Hi Camillo! >> >> I was trying to load webdoc but there are a lot of not loading dependencies >> (Seaside, grease, Omnibrowser...)... The configuration does not load for >> 1.4 nor for 2.

Re: [Pharo-project] Loading webdoc

2013-03-24 Thread Camillo Bruni
On 2013-03-24, at 19:33, Guillermo Polito wrote: > Hi Camillo! > > I was trying to load webdoc but there are a lot of not loading dependencies > (Seaside, grease, Omnibrowser...)... The configuration does not load for > 1.4 nor for 2.0... I was using this snippets: > > for 2.0 > > Gofer new >

[Pharo-project] Loading webdoc

2013-03-24 Thread Guillermo Polito
Hi Camillo! I was trying to load webdoc but there are a lot of not loading dependencies (Seaside, grease, Omnibrowser...)... The configuration does not load for 1.4 nor for 2.0... I was using this snippets: for 2.0 Gofer new url: 'http://smalltalkhub.com/mc/dh83/webdoc/main'; con

Re: [Pharo-project] [3.0] 9 issues need reviews

2013-03-24 Thread stephane ducasse
Thanks I will try to allocate time to have a look at them. Stef > Hi, > > Even with the integrations of saturday, there was a lot done that need > attention: > > > https://pharo.fogbugz.com/f/filters/22/3-0-Integration > > 6 are ready to be integrated, > 9 need a code review. > > > >

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread stephane ducasse
You are probably right. Now we are all underestimating the amount of energy that we spend on addressing stupid/boring/idiot issues that unfortunately must be done. Yes esteban, marcus and Igor I know you know. I think that in general we do not value these little issues, we believe that somebody

[Pharo-project] [3.0] 9 issues need reviews

2013-03-24 Thread Marcus Denker
Hi, Even with the integrations of saturday, there was a lot done that need attention: https://pharo.fogbugz.com/f/filters/22/3-0-Integration 6 are ready to be integrated, 9 need a code review. (for getting an account at fogbugz, see http://bugs.pharo.org ) Marcus

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Mark Bestley
On 24/03/2013 17:19, Ben Coman wrote: Stéphane Ducasse wrote: On Mar 24, 2013, at 10:43 AM, Marcus Denker wrote: On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" wrote: Mark Bestley wrote For OSX what should probably happen is that the image is saved to ~/Library/Application Support That

Re: [Pharo-project] Contribution CI Semantics

2013-03-24 Thread p...@highoctane.be
I started this little thing, anyone welcome to improve it... http://smalltalkhub.com/#!/~philippeback/HOPomodoro Phil 2013/3/24 stephane ducasse : >>> >>> >> Thanks, I would like that - but I'll hold off until I have time to look at >> it properly - after I finish writing up my dissertation > >

Re: [Pharo-project] Smalltalkhub non-mcz files

2013-03-24 Thread p...@highoctane.be
Bitbucket has that with a section "downloads" in case we need inspiration. Phil 2013/3/24 stephane ducasse : > > On Mar 24, 2013, at 3:36 AM, Ben Coman wrote: > >> Does Smalltalkhub allow non-mcz files into the repository - for example for >> file based data required for Tests and examples? >

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Ben Coman
Stéphane Ducasse wrote: On Mar 24, 2013, at 10:43 AM, Marcus Denker wrote: On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" wrote: Mark Bestley wrote For OSX what should probably happen is that the image is saved to ~/Library/Application Support That doesn't sound

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Norbert Hartl
Am 24.03.2013 um 16:58 schrieb Marcus Denker : > > On Mar 24, 2013, at 4:56 PM, Norbert Hartl wrote: > >> >> Am 24.03.2013 um 16:49 schrieb Marcus Denker : >> >>> >>> On Mar 24, 2013, at 4:46 PM, Norbert Hartl wrote: >>> Am 24.03.2013 um 16:29 schrieb Marcus Denker : >>>

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Marcus Denker
On Mar 24, 2013, at 4:56 PM, Norbert Hartl wrote: > > Am 24.03.2013 um 16:49 schrieb Marcus Denker : > >> >> On Mar 24, 2013, at 4:46 PM, Norbert Hartl wrote: >> >>> >>> Am 24.03.2013 um 16:29 schrieb Marcus Denker : >>> Hi, I updated this page: http://www.ph

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Norbert Hartl
Am 24.03.2013 um 16:49 schrieb Marcus Denker : > > On Mar 24, 2013, at 4:46 PM, Norbert Hartl wrote: > >> >> Am 24.03.2013 um 16:29 schrieb Marcus Denker : >> >>> Hi, >>> >>> I updated this page: >>> >>> http://www.pharo-project.org/community/issue-tracking >>> >> >> The last link on

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Marcus Denker
On Mar 24, 2013, at 4:46 PM, Norbert Hartl wrote: > > Am 24.03.2013 um 16:29 schrieb Marcus Denker : > >> Hi, >> >> I updated this page: >> >> http://www.pharo-project.org/community/issue-tracking >> > > The last link on the page > > The best thing is to just do it. The list is here.

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Norbert Hartl
Am 24.03.2013 um 16:29 schrieb Marcus Denker : > Hi, > > I updated this page: > > http://www.pharo-project.org/community/issue-tracking > The last link on the page The best thing is to just do it. The list is here. points to google tracker. Norbert

Re: [Pharo-project] Contribution CI Semantics

2013-03-24 Thread stephane ducasse
>> >> > Thanks, I would like that - but I'll hold off until I have time to look at it > properly - after I finish writing up my dissertation use pomodoro technique to get focused and get rid of it :). > - when I want to move my project to Pharo 2.0, create a Configuration and add > it as a

Re: [Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Camillo Bruni
nice! On 2013-03-24, at 16:29, Marcus Denker wrote: > Hi, > > I updated this page: > > http://www.pharo-project.org/community/issue-tracking > > > Marcus >

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Marcus Denker
On Mar 24, 2013, at 4:31 PM, Stéphane Ducasse wrote: > > On Mar 24, 2013, at 10:43 AM, Marcus Denker wrote: > >> >> On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" >> wrote: >> >>> Mark Bestley wrote For OSX what should probably happen is that the image is saved to ~/Library/A

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Stéphane Ducasse
On Mar 24, 2013, at 10:43 AM, Marcus Denker wrote: > > On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" > wrote: > >> Mark Bestley wrote >>> For OSX what should probably happen is that the image is saved to >>> ~/Library/Application Support >> >> That doesn't sound right to me. How about t

[Pharo-project] [pharo website] updated the issue tracking page

2013-03-24 Thread Marcus Denker
Hi, I updated this page: http://www.pharo-project.org/community/issue-tracking Marcus

Re: [Pharo-project] Please help! Weird error!

2013-03-24 Thread stephane ducasse
weird bugs with hash and = redefinition? On Mar 24, 2013, at 5:14 AM, "Steven R. Baker" wrote: > Heya folks, > > I've got a failing test here, screenshot attached. When I inspect events, it > contains the mock I'm looking for. For some reason, the self assert: (events > includes: mockEvent1)

Re: [Pharo-project] Smalltalkhub non-mcz files

2013-03-24 Thread stephane ducasse
On Mar 24, 2013, at 3:36 AM, Ben Coman wrote: > Does Smalltalkhub allow non-mcz files into the repository - for example for > file based data required for Tests and examples? not that I know. > Or what is the preferred way of versioning test data and example data along > with the source cod

Re: [Pharo-project] Contribution CI Semantics

2013-03-24 Thread Ben Coman
Camillo Bruni wrote: Hi Ben, On 2013-03-24, at 03:31, Ben Coman wrote: Just curious about how the Contribution CI is set up. Is is based off the latest ConfigurationOf or just the latest mcz loaded in the folder? We use Configurations. Will you be running a #stable as well as #

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Mark Bestley
On 24/03/2013 09:43, Marcus Denker wrote: On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" wrote: Mark Bestley wrote For OSX what should probably happen is that the image is saved to ~/Library/Application Support That doesn't sound right to me. How about the use case where I have a portabl

Re: [Pharo-project] Contribution CI Semantics

2013-03-24 Thread Camillo Bruni
Hi Ben, On 2013-03-24, at 03:31, Ben Coman wrote: > Just curious about how the Contribution CI is set up. Is is based off the > latest ConfigurationOf or just the latest mcz loaded in the folder? We use Configurations. > Will you be running a #stable as well as #development jobs for contribu

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Marcus Denker
On Mar 24, 2013, at 10:40 AM, "Sean P. DeNigris" wrote: > Mark Bestley wrote >> For OSX what should probably happen is that the image is saved to >> ~/Library/Application Support > > That doesn't sound right to me. How about the use case where I have a > portable image on a USB stick? I don't

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread p...@highoctane.be
I have been putting pharo under /usr/local/pharo with bin/ and image/ under that. bin/ contains vm.sh and vm-ui.sh (when using, I think it would be better to have vm.sh only and vm.sh -ui as an option instead of two files. Also, vm.sh isn't too cool a name and I made aliases: alias pharo='/usr

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-24 Thread Sean P. DeNigris
Mark Bestley wrote > For OSX what should probably happen is that the image is saved to > ~/Library/Application Support That doesn't sound right to me. How about the use case where I have a portable image on a USB stick? I don't want to make a local copy of the image, just run it. I get putting th