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
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
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
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
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' ]
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
>
> >
> > 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
:
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
>
> 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
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
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
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
>
> ScratchFrameMorph open
It does not work
Path / 'Users' / 'ducasse' / 'Workspace' / 'FirstCircle' / 'ActiveResearch' /
'Pharo' / 'PharoHarvestingFixes' / '20' / 'Released' / 'ScratchSkin'
not found.
Stef
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
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
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
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
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
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
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,
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
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.
>
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
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
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
>>>
>>
>> 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.
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)
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
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
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.
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
>
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
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.
>
>
>
>
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
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
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
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
>
>
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?
>
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
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 :
>>>
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
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
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.
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
>>
>>
> 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
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
>
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
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
Hi,
I updated this page:
http://www.pharo-project.org/community/issue-tracking
Marcus
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)
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
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 #
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
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
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
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
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
57 matches
Mail list logo