Re: [Pharo-project] OpenGL in Pharo?

2011-11-18 Thread Levente Uzonyi
On Fri, 18 Nov 2011, Igor Stasenko wrote: 2011/11/18 Levente Uzonyi le...@elte.hu: On Thu, 17 Nov 2011, Javier Pimás wrote: We are advancing on making OpenGL work with NativeBoost right now. If you have to write an app that uses OpenGL now, I would strongly recommend you to use NBOpenGL.

Re: [Pharo-project] OpenGL in Pharo?

2011-11-18 Thread Igor Stasenko
2011/11/18 Levente Uzonyi le...@elte.hu: On Fri, 18 Nov 2011, Igor Stasenko wrote: 2011/11/18 Levente Uzonyi le...@elte.hu: On Thu, 17 Nov 2011, Javier Pimás wrote: We are advancing on making OpenGL work with NativeBoost right now. If you have to write an app that uses OpenGL now, I

[Pharo-project] scripting a package backup

2011-11-18 Thread jannik.laval
Hi Pharoers, I would like to backup my packages in a repository with a script. I have one constraint: I need to use Monticello (eg, not gofer or metacello). And I do not want to have a version incrementation. Does someone have any script or any way to do that ? Cheers, Jannik

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread Lukas Renggli
It would be trivial with Gofer: Gofer new squeaksource: 'backupproject'; package: 'P1'; package: 'P2'; package: 'P3'; push Now of course you can find your script a working script in the class GoferPush. Lukas On 18 November 2011 10:03, jannik.laval

Re: [Pharo-project] OpenGL in Pharo?

2011-11-18 Thread Stéphane Ducasse
What I want for January: Igor knows it. I told him weekly if not daily. one single 100% fully working solution on all platforms (Callback+ Threaded + DOCUMENTTION) : let us called it Spock Probably - FFI/Alien for solution where code cannot be generated (but we

Re: [Pharo-project] Unsubscribing for Announcements

2011-11-18 Thread Sean P. DeNigris
Igor Stasenko wrote: virtually nowhere :) Why? Strong subscriptions may be desirable at some point. So it sounds like weak is the vast majority, so maybe have announcer on:... which gives you weak subscriptions and announcer strong on:... following Make common things easy, rare things

Re: [Pharo-project] Unsubscribing for Announcements

2011-11-18 Thread Sean P. DeNigris
Henrik Sperre Johansen wrote: Third, for the moment at least, when:do: anActionBlock subscription does not work weakly, you are constrained to when:send:to. Should I file a bug? There are no open issues matching weak announcement and WeakSubscriptionBuilder has the method. Is it a hard

[Pharo-project] [update 1.4] #14228

2011-11-18 Thread Stéphane Ducasse
14228 - Issue 4903:New version of Zinc http://code.google.com/p/pharo/issues/detail?id=4903 Stef

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread Lukas Renggli
It is all relative to your package cache, so maybe you have to pull the versions first? On 18 November 2011 10:53, jannik.laval jannik.la...@gmail.com wrote: Hi Lukas, I tried: === RPackageOrganizer packageInfoNames do:[:e |        Gofer new                directory:

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread jannik.laval
Yes, that is my problem ! I want to export packages in a repository outside the package cache and with an empty package cache. The problem to pull the version first, is to know the url of the version. Jannik On Nov 18, 2011, at 16:03 , Lukas Renggli wrote: It is all relative to your package

Re: [Pharo-project] Unsubscribing for Announcements

2011-11-18 Thread Henrik Sperre Johansen
On 18.11.2011 13:49, Sean P. DeNigris wrote: Henrik Sperre Johansen wrote: Third, for the moment at least, when:do: anActionBlock subscription does not work weakly, you are constrained to when:send:to. Should I file a bug? There are no open issues matching weak announcement and

Re: [Pharo-project] OpenGL in Pharo?

2011-11-18 Thread Schwab,Wilhelm K
Fascinating :) From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] on behalf of Stéphane Ducasse [stephane.duca...@inria.fr] Sent: Friday, November 18, 2011 7:32 AM To: Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread Lukas Renggli
On 18 November 2011 16:11, jannik.laval jannik.la...@gmail.com wrote: Yes, that is my problem ! I want to export packages in a repository outside the package cache and with an empty package cache. The problem to pull the version first, is to know the url of the version. I don't get your

[Pharo-project] New Cog VMs available [was [squeak-dev] VM cog crash]

2011-11-18 Thread Eliot Miranda
Hi All, new VMs at http://www.mirandabanda.org/files/Cog/VM/VM.r2515/. These fix a code generator bug and as a result produce slightly better code in rare circumstances. Anyway, Hans' case below will no longer crash the VM :) Enjoy. On Thu, Nov 17, 2011 at 5:38 AM, Baveco, Hans

[Pharo-project] the true power of pair programming

2011-11-18 Thread Stéphane Ducasse
Hi guys I wanted to share that with you. Today I wanted to do something than administration or duties for my job. So we sat with igor and pair programmed. We took a bad part of the system…. HandMorphprocessEvents and HandMorphgenerateMouseEvent: and we started. It was the kind of adventure

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread jannik.laval
My point is that I do not want to know the remote repository. I just want to copy my current package on a local repository. When you write squeaksource: 'remote', you suppose that your package is on squeaksource in the project named remote. That is that information that I do not want to give. I

Re: [Pharo-project] scripting a package backup

2011-11-18 Thread Lukas Renggli
On 18 November 2011 21:40, jannik.laval jannik.la...@gmail.com wrote: My point is that I do not want to know the remote repository. I just want to copy my current package on a local repository. When you write squeaksource: 'remote', you suppose that your package is on squeaksource in the

[Pharo-project] [update 1.4] #14229

2011-11-18 Thread Stéphane Ducasse
14229 - - Issue 3129: menu auto decoration should be removed. Thanks Alain Plantec. Gary may be this can impact you so watch out :). http://code.google.com/p/pharo/issues/detail?id=3129

[Pharo-project] [update 1.4] #14230

2011-11-18 Thread Stéphane Ducasse
14230 - - Issue 4943: Failing Test: SelfEvaluatingObjectTest. Thanks Nicolas Cellier. http://code.google.com/p/pharo/issues/detail?id=4943 - Issue 3348: use #shouldBePrintedAsLiteral instead of #isLiteral when printing or storing characters and arrays. Thanks

Re: [Pharo-project] [update 1.4] #14228

2011-11-18 Thread Sven Van Caekenberghe
On 18 Nov 2011, at 15:22, Stéphane Ducasse wrote: 14228 - Issue 4903: New version of Zinc http://code.google.com/p/pharo/issues/detail?id=4903 Stef Nice, thanks! I forgot to mention that you have to update the units tests as well, to

Re: [Pharo-project] how should Pier file structures be serialized with Fuel?

2011-11-18 Thread Mariano Martinez Peck
I've just noticed that even with the PUSecurity object being striped before serialization, I'm still seeing that the files are big and the same size. It seems that my mapping strategy was leaving off a lot more than just the PUSecurity object. You debug you can do is to put a halt in