Re: [Pharo-project] pharo on ipad3 -- tiny image shown only

2012-09-18 Thread Johan Brichau
Hi Esteban, Thanks for sharing the secret ;-) I checked out latest sources and ran ConfigurationOfPharoVM version 2.0-4 but it does not work out-of-the-box. Right now, I just forced to always use the SqueakUIViewCALayer. Need to check why it took the other one.. Johan On 17 Sep 2012, at 22:3

Re: [Pharo-project] Pharo friendly code & repositories

2012-09-18 Thread Stéphane Ducasse
thanks for this question. I think that we should really move to SmalltalkHub. SmalltalkHub will have soon projects and > Hello everyone, > > It's been a while since I've worked with Pharo and I was wondering if Pharo > has some kind of "official" repository for code that has been ported to Pha

Re: [Pharo-project] Gofer meets Metacello

2012-09-18 Thread Dale Henrichs
The new Metacello Scripting API[1] does exactly that and more: Metacello new configuration: 'NativeBoost'; squeaksource: 'NativeBoost'; load. does what you want ... there are additional shortcuts that you can use once you have a project loading in your image ... I am looking for some folks

[Pharo-project] [NB-Cog] New VMs Available

2012-09-18 Thread Igor Stasenko
Please, read details here: http://dailyvmotion.wordpress.com/2012/09/18/new-vms-with-nativeboost-callback-support-cairo-library-bundling-on-macos/ -- Best regards, Igor Stasenko.

[Pharo-project] Pharo friendly code & repositories

2012-09-18 Thread Benoit St-Jean
Hello everyone, It's been a while since I've worked with Pharo and I was wondering if Pharo has some kind of "official" repository for code that has been ported to Pharo (from Squeak or any other Smalltalk platform in fact). If I have fixes for, let's say, the ODBC "package", where should I put

Re: [Pharo-project] Gofer meets Metacello

2012-09-18 Thread Esteban Lorenzano
years ago I made an extension who was called "Gofer Project Loader" And you can do things like this: Gofer project load: 'NativeBoost'. Gofer project load: 'NativeBoost' version: #development. ..etc... nobody cared about it... and I think now Dale is preparing something a lot better :) E On

Re: [Pharo-project] Gofer meets Metacello

2012-09-18 Thread Camillo Bruni
On 2012-09-18, at 19:26, Guillermo Polito wrote: > Isn't that what Dale already did with the scriptable metacello? :S could be :) > BTW, what do you expect from expression like > > Gofer it >ss3: 'project1'; >ss3: 'project2'; >configuration; >blah It will take the last reposito

Re: [Pharo-project] Gofer meets Metacello

2012-09-18 Thread Guillermo Polito
Isn't that what Dale already did with the scriptable metacello? :S BTW, what do you expect from expression like Gofer it ss3: 'project1'; ss3: 'project2'; configuration; blah ? On Tue, Sep 18, 2012 at 7:21 PM, Camillo Bruni wrote: > I hate typing "sooo much" when loading a conf

[Pharo-project] Gofer meets Metacello

2012-09-18 Thread Camillo Bruni
I hate typing "sooo much" when loading a configuration. So how about integration part of that into Gofer? Gofer new squeaksource: 'NativeBoost'; configuration; loadStable for a working implementation see https://code.google.com/p/pharo/issues/detail?id=6696 best

[Pharo-project] Morphic Virtual Keyboard

2012-09-18 Thread Hilaire Fernandes
Hello Do we have such widget somewhere? Thanks Hilaire

Re: [Pharo-project] nautilus speedup?

2012-09-18 Thread Mariano Martinez Peck
On Tue, Sep 18, 2012 at 2:51 PM, Camillo Bruni wrote: > > On 2012-09-18, at 14:48, Mariano Martinez Peck > wrote: > > > On Fri, Sep 14, 2012 at 2:42 AM, Camillo Bruni >wrote: > > > >> I did a quick nautilus improvement: > >>https://code.google.com/p/pharo/issues/detail?id=6667 > >> > >>

Re: [Pharo-project] [ANN] iPad Dr. Geo 12.10

2012-09-18 Thread Hilaire Fernandes
Le 17/09/2012 10:31, Sven Van Caekenberghe a écrit : > What are the differences between the free and paying versions ? You can save sketch, draw circle and parallel line. Hilaire

Re: [Pharo-project] [ANN] iPad Dr. Geo 12.10

2012-09-18 Thread Hilaire Fernandes
Le 17/09/2012 10:31, Sven Van Caekenberghe a écrit : > What are the differences between the free and paying versions ? You can save sketch and draw circle and parallel line I am thinkng about video tutorial like https://www.dropbox.com/s/tr8wjxf6n9bq1n9/drgeoBigHand.ogv Hilaire

[Pharo-project] [update 2.0] #20296

2012-09-18 Thread Marcus Denker
20296 - Issue 6693: Failing test: testRPackageOrganizer http://code.google.com/p/pharo/issues/detail?id=6693 Issue 6595: Improve Completion Handling http://code.google.com/p/pharo/issues/detail?id=6595 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] nautilus speedup?

2012-09-18 Thread Goubier Thierry
Le 18/09/2012 14:51, Camillo Bruni a écrit : On 2012-09-18, at 14:48, Mariano Martinez Peck wrote: On Fri, Sep 14, 2012 at 2:42 AM, Camillo Bruni wrote: I did a quick nautilus improvement: https://code.google.com/p/pharo/issues/detail?id=6667 CAVEAT: One thing I did was not showing

Re: [Pharo-project] nautilus speedup?

2012-09-18 Thread Benjamin
On Sep 18, 2012, at 2:48 PM, Mariano Martinez Peck wrote: > > > On Fri, Sep 14, 2012 at 2:42 AM, Camillo Bruni wrote: > I did a quick nautilus improvement: > https://code.google.com/p/pharo/issues/detail?id=6667 > > CAVEAT: One thing I did was not showing all methods when opening the

Re: [Pharo-project] nautilus speedup?

2012-09-18 Thread Camillo Bruni
On 2012-09-18, at 14:48, Mariano Martinez Peck wrote: > On Fri, Sep 14, 2012 at 2:42 AM, Camillo Bruni wrote: > >> I did a quick nautilus improvement: >>https://code.google.com/p/pharo/issues/detail?id=6667 >> >> CAVEAT: One thing I did was not showing all methods when opening the >> b

Re: [Pharo-project] nautilus speedup?

2012-09-18 Thread Mariano Martinez Peck
On Fri, Sep 14, 2012 at 2:42 AM, Camillo Bruni wrote: > I did a quick nautilus improvement: > https://code.google.com/p/pharo/issues/detail?id=6667 > > CAVEAT: One thing I did was not showing all methods when opening the > browser on a class. > > For me this makes perfectly sense since I u

[Pharo-project] [update 2.0] #20295

2012-09-18 Thread Marcus Denker
20295 - Issue 6692: clean up #asTagWrapper http://code.google.com/p/pharo/issues/detail?id=6692 Issue 6683: testUndeclared PackageTagWrapper SystemChangeNotifier http://code.google.com/p/pharo/issues/detail?id=6683 Issue 6678: Failing tests related to OB

[Pharo-project] [update 2.0] #20294

2012-09-18 Thread Marcus Denker
20294 - Issue 6680: Failing test: testInstanceSideMethodsWithNilKeyInLastLiteral http://code.google.com/p/pharo/issues/detail?id=6680 Issue 6691: Workspace completion is not working http://code.google.com/p/pharo/issues/detail?id=6691 Compiler recompil

[Pharo-project] pharo-2.0-tests » win - Build # 355 - Still Failing!

2012-09-18 Thread jenkins-pharo . ci . inria . fr
BUILD FAILUREBuild URLhttps://ci.lille.inria.fr/pharo/job/pharo-2.0-tests/./label_exp=win/355/Project:label_exp=winDate of build:Tue, 18 Sep 2012 09:08:03 +0200Build duration:0.32 secCHANGESNo ChangesCONSOLE OUTPUTStarted by upstream project "pharo-2.0-tests" build number 355Building remotely on ph