Re: [Pharo-project] making Apache serve .mcz files in the proper mode

2012-07-11 Thread Olivier Auverlot
Hi Friedrich, I installed a monticello repository on a Linux server with Apache. I hadn't to modify the magic file. I modified the file named default, defined a virtual host and activated WebDAV. VirtualHost *:80 ServerAdmin webmaster@localhost AddType

Re: [Pharo-project] athens for strikefonts

2012-07-11 Thread Stéphane Ducasse
Good idea if possible. Igor like me is on vacation until 19 of july. On Jul 10, 2012, at 7:07 AM, Tudor Girba wrote: Hi Igor, I just wanted to ask: is the little fix of having Athens work with StrikeFont still on the roadmap :)? As I mentioned before, this would make the adoption

Re: [Pharo-project] [update 2.0] #20201

2012-07-11 Thread Pavel Krivanek
Tests Guard: http://code.google.com/p/pharo/wiki/TestsGuard New platform independent failure - Zinc.Tests.ZnStaticFileServerDelegateTests?.testIfModifiedSinceNotModified - http://code.google.com/p/pharo/issues/detail?id=6334 Solved failures - FuelTests.FLMigrationTest.testVariableInsertion -

Re: [Pharo-project] athens for strikefonts

2012-07-11 Thread Tudor Girba
Aha. Ok. I will wait. Doru On Wed, Jul 11, 2012 at 8:43 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Good idea if possible. Igor like me is on vacation until 19 of july. On Jul 10, 2012, at 7:07 AM, Tudor Girba wrote: Hi Igor, I just wanted to ask: is the little fix of having

[Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Marcus Denker
Hi, I added a new tracker status: HorribleErrorBlockingEverything = World is stopped until this is resolved. Right now this has one: Issue 6336: deleting a method raises error 'No package found for selector http://code.google.com/p/pharo/issues/detail?id=6336 --

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Sabine Knöfel
Thank you, Benoit. Sabine On Tue, Jul 10, 2012 at 5:05 PM, Benoit St-Jean bstj...@yahoo.com wrote: Something like this ? bindWith: arg1 ^ self bindWithArguments: (OrderedCollection with: arg1) bindWith: arg1 with: arg2 | coll | coll := OrderedCollection with: arg1 with: arg2.

[Pharo-project] bindWith: implementation missing

2012-07-11 Thread Torsten Bergmann
Now in http://ss3.gemstone.com/ss/PharoGoodies.html together with a test package.

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Camillo Bruni
That was a weird bug... but I fixed it. We need a Debugger for the announcement system! I tried to refactoring a bit so you can get a clue what's going on when stepping through with the debugger... On 2012-07-11, at 09:05, Marcus Denker wrote: Hi, I added a new tracker status:

Re: [Pharo-project] Uploaded to Dropbox

2012-07-11 Thread Stéphane Ducasse
so how do we organize the mirroring? Stef On Jul 10, 2012, at 9:29 AM, Damien Cassou wrote: -- Forwarded message -- From: Lukas Renggli reng...@gmail.com Date: Tue, Jul 10, 2012 at 7:38 AM Subject: Re: Uploaded to Dropbox To: Damien Cassou damien.cas...@gmail.com

Re: [Pharo-project] Spec questions

2012-07-11 Thread Stéphane Ducasse
The plan is the following: - focus on really added value: - dynamic spec (and ben did it already). We should be able to build mac os x like finder engine - focus on four/five items (buttons, list, trees, text area)

Re: [Pharo-project] Uploaded to Dropbox

2012-07-11 Thread Stéphane Ducasse
so how do we organize the mirroring? Stef On Jul 10, 2012, at 9:29 AM, Damien Cassou wrote: -- Forwarded message -- From: Lukas Renggli reng...@gmail.com Date: Tue, Jul 10, 2012 at 7:38 AM Subject: Re: Uploaded to Dropbox To: Damien Cassou damien.cas...@gmail.com

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Stéphane Ducasse
Hi sabine what is bindWith:? Stef On Jul 10, 2012, at 4:49 PM, Sabine Knöfel wrote: Hi All, I miss StringbindWith: bindWith: with: etc. in Pharo. Is there a reason for that missing? Has anyone an implementation for me? I dont want to reinvent the wheel ;-) Greetings Sabine

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Stéphane Ducasse
On Jul 11, 2012, at 11:05 AM, Camillo Bruni wrote: That was a weird bug... but I fixed it. We need a Debugger for the announcement system! What do you mean? Because what I know is that debugging the test of announcement can be a pain because registrations are done in another world. I tried

[Pharo-project] [update 2.0] #20202

2012-07-11 Thread Marcus Denker
20202 - Issue 6336: deleting a method raises error No package found for selector XXX in class YYY http://code.google.com/p/pharo/issues/detail?id=6336 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Camillo Bruni
On 2012-07-11, at 15:02, Stéphane Ducasse wrote: On Jul 11, 2012, at 11:05 AM, Camillo Bruni wrote: That was a weird bug... but I fixed it. We need a Debugger for the announcement system! What do you mean? Because what I know is that debugging the test of announcement can be a pain

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Henrik Sperre Johansen
On 11.07.2012 15:14, Camillo Bruni wrote: On 2012-07-11, at 15:02, Stéphane Ducasse wrote: On Jul 11, 2012, at 11:05 AM, Camillo Bruni wrote: That was a weird bug... but I fixed it. We need a Debugger for the announcement system! What do you mean? Because what I know is that debugging the

Re: [Pharo-project] Job Pharo-2.0-Numbered

2012-07-11 Thread Stéphane Ducasse
TX Indeed this was always a pain. On Jul 9, 2012, at 1:32 PM, Pavel Krivanek wrote: Hi, if you often download latest development Pharo versions from Jenkins, you may have a mess in the downloaded files because for all builds the archives and images have the same name. I created a

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Camillo Bruni
On 2012-07-11, at 15:28, Henrik Sperre Johansen wrote: On 11.07.2012 15:14, Camillo Bruni wrote: On 2012-07-11, at 15:02, Stéphane Ducasse wrote: On Jul 11, 2012, at 11:05 AM, Camillo Bruni wrote: That was a weird bug... but I fixed it. We need a Debugger for the announcement system!

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Sabine Knöfel
Hi Stef, it is a helper method to put some strings together. Instead of using commata, like this 'one: ','1',' two: ','2',' three: ','3' == 'one: 1 two: 2 three: 3' you use StringbindWith:with:with: 'one: %1 two: %2 three: %3' bindWith: '1' with: '2' with: '3'

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Benjamin
You can do 'one: {1} two: {2} three: {3}' format: {'1'. '2'. '3'} :) Ben On Jul 11, 2012, at 3:42 PM, Sabine Knöfel wrote: Hi Stef, it is a helper method to put some strings together. Instead of using commata, like this 'one: ','1',' two: ','2',' three: ','3' == 'one: 1 two: 2 three:

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Sabine Knöfel
Hi Ben, ah! thank you, I did not know that. Dynamic arrays are new for me coming from another smalltalk dialect. Greetings Sabine On Wed, Jul 11, 2012 at 3:46 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: You can do 'one: {1} two: {2} three: {3}' format: {'1'. '2'. '3'} :) Ben

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Stéphane Ducasse
Ok thanks for the explanation. I never used it in VW. Stef On Jul 11, 2012, at 3:42 PM, Sabine Knöfel wrote: Hi Stef, it is a helper method to put some strings together. Instead of using commata, like this 'one: ','1',' two: ','2',' three: ','3' == 'one: 1 two: 2 three: 3' you use

[Pharo-project] bindWith: implementation missing

2012-07-11 Thread Torsten Bergmann
#bindWith: is the same as using #format but not using {x} syntax but %x syntax instead. In Pharo you we usualy write: 'foo {1} bar' format: {Date today} which returns 'foo 11 July 2012 bar' I think it was VisualAge that used #bindWith: and % as marker, so if you want to port code

Re: [Pharo-project] bindWith: implementation missing

2012-07-11 Thread Sabine Knöfel
I write a new application and will use format: now. Thanks;-) On Wed, Jul 11, 2012 at 4:03 PM, Torsten Bergmann asta...@gmx.de wrote: #bindWith: is the same as using #format but not using {x} syntax but %x syntax instead. In Pharo you we usualy write: 'foo {1} bar' format: {Date today}

Re: [Pharo-project] Spec questions

2012-07-11 Thread Goubier Thierry
How to participate then ? Will it be possible to do maybe a simple, but live painter ? My first contact with Morphic to do a few gui elements (such as rewritting the Nautilus GUI :-P) found the interface to be on the confusing side (multiple morphs doing the same thing, complex instantiation

Re: [Pharo-project] Spec questions

2012-07-11 Thread Benjamin
To participate, you can: - take a random tool and rewrite it using Spec :) - read the tech report, and tell where it's clear/unclear :) - write comments ^^ - just use it, and share your feedback. Then all together we can improve Spec - try to convince other

Re: [Pharo-project] [Jenkins] New issue status for real problems.

2012-07-11 Thread Henrik Sperre Johansen
On 11.07.2012 15:41, Camillo Bruni wrote: On 2012-07-11, at 15:28, Henrik Sperre Johansen wrote: On 11.07.2012 15:14, Camillo Bruni wrote: On 2012-07-11, at 15:02, Stéphane Ducasse wrote: On Jul 11, 2012, at 11:05 AM, Camillo Bruni wrote: That was a weird bug... but I fixed it. We need a

[Pharo-project] Issue 6340: [BUG]: Browsing changes on a slice

2012-07-11 Thread Sean P. DeNigris
Type-Bug Milestone-2.0 Pharo2.0a Latest update: #20202 1. Change a package required by a slice: Example: Gofer it url: 'http://ss3.gemstone.com/ss/PharoInbox'; version: 'SLICE-Issue-6300-Detach-keymaping-shortcuts-SeanDeNigris.2'; load. KMFactory class compile:

[Pharo-project] [Jenkins] Work on Networking tonight and tomorrow night

2012-07-11 Thread Marcus Denker
Hi, Because of networking work (physical) at the building, Jenkins can be unreachable tonight (11) and tomorrow (12th). Local time 18 onwards, downtime might extend to 9am the next morning. Mailinglist, gforge and website will not be affected. Marcus -- Marcus Denker --

[Pharo-project] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-11 Thread DeNigris Sean
(Posting to Metacello and Pharo-project lists) Metacello bootstraps in #20199, but not #20200, #20201, or #20202. Try: Gofer new url: 'http://ss3.gemstone.com/ss/Versionner'; package: 'ConfigurationOfVersionner'; load. (Smalltalk at: #ConfigurationOfVersionner) project development

Re: [Pharo-project] [Metacello] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-11 Thread Dale Henrichs
I was trying to work with Pharo2.0 the other day and ran into weird modified package issues ... Metacello-Base was involved ... I was actually trying to get something else accomplished and don't have time to debug Pharo2.0 issues, since they are not likely to be directly caused by Metacello...

[Pharo-project] Visualizing Legacy at SPA conference

2012-07-11 Thread Stephan Eggermont
Last week Willem and I presented a workshop Visualizing Legacy, using MOOSE, at SPA2012 in London. In a 150 minutes workshop we showed how to use glamour and mondrian to visualize the github repository data from 4 ruby projects and the code used for these analysis and the workshop itself. The

Re: [Pharo-project] [Metacello] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-11 Thread Camillo Bruni
The problem we face right now are related to RPackage Somehow the registration mechanism for system events (classes|methods added|removed|modified) got mixed up. Eventually this leads to some warnings when removing methods :/ I thought I fixed it this morning but I was wrong :D On 2012-07-11,

Re: [Pharo-project] [Metacello] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-11 Thread Dale Henrichs
Ah yes ... RPackage was trying to send an odd message at one point ... that sounds right... Dale - Original Message - | From: Camillo Bruni camillobr...@gmail.com | To: Pharo-project@lists.gforge.inria.fr | Sent: Wednesday, July 11, 2012 9:58:04 AM | Subject: Re: [Pharo-project]

Re: [Pharo-project] Versionner: Committing a config commits twice

2012-07-11 Thread Juan Pablo Sandoval Alcocer
Hi, I am working in this issue, I will notify you when it's fixed. Thanks, Juan Pablo 2012/7/7 Sean P. DeNigris s...@clipperadams.com Versionner is getting *really* cool!! I found a bug: http://ss3.gemstone.com/ss/Versionner.html/Issues Issue 1: Committing a config commits twice 1. In

Re: [Pharo-project] [ANN]: Vim Shortcuts for Nautilus (Proof-of-concept)

2012-07-11 Thread Sean P. DeNigris
Version 0.2 (proof-of-concept)... Normal (ESC)/insert (i) toggle working. Still only one normal mode shortcut (dd), but they should mostly be easy to add (see below)... * Disable toggling text cursor with mode. Paragraph will have to be refactored to allow per-Morph cursor styles * Fix

Re: [Pharo-project] Visualizing Legacy at SPA conference

2012-07-11 Thread Tudor Girba
Great work! Having all this run in 150 min is quite an achievement. Cheers, Doru On 11 Jul 2012, at 18:57, Stephan Eggermont wrote: Last week Willem and I presented a workshop Visualizing Legacy, using MOOSE, at SPA2012 in London. In a 150 minutes workshop we showed how to use glamour and

[Pharo-project] ohloh stats filling up

2012-07-11 Thread Camillo Bruni
slowly slowly we get a decent overview of the efforts made for pharo :) https://www.ohloh.net/p/pharo now we have all our major sources listed on that website and we get quite a decent 200k lines of code :P best cami

Re: [Pharo-project] ohloh stats filling up

2012-07-11 Thread Bernardo Ezequiel Contreras
Camilo could you add the url to jenkins? thanks On Wed, Jul 11, 2012 at 8:27 PM, Camillo Bruni camillobr...@gmail.comwrote: slowly slowly we get a decent overview of the efforts made for pharo :) https://www.ohloh.net/p/pharo now we have all our major sources listed on that website and

Re: [Pharo-project] making Apache serve .mcz files in the proper mode

2012-07-11 Thread Friedrich Dominicus
Thanks I will try it with you Additon to the Directory of the repositories. Friedrich