Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Yuriy Tymchuk
Now, who is creative enough to add “dynamic array” (one with curly braces) and temporaries in a block to the original thing: exampleWithNumber: x | y | true false not (nil isNil) ifFalse: [self halt]. y := self size + super size. #($a #a a 1 1.0) do: [ :each |

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Yuriy Tymchuk
It’s hard for me to agree with you. Pharo’s compact syntax is one of main features for me. Because in all other languages there was a time when I encountered some unknown constructs even after a year of usage. In Pharo you just have to learn syntax from postcard, and then if you want to know

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Damien Cassou
On Tue, Jun 17, 2014 at 9:32 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Now, who is creative enough to add dynamic array (one with curly braces) and temporaries in a block to the original thing: the postcard on our Pharo slides has a bit more (see slide 34):

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Yuriy Tymchuk
On 17 Jun 2014, at 10:07, Damien Cassou damien.cas...@gmail.com wrote: On Tue, Jun 17, 2014 at 9:32 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Now, who is creative enough to add dynamic array (one with curly braces) and temporaries in a block to the original thing: the postcard on our

Re: [Pharo-dev] Using ZnLogEvents to build a live updating requests per second monitor for an HTTP server

2014-06-17 Thread Norbert Hartl
Sven, this is a nice example and the video is great. It shows again what we can do if we model problem domains properly. I really need to have a look at your and Doru’s code. well done, Norbert Am 16.06.2014 um 17:29 schrieb Sven Van Caekenberghe s...@stfx.eu: Hi, Here is a concrete

Re: [Pharo-dev] [Moose-dev] CodeCity and Spec

2014-06-17 Thread Yuriy Tymchuk
Are there any examples how to use it? I’m not a Spec guru, so any snipers are useful :) Uko On 13 Jun 2014, at 14:34, Johan Fabry jfa...@dcc.uchile.cl wrote: Hola, AFAIK there are no plans for that. Maybe there is an alternative: there is a Roassal2 adaptor for Spec, Roassal2Spec

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Nicolai Hess
2014-06-17 10:07 GMT+02:00 Damien Cassou damien.cas...@gmail.com: On Tue, Jun 17, 2014 at 9:32 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Now, who is creative enough to add dynamic array (one with curly braces) and temporaries in a block to the original thing: the postcard on our

[Pharo-dev] Swapping morph in MorphicGenericAdapter

2014-06-17 Thread Yuriy Tymchuk
Hi, I’m still trying to integrate CodeCity into Spec. I know how to get a Morph and I know that I can use asSpecAdapter on morph, but I need to change the morph dynamically once widget in displayed. I thought about instantiating MorphicGenericAdapter from scratch and then swapping it’s morph,

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Yuriy Tymchuk
I think that this is an issue of auto changing quotes to open and close. And something was just copied :) On 17 Jun 2014, at 10:55, Nicolai Hess nicolaih...@web.de wrote: 2014-06-17 10:07 GMT+02:00 Damien Cassou damien.cas...@gmail.com: On Tue, Jun 17, 2014 at 9:32 AM, Yuriy Tymchuk

Re: [Pharo-dev] [Moose-dev] CodeCity and Spec

2014-06-17 Thread Benjamin
From what I remember, it was something like: RoassalModel new script: [ :view :canvas | my roassal stuff ]; openWithSpec Or you can then embed it as any other spec model Ben On 17 Jun 2014, at 10:27, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Are there

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Sven Van Caekenberghe
On 17 Jun 2014, at 10:04, Yuriy Tymchuk yuriy.tymc...@me.com wrote: It’s hard for me to agree with you. Pharo’s compact syntax is one of main features for me. Because in all other languages there was a time when I encountered some unknown constructs even after a year of usage. In Pharo you

[Pharo-dev] Survey: outdated slices

2014-06-17 Thread Martin Dias
Hello dear Pharo community, I'm looking for fogbugz issues where a slice that was ready to be integrated became outdated because of other issues that were integrated before. In other words: the author of a slice writes it in Pharo-30XXX. Then, a responsible of integration wants to merge it in a

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

2014-06-17 Thread stepharo
I had troubles myself seeing how this can contribute to SystemLogger. It looks a lot like „I don’t like yours here is mine“. But if you remember that is the same reason why you've started SystemLogger. no I started SystemLogger because - it should log objects - it should be the

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

2014-06-17 Thread Sven Van Caekenberghe
On 17 Jun 2014, at 16:37, stepharo steph...@free.fr wrote: I do not understand why log should be announcement. Especially since log: is in Object in SystemLogger. Being an Announcement is not a requirement to me, it is a delivery mechanism. Log event objects should be anything, as defined by

Re: [Pharo-dev] meeting today?

2014-06-17 Thread Norbert Hartl
Esteban wrote a mail that it has been canceled again and he don’t knows why. He’ll create a new one in half an hour and then we can meet. Btw. The hangout is for the consortium. So it might be better not to send such inquiries to the usual mailing lists. Norbert Am 17.06.2014 um 17:06 schrieb

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

2014-06-17 Thread Norbert Hartl
Stef, Am 17.06.2014 um 16:37 schrieb stepharo steph...@free.fr: I do not understand why log should be announcement. Especially since log: is in Object in SystemLogger. But I will not talk about this topic anymore because I felt insulted. Doru like do not expect that people wants to join

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

2014-06-17 Thread Norbert Hartl
Am 17.06.2014 um 17:02 schrieb Sven Van Caekenberghe s...@stfx.eu: On 17 Jun 2014, at 16:37, stepharo steph...@free.fr wrote: I do not understand why log should be announcement. Especially since log: is in Object in SystemLogger. Being an Announcement is not a requirement to me, it is

Re: [Pharo-dev] Survey: outdated slices

2014-06-17 Thread Martin Dias
On Tue, Jun 17, 2014 at 3:39 PM, Martin Dias tinchod...@gmail.com wrote: Hello dear Pharo community, I'm looking for fogbugz issues where a slice that was ready to be integrated became outdated because of other issues that were integrated before. In other words: the author of a slice

Re: [Pharo-dev] Survey: outdated slices

2014-06-17 Thread Stephan Eggermont
Not integrated yet, but this one was for 3.0. https://pharo.fogbugz.com/default.asp?13167#103360 Stephan

Re: [Pharo-dev] ConfigurationOfSandstoneDB?

2014-06-17 Thread Stephan Eggermont
The official repo is: MCHttpRepository location: 'http://smalltalkhub.com/mc/gnaritas/SandstoneDb/main' user: '' password: '' Last change was a year ago, so it might need some changes. Stephan

Re: [Pharo-dev] Spur Squeak Trunk Image Available

2014-06-17 Thread Eliot Miranda
On Tue, Jun 17, 2014 at 10:29 AM, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Philippe, On Tue, Jun 17, 2014 at 1:03 AM, Philippe Marschall philippe.marsch...@netcetera.ch wrote: On 13.06.14 01:41, Eliot Miranda wrote: Hi All, it gives me great pleasure to let you know

Re: [Pharo-dev] Survey: outdated slices

2014-06-17 Thread Martin Dias
Thanks, Stephan! On Tue, Jun 17, 2014 at 7:12 PM, Stephan Eggermont step...@stack.nl wrote: Not integrated yet, but this one was for 3.0. https://pharo.fogbugz.com/default.asp?13167#103360 Stephan

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-17 Thread Eliot Miranda
On Tue, Jun 17, 2014 at 12:32 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Now, who is creative enough to add “dynamic array” (one with curly braces) and temporaries in a block to the original thing: Don't forget a block array literal, a pragma, a long binary selector and thisContext.

[Pharo-dev] prepared inclusion of OSWindow

2014-06-17 Thread stepharo
Hi Igor and Ronie following igor advice I'm preparing to integration OSWindow in Pharo. I copied all the packages to Pharo/OSWindow. Now to fully work I imagine that SDL2 should be linked to the VM so that it can work. I need to know which package make sense to be loaded I imagine that

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

2014-06-17 Thread Tudor Girba
Hi Stef, On Tue, Jun 17, 2014 at 4:37 PM, stepharo steph...@free.fr wrote: I do not understand why log should be announcement. Especially since log: is in Object in SystemLogger. The Log class is a carrier for the message object. The Log class is essentially doing the same thing Announcement

Re: [Pharo-dev] ConfigurationOfSandstoneDB?

2014-06-17 Thread Udo Schneider
On 17.06.14 19:17, Stephan Eggermont wrote: The official repo is: That's the repo I'm using manually at the moment. Last change was a year ago, so it might need some changes. Yep - I needed to fix some FileSystem calls. Also it seems the original configuration got lost over time. I think I'll

[Pharo-dev] special meaning of keystroke Ctrl+D

2014-06-17 Thread Nicolai Hess
Someone knows for why this is needed: KeyboardEvent#hasSpecialCTRLKeyValue 4 - Character end 1 - Character home ^ self controlKeyPressed and: [ keyValue = 26 (keyValue ~= 4) (keyValue ~= 1) ] I know that the Ctrl-Key changes some keyvalues and so, the keycharacters have to be

Re: [Pharo-dev] ConfigurationOfSandstoneDB?

2014-06-17 Thread stepharo
Hi MetacelloRepository is not read-only. Everybody can post there. We should just be logged. And now there is even a public area. Now did you check if the SandstoneBD repository contains a more recent configurationOf? Stef All, I'm searching for an up-to-date version of

Re: [Pharo-dev] ConfigurationOfSandstoneDB?

2014-06-17 Thread stepharo
On 17/6/14 22:29, Udo Schneider wrote: On 17.06.14 19:17, Stephan Eggermont wrote: The official repo is: That's the repo I'm using manually at the moment. Last change was a year ago, so it might need some changes. Yep - I needed to fix some FileSystem calls. Also it seems the original

[Pharo-dev] Do we need SourceWebBrowser in the image?

2014-06-17 Thread stepharo
this is a browser opening the result of one get: on a url in a workspace. Stef

Re: [Pharo-dev] prepared inclusion of OSWindow

2014-06-17 Thread Ronie Salgado
Hi Stef We don't need OSWindow-X11. I am keeping it for history purpose. It is also unmaintained. indicates package: 'NBXLib-Core'; and I wonder why Oops, my mistake. A copy pasta. I am waiting for the inclusion to perform more testing and repairing the bugs present in Windows. Best

Re: [Pharo-dev] Do we need SourceWebBrowser in the image?

2014-06-17 Thread Tudor Girba
I do not see why we would need this class at all. Certainly not in the image. Doru On Tue, Jun 17, 2014 at 10:45 PM, stepharo steph...@free.fr wrote: this is a browser opening the result of one get: on a url in a workspace. Stef -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] Performance for Video Games(Woden Video)

2014-06-17 Thread Ronie Salgado
using OSWindow and SDL2, I suppose? Yes, I am. how can I play with that? In the video description a put a link to my page of OSWindow, in which I have an outdated Woden image. Using Monticello with that image it should be possible to use the latest version. I think its awesome that you try

Re: [Pharo-dev] Do we need SourceWebBrowser in the image?

2014-06-17 Thread Sven Van Caekenberghe
I suspect the idea is that it can function as a fallback for opening an external browser on a URL. On 17 Jun 2014, at 22:49, Tudor Girba tu...@tudorgirba.com wrote: I do not see why we would need this class at all. Certainly not in the image. Doru On Tue, Jun 17, 2014 at 10:45 PM,

[Pharo-dev] zip filesystem test cases?

2014-06-17 Thread Tudor Girba
Hi, I am looking into how to fix the Zip FileSystem: https://pharo.fogbugz.com/f/cases/12826/Zip-FileSystem-does-not-work Has any of you ever used it before? Also, Camillo mentioned that he saw some test cases, but I could not find any (I also checked in the repo of Lukas). Does any of you have