[Pharo-dev] [pharo-project/pharo-core] dbd690: 40076

2014-07-08 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: dbd690425c1115802a093e934ad52f4a4e0208f5 https://github.com/pharo-project/pharo-core/commit/dbd690425c1115802a093e934ad52f4a4e0208f5 Author: Jenkins Build Server Date: 2014-07-09 (Wed, 09 Jul 2014

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

2014-07-08 Thread GitHub
Branch: refs/tags/40076 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Hilaire
Thanks Sven, It is nice and helpful, I would look at it if I have the opportunity to give a talk about Pharo while in Taiwan this summer. Hilaire Le 08/07/2014 06:21, Sven Van Caekenberghe a écrit : Hi, I have written a new article presenting Pharo using a list of 23 short examples. E

Re: [Pharo-dev] [DEV] Systemd socket activation patch for the VM

2014-07-08 Thread Sebastian Sastre
this is really good! sebastian o/ > On 08/07/2014, at 11:08, Max Leske wrote: > > Hi folks > > As promised a long time ago my colleague Nik Lutz has finalized the patch for > the VM that enables socket activation with Systemd. I will quickly go over > what the patch is supposed to achieve,

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Hernán Morales Durand
I forgot to add each ast allChildren anySatisfy: [ : node | node isCascade ] which in that case, there is no method in the Pharo 3 image. Maybe a package out there... Anyway, who can load all packages? :) Hernán PS: One problem with StackExchange is there are very few smalltalkers registered.

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Hernán Morales Durand
Hello Martin, I have refined the search a little bit, and we have a new winner with Stephane Ducasse as author in annotations. PSMCMergeMorph>>model: aMerger "Set the model and update the window." |grouped sorted| super model: aMerger. grouped := aMerger operations groupB

Re: [Pharo-dev] Suspending a Process

2014-07-08 Thread Eliot Miranda
Hi Nicolai, On Tue, Jul 8, 2014 at 7:19 AM, Nicolai Hess wrote: > I want to create a process doing some work and call #changed on a Morph. > I want to start/suspend/resume or stop this process. > But sometimes, suspending the process locks the UI-Process, > and I don't know why. Did I miss some

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread MartinW
I removed the question, but only after it was already marked to be closed by several people. Their argument was, that the question was "to broad". Once a discussion like this starts on Stackexchange sites there's always a herd behavior that's hard to stop. Can you share the code you used for your

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

2014-07-08 Thread GitHub
Branch: refs/tags/40075 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 85f511: 40075

2014-07-08 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 85f511a2fd31947739978c8b0522b7db8dfb3bb5 https://github.com/pharo-project/pharo-core/commit/85f511a2fd31947739978c8b0522b7db8dfb3bb5 Author: Jenkins Build Server Date: 2014-07-08 (Tue, 08 Jul 2014

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Sven Van Caekenberghe
Hi Paul, On 08 Jul 2014, at 21:33, Paul Davidowitz wrote: > Very nice, except all this could be done in Ruby, also elegantly. > The Smalltalk advantage is the live image, and that's where the focus > should be. I was hoping to get some discussions around this article - there is this sentenc

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread kilon alios
Ruby and Pearl look very ugly to me. Programming languages are primarily personal preference. Pharo advantages to me at least are far more than live image, its live coding which by the way is different from live image, the IDE tools, the factor that is all Pharo objects even when you do assembly

[Pharo-dev] Glorp, DBXTalk and SQLServer

2014-07-08 Thread Torsten Bergmann
Hi, I wanted to play a little bit with Glorp for Pharo. Therefore I installed/created an MSSQL Server database locally using SQLEXPRESS. SQL Server runs locally (127.0.0.1) on standard port 1433 via TCP/IP. Connecting from various DB tools is possible and works. Now in Pharo3.0 Latest update:

[Pharo-dev] [Pharo4] CachingMorph: anyone ever used it?

2014-07-08 Thread Marcus Denker
"This morph can be used to cache the picture of a morph that takes a long time to draw. It should be used with judgement, however, since heavy use of caching can consume large amounts of memory.” It is not used in the image anywhere.

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Paul Davidowitz
Very nice, except all this could be done in Ruby, also elegantly. The Smalltalk advantage is the live image, and that's where the focus should be.

[Pharo-dev] [Pharo4] MatrixTransformMorph: do we need it?

2014-07-08 Thread Marcus Denker
Hi, MatrixTransformMorph "MatrixTransformMorph is similar to TransformMorph but uses a MatrixTransform2x3 instead of a MorphicTransform. It is used by clients who want use the BalloonEngine for vector-based scaling instead of the standard WarpBlt pixel-based mechanism.” As Ballon is outdated

[Pharo-dev] [pharo-project/pharo-core] 618602: 40074

2014-07-08 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 61860204c26b29053fc6366b2179605959240651 https://github.com/pharo-project/pharo-core/commit/61860204c26b29053fc6366b2179605959240651 Author: Jenkins Build Server Date: 2014-07-08 (Tue, 08 Jul 2014

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

2014-07-08 Thread GitHub
Branch: refs/tags/40074 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Pablo R. Digonzelli
Thanks tomorrow will be holliday in my country. I will read tomorrow. Before the semifinal of FIFA world cup. Go Argentina Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 54938

[Pharo-dev] Suspending a Process

2014-07-08 Thread Nicolai Hess
I want to create a process doing some work and call #changed on a Morph. I want to start/suspend/resume or stop this process. But sometimes, suspending the process locks the UI-Process, and I don't know why. Did I miss something or do I have to care when to call suspend? Wrapping the "morph change

Re: [Pharo-dev] ci.inria.fr down?

2014-07-08 Thread Yuriy Tymchuk
Working again On 08 Jul 2014, at 15:42, Yuriy Tymchuk wrote: > It’s not opening for me + downforeveryoneorjustme.com in unaccessible…

[Pharo-dev] ci.inria.fr down?

2014-07-08 Thread Yuriy Tymchuk
It’s not opening for me + downforeveryoneorjustme.com in unaccessible…

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

2014-07-08 Thread GitHub
Branch: refs/tags/40073 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] c479c0: 40073

2014-07-08 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: c479c02db5102a89f2da699e87e4116e548ff777 https://github.com/pharo-project/pharo-core/commit/c479c02db5102a89f2da699e87e4116e548ff777 Author: Jenkins Build Server Date: 2014-07-08 (Tue, 08 Jul 2014

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Sven Van Caekenberghe
On 08 Jul 2014, at 14:18, Max Leske wrote: > Very cool indeed! > > There’s another mistake here: > > Our software development environments should be designed in such a way that > they ***are*** make it easy to read and to write code for day to day tasks, > for those problems that are solved.

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Max Leske
Very cool indeed! There’s another mistake here: Our software development environments should be designed in such a way that they ***are*** make it easy to read and to write code for day to day tasks, for those problems that are solved. Cheers, Max On 08.07.2014, at 00:21, Sven Van Caekenbergh

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

2014-07-08 Thread GitHub
Branch: refs/tags/40072 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 374b04: 40072

2014-07-08 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 374b04abbfb9fdb065e053c9c75a9a62cb82439b https://github.com/pharo-project/pharo-core/commit/374b04abbfb9fdb065e053c9c75a9a62cb82439b Author: Jenkins Build Server Date: 2014-07-08 (Tue, 08 Jul 2014

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Yuriy Tymchuk
On 08 Jul 2014, at 11:08, Frank Shearar wrote: > On 8 July 2014 08:12, Yuriy Tymchuk wrote: >> Sometimes StackExchange-related guys are really stupid… > > That missing contest page has this: "This question was voluntarily > removed by its author.” No, the thing is that I followed discussion w

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Frank Shearar
On 8 July 2014 08:12, Yuriy Tymchuk wrote: > Sometimes StackExchange-related guys are really stupid… That missing contest page has this: "This question was voluntarily removed by its author." frank > Uko

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Sven Van Caekenberghe
On 08 Jul 2014, at 02:45, Guy wrote: > Sven, > I must applaud your enthusiasm and commitment to smalltalk and specifically > Pharo. You are one of the dedicated people developing and enhancing the best > programming language. > > I have been a long time smalltalk aficionado and user but no mo

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread p...@highoctane.be
Super! Le 8 juil. 2014 00:23, "Sven Van Caekenberghe" a écrit : > Hi, > > I have written a new article presenting Pharo using a list of 23 short > examples. > > Elegant Pharo Code > > Beautiful & Powerful One-liners, Expressions and Snippets > > https://medium.com/@svenvc/elegant-pharo-code

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Yuriy Tymchuk
Sometimes StackExchange-related guys are really stupid… I think that we should put this contest in a visible place. And thanks Hernán, I think that it’s also cool that you can search for desired method like that in the image. Uko On 08 Jul 2014, at 09:07, Hernán Morales Durand wrote: > The c

[Pharo-dev] About the *-Settings packages

2014-07-08 Thread Marcus Denker
Hi, The Settings framework is very nice: there are no dependencies to the framework itself anywhere, so you can run with both the Setting Browser and *the framework itself* unloaded. All the settings definitions are in their own packages, so you can even unload *those*. But I wonder if that is

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Hernán Morales Durand
The contest is gone? Anyway, the closest useful method I have found by iterating all ASTs in standard 3.0 image : - Declares arguments - Has assignment - Has sequence - Has blocks with 0 and 2 arguments - Declares temporaries - Has binary messages - Has unary messages - Has keyword messages - Has

[Pharo-dev] Close to 1000 followers on twitter... (>990 right now)

2014-07-08 Thread Marcus Denker
… who will be the 1000th follower? Marcus