Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Mariano Martinez Peck
Maybe this shows that we really need the automated process we are
looking/wishing since a long time :)


On Tue, Apr 30, 2013 at 8:03 AM, Torsten Bergmann asta...@gmx.de wrote:

 I heard about RFB already working on Pharo 2.0
 I heard about Seaside 3.0.8 already work in Pharo 2.0
 I heard about SandstoneDB is now adopted for Pharo 2.0
 I heard about ... already work in Pharo 2.0
 ...

 So please: update your ConfigurationOfXXX and put working
 configs with a #stable definition for Pharo 2.0 into the writable

   http://ss3.gemstone.com/ss/MetaRepoForPharo20

 repo so they show up on Config Browser and can be
 easily installed.

 Your packages and projects will never be visible if you hide
 them on ss, ss3 or SmalltalkHub.

 Also I hope for a Seaside 3.1 config for Pharo 2.0
 which would really be a step forward ...

 Bye
 T.





-- 
Mariano
http://marianopeck.wordpress.com


Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Esteban Lorenzano
well, some human iteration will always be needed... we cannot make a process to 
discover the hidden configurations all over the web, to then validate them and 
copy to the appropriate repo. 

Esteban

On Apr 30, 2013, at 2:05 PM, Mariano Martinez Peck marianop...@gmail.com 
wrote:

 Maybe this shows that we really need the automated process we are 
 looking/wishing since a long time :)
 
 
 On Tue, Apr 30, 2013 at 8:03 AM, Torsten Bergmann asta...@gmx.de wrote:
 I heard about RFB already working on Pharo 2.0
 I heard about Seaside 3.0.8 already work in Pharo 2.0
 I heard about SandstoneDB is now adopted for Pharo 2.0
 I heard about ... already work in Pharo 2.0
 ...
 
 So please: update your ConfigurationOfXXX and put working
 configs with a #stable definition for Pharo 2.0 into the writable
 
   http://ss3.gemstone.com/ss/MetaRepoForPharo20
 
 repo so they show up on Config Browser and can be
 easily installed.
 
 Your packages and projects will never be visible if you hide
 them on ss, ss3 or SmalltalkHub.
 
 Also I hope for a Seaside 3.1 config for Pharo 2.0
 which would really be a step forward ...
 
 Bye
 T.
 
 
 
 
 
 -- 
 Mariano
 http://marianopeck.wordpress.com



Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Sean P. DeNigris
EstebanLM wrote
 we cannot make a process to discover the hidden configurations all over
 the web, to then validate them and copy to the appropriate repo. 

Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
ever done...



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Where-are-your-package-configs-for-Pharo-2-0-tp4684568p4684595.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.



Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Igor Stasenko
On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote:

 EstebanLM wrote
  we cannot make a process to discover the hidden configurations all over
  the web, to then validate them and copy to the appropriate repo.

 Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
 ever done...


Do you mean something like:

locator := ConfigurationLocator of: 'HiddenProject' .
locator minimumVersion: '1.0'.
locator loadStable.

? :)



 -
 Cheers,
 Sean
 --
 View this message in context:
 http://forum.world.st/Where-are-your-package-configs-for-Pharo-2-0-tp4684568p4684595.html
 Sent from the Pharo Smalltalk mailing list archive at Nabble.com.




-- 
Best regards,
Igor Stasenko.


Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Henrik Johansen

On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote:

 
 On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote:
 EstebanLM wrote
  we cannot make a process to discover the hidden configurations all over
  the web, to then validate them and copy to the appropriate repo.
 
 Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
 ever done...
 
  
 Do you mean something like:
 
 locator := ConfigurationLocator of: 'HiddenProject' .
 locator minimumVersion: '1.0'.
 locator loadStable.
 
 ? :)

Haha, makes you wonder how long it'll be before someone writes one of these 
http://queue.acm.org/detail.cfm?id=2349257 on the process of writing 
configurations /loading code into the image :D

Cheers,
Henry

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Igor Stasenko
On 30 April 2013 15:34, Henrik Johansen henrik.s.johan...@veloxit.nowrote:


 On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote:


 On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote:

 EstebanLM wrote
  we cannot make a process to discover the hidden configurations all over
  the web, to then validate them and copy to the appropriate repo.

 Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
 ever done...


 Do you mean something like:

 locator := ConfigurationLocator of: 'HiddenProject' .
 locator minimumVersion: '1.0'.
 locator loadStable.

 ? :)


 Haha, makes you wonder how long it'll be before someone writes one of
 these http://queue.acm.org/detail.cfm?id=2349257 on the process of
 writing configurations /loading code into the image :D

 Hehe, yes:

The trouble is that the market for two pieces of wood nailed
together—inexpertly—is fairly small outside of the proud grandfather
segment, and getting from there to a decent set of chairs or fitted
cupboards takes talent, practice, and education.
 

Cheers,
 Henry




-- 
Best regards,
Igor Stasenko.


Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Camillo Bruni
On 2013-04-30, at 15:34, Henrik Johansen henrik.s.johan...@veloxit.no wrote:
 On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote:
 On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote:
 EstebanLM wrote
 we cannot make a process to discover the hidden configurations all over
 the web, to then validate them and copy to the appropriate repo.
 
 Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
 ever done...
 
 
 Do you mean something like:
 
 locator := ConfigurationLocator of: 'HiddenProject' .
 locator minimumVersion: '1.0'.
 locator loadStable.
 
 ? :)
 
 Haha, makes you wonder how long it'll be before someone writes one of these 
 http://queue.acm.org/detail.cfm?id=2349257 on the process of writing 
 configurations /loading code into the image :D

FYI we have Erwann working on this here in Lille:

The new validation infrastructure is going to be used on Configuration and 
Pharo-Slices
at the same time.

Depending on how far we will get, Configuration scavenging and archiving might 
be
implemented as well.