Re: [Pharo-dev] zip filesystem test cases?

2014-06-18 Thread Max Leske
I have nothing. I checked my old images and there are no test cases for Zip-FileSystem that I could find. ++ for working on that! On 17.06.2014, at 23:51, Tudor Girba tu...@tudorgirba.com wrote: Hi, I am looking into how to fix the Zip FileSystem:

[Pharo-dev] [pharo-project/pharo-core] 28f3a2: 40023

2014-06-18 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 28f3a22c70ea5dd7d9e84f51a3d909e71bef214d https://github.com/pharo-project/pharo-core/commit/28f3a22c70ea5dd7d9e84f51a3d909e71bef214d Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-06-18 Thread GitHub
Branch: refs/tags/40023 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [ann] beacon - a slim announcement-based logging engine

2014-06-18 Thread Sven Van Caekenberghe
Norbert, We are indeed all just discussing and exploring. On the other hand, Zinc has to work for real, on many Pharo versions and even on Gemstone. On 17 Jun 2014, at 17:09, Norbert Hartl norb...@hartl.name wrote: Otherwise there will be three half baked approaches, one in zinc, one in GT*

[Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Sven Van Caekenberghe
Hi, I think we are all pretty much on the same page with how we think logging has to be done. In any case, here is the code (one, 1, line of code) that connects ZnLogEvent with either SystemLogger or Beacon - provided I understood everything correctly. ZnLogEvent announcer when:

[Pharo-dev] Complaints about Spec

2014-06-18 Thread Yuriy Tymchuk
Hi guys, I was very frustrated, but as usually complaints are useless, I’ll try to be constructive. Maybe the problem is not about Spec itself but all the UI related tool-chain. I find UI very fragile part in software design. And by now I’ve seen only 2 very nice documentations on how to

Re: [Pharo-dev] Complaints about Spec

2014-06-18 Thread Sven Van Caekenberghe
Hi Yuriy, I can't really comment on the overal questions you are asking. But please keep in mind that Apple's Cocoa has had a little bit more resource behind it, for many decades, of course they have a nice design and excellent documentation. I actually have a calculator project which contains

Re: [Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Norbert Hartl
Sven, Am 18.06.2014 um 11:15 schrieb Sven Van Caekenberghe s...@stfx.eu: Hi, I think we are all pretty much on the same page with how we think logging has to be done. In any case, here is the code (one, 1, line of code) that connects ZnLogEvent with either SystemLogger or Beacon -

Re: [Pharo-dev] Complaints about Spec

2014-06-18 Thread Benjamin
I understand your frustration, but writing doc takes time. I have a more industry oriented example in polishing mode Ben On 18 Jun 2014, at 11:40, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi guys, I was very frustrated, but as usually complaints are useless, I’ll try to be constructive.

Re: [Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Tudor Girba
Hi Sven, Thanks for pushing this. For Beacon, you do not need the wrapper because that is meant for other objects that are not announcements. If you use the Wrapper you lose the type of the event. So, the integration can be even simpler and more powerful: ZnLogEvent announcer when:

Re: [Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Norbert Hartl
Am 18.06.2014 um 12:39 schrieb Tudor Girba tu...@tudorgirba.com: Hi Sven, Thanks for pushing this. For Beacon, you do not need the wrapper because that is meant for other objects that are not announcements. If you use the Wrapper you lose the type of the event. So, the integration can

Re: [Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Tudor Girba
Hi, On Wed, Jun 18, 2014 at 12:20 PM, Norbert Hartl norb...@hartl.name wrote: Sven, Am 18.06.2014 um 11:15 schrieb Sven Van Caekenberghe s...@stfx.eu: Hi, I think we are all pretty much on the same page with how we think logging has to be done. In any case, here is the code (one, 1,

Re: [Pharo-dev] Connecting ZnLogEvents to SystemLogger or Beacon

2014-06-18 Thread Tudor Girba
Hi, On Wed, Jun 18, 2014 at 1:38 PM, Norbert Hartl norb...@hartl.name wrote: Am 18.06.2014 um 12:39 schrieb Tudor Girba tu...@tudorgirba.com: Hi Sven, Thanks for pushing this. For Beacon, you do not need the wrapper because that is meant for other objects that are not announcements. If

[Pharo-dev] [pharo-project/pharo-core] 60e080: 40024

2014-06-18 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 60e08071c4cbaa6cfd9652ec4b02fa44e8a9f736 https://github.com/pharo-project/pharo-core/commit/60e08071c4cbaa6cfd9652ec4b02fa44e8a9f736 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-06-18 Thread GitHub
Branch: refs/tags/40024 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Vm on Mac OS 7.5 no cairo

2014-06-18 Thread Stephan Eggermont
There is a significant difference in loaded modules. Smalltalk vm listLoadedModules (12 dec 2013 vm) #('SocketPlugin VMMaker-oscog-LucFabresse.306 (i)' 'Matrix2x3Plugin VMMaker-oscog-LucFabresse.306 (i)' 'FloatArrayPlugin VMMaker-oscog-LucFabresse.306 (i)' 'ClipboardExtendedPlugin

[Pharo-dev] UserManager hierarchy

2014-06-18 Thread Pavel Krivanek
Hi, most of issues with shrinking to the basic headless image are related to UserManager. Currently UserManager is subclass of DummyUserManager and I really think that we should change it to use the similar approach as the UIManager. UserManager (abstract class) - DummyUserManager (for no real

Re: [Pharo-dev] vm over android

2014-06-18 Thread Jean Baptiste Arnaud
I am really close to finish the android VM, only based on the Unix source (just decorate with less than 20 lines of codes, I need a entry point for the interpreter loop and some convention that cannot change via the android builder). + one graphical plugin and a C file for communicate between

Re: [Pharo-dev] UserManager hierarchy

2014-06-18 Thread Marcus Denker
On 18 Jun 2014, at 14:43, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, most of issues with shrinking to the basic headless image are related to UserManager. Currently UserManager is subclass of DummyUserManager and I really think that we should change it to use the similar

Re: [Pharo-dev] vm over android

2014-06-18 Thread Esteban A. Maringolo
Jean, Can you share what is the intended use of the android vm that you're building? Regards! Esteban A. Maringolo 2014-06-18 9:56 GMT-03:00 Jean Baptiste Arnaud jbaptiste.arn...@gmail.com: I am really close to finish the android VM, only based on the Unix source (just decorate with less

[Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Nicolas Petton
Hi! This is the fifth interview of my colleagues of RMoD, this time I interviewed Guille! You can read the interview here: http://nicolas-petton.fr/blog/interview-guille.html Cheers, Nico -- Nicolas Petton http://nicolas-petton.fr

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Esteban A. Maringolo
I envy the unlimited access to Kwak beer you have there. :) Esteban A. Maringolo 2014-06-18 10:43 GMT-03:00 Nicolas Petton petton.nico...@gmail.com: Hi! This is the fifth interview of my colleagues of RMoD, this time I interviewed Guille! You can read the interview here:

Re: [Pharo-dev] Desktop deployment

2014-06-18 Thread Damien Cassou
On Sat, Jun 14, 2014 at 11:29 AM, Noury Bouraqadi bouraq...@gmail.com wrote: In the chapter on desktop deployment [1], what do the installers do? I'm more specifically interested in the Mac OS one. I guess it builds a .dmg file. What should I provide as input ? sorry, this chapter only

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Clara Allende
I just want to say that I can point one or two argentinians that don't drink mate :P 2014-06-18 15:49 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: I envy the unlimited access to Kwak beer you have there. :) Esteban A. Maringolo 2014-06-18 10:43 GMT-03:00 Nicolas Petton

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread Damien Cassou
On Sat, Jun 14, 2014 at 9:49 PM, kilon alios kilon.al...@gmail.com wrote: a) Even though I can generate the pdf for the First Application chapter. the pdf for the entire book does not generate , instead it errors complaining that it cannot find a png that I added which is where it should be and

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Esteban Lorenzano
traitors! On 18 Jun 2014, at 11:03, Clara Allende clari.alle...@gmail.com wrote: I just want to say that I can point one or two argentinians that don't drink mate :P 2014-06-18 15:49 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: I envy the unlimited access to Kwak beer you have

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Yuriy Tymchuk
But I know one ukrainian that mate :P Uko On 18 Jun 2014, at 16:08, Esteban Lorenzano esteba...@gmail.com wrote: traitors! On 18 Jun 2014, at 11:03, Clara Allende clari.alle...@gmail.com wrote: I just want to say that I can point one or two argentinians that don't drink mate :P

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread kilon alios
Well I just commented out the image that was braking the process so that it does compile the book this is why you see it as fixed. So no the problem is not fixed , just disabled. If you go to the previous commit you will see the problem. I did not add the path of the chapters in the template ,

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread Damien Cassou
On Wed, Jun 18, 2014 at 5:26 PM, kilon alios kilon.al...@gmail.com wrote: Its not a big problem, I just wanted to add at least an image of smalltalkhub. So I will leave this to you to fix it when you find the time and if you want to. please commit so that the build breaks. I will fix it when

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread kilon alios
commited as you commanded ;) Build should fail in a few minutes . By the way there was a build that failed previously for this problem. Its the previous one. On Wed, Jun 18, 2014 at 6:45 PM, Damien Cassou damien.cas...@gmail.com wrote: On Wed, Jun 18, 2014 at 5:26 PM, kilon alios

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread Damien Cassou
On Wed, Jun 18, 2014 at 5:58 PM, kilon alios kilon.al...@gmail.com wrote: commited as you commanded ;) Build should fail in a few minutes . By the way there was a build that failed previously for this problem. Its the previous one. I think I fixed the build (but we have to wait). The fix is

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread p...@highoctane.be
I've been converted in part. Mate gives a decent buzz. Phil On Wed, Jun 18, 2014 at 4:11 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: But I know one ukrainian that mate :P Uko On 18 Jun 2014, at 16:08, Esteban Lorenzano esteba...@gmail.com wrote: traitors! On 18 Jun 2014, at 11:03,

Re: [Pharo-dev] Improving Pharo By Example

2014-06-18 Thread kilon alios
thank you Damien, yes indeed it compiles now. So I was doing it wrong once more :D Sorry for wasting your time, I try to be careful but I make stupid mistakes at times. Will try to be more careful next time. The layout problem still remains though for the Pdf. But I suspect thats a Latex problem.

Re: [Pharo-dev] vm over android

2014-06-18 Thread Hilaire Fernandes
Hi Jean-Baptiste, Dmitry wrote some hook to call the Android Virtual keyboard from the image, and may be some other I forget about. Hilaire Le 18/06/2014 14:56, Jean Baptiste Arnaud a écrit : CogDroid, project is not maintain since 3 or 4 years. But still seems work (just have a completely

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Clara Allende
It's working. We're slowly invading you :P 2014-06-18 18:21 GMT+02:00 p...@highoctane.be p...@highoctane.be: I've been converted in part. Mate gives a decent buzz. Phil On Wed, Jun 18, 2014 at 4:11 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: But I know one ukrainian that mate :P Uko

Re: [Pharo-dev] Interview RMoD #5: Guillermo Polito

2014-06-18 Thread Nicolas Petton
Clara Allende writes: It's working. We're slowly invading you :P Yes it is :) Took me some time to like mate, but now I love it! 2014-06-18 18:21 GMT+02:00 p...@highoctane.be p...@highoctane.be: I've been converted in part. Mate gives a decent buzz. Phil On Wed, Jun 18, 2014 at 4:11