[Pharo-project] [update 2.0] #20421

2012-11-27 Thread Marcus Denker
20421 - Issue 7060: New Spec version http://code.google.com/p/pharo/issues/detail?id=7060 Issue 7054: InputEventHandler unregistering should nil the eventFetcher http://code.google.com/p/pharo/issues/detail?id=7054 Issue 7041: remove theme UIThemeStandardSqueak

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Vanessa Peña Araya
Yes, the symlink worked in the end. My problem was that I had one called "libcairo.so.2.11..." and I needed one "libcairo.so" :P Thanks for the help! Vanessa. On 11/27/2012 05:29 PM, Esteban Lorenzano wrote: make a symlink (assuming you are working on linux/mac) where the rest of the plugins

Re: [Pharo-project] a probably stupid question on canvas

2012-11-27 Thread Igor Stasenko
On 27 November 2012 21:51, Stéphane Ducasse wrote: > Hi guys > > I was wondering why we need a separate class named > AlphaBlendingCanvas > Igor can you have a look and depending on your answer I will put it on my > todo list. > well, i think it is there for historical reasons. original m

[Pharo-project] a probably stupid question on canvas

2012-11-27 Thread Stéphane Ducasse
Hi guys I was wondering why we need a separate class named AlphaBlendingCanvas Igor can you have a look and depending on your answer I will put it on my todo list. Stef ?

[Pharo-project] fixed smartcharacters

2012-11-27 Thread Stéphane Ducasse
Hi guys now with this change set the behavior when selected a piece of code is the same with smart char than the default behavior. + ' -> '' '' + ' -> a Stef aligningSmartCharacterToEvent.1.cs Description: Binary data

[Pharo-project] would it be possible to get the sender highlighted when we do senders of?

2012-11-27 Thread Stéphane Ducasse
Hi I noticed that we lost the selection when doing senders of. Any chance to get that back? We will have to address that in 2.0. If somebody can enter a bug entry it would be great… right now in the train with no internet. And I do not want to forget. Stef

[Pharo-project] About keyboard event :(

2012-11-27 Thread Stéphane Ducasse
Hi guys I'm looking for the following information and I do not find it. I thought that I could ask a keyboardEvent for the character I typed in the following case: When I press shift ' I should obtain " self keyValue 39 but Character value: 39 is ' and not double quote self keyCharac

[Pharo-project] Halo fly by help broken: an analysis -> MorphicEventHandler is not initialized

2012-11-27 Thread Stéphane Ducasse
Hi I should add that to the bug entry but I'm in the train.balloonHelpTextForHandle: aHandle "Answer a string providing balloon help for the given halo handle" | itsSelector | aHandle eventHandler firstMouseSelector crLog. itsSelector := aHandle eventHandler firstMouseSelector. itsSelector == #doR

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Camillo Bruni
>> >> https://ci.inria.fr/rmod/job/Athens/ > > hmm.. it asks for login/passwd.. > i've been told that new server(s) has public access.. damn! you're right, let me check the settings: fixed!

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Igor Stasenko
On 27 November 2012 22:19, Camillo Bruni wrote: > > On 2012-11-27, at 17:55, Igor Stasenko wrote: > >> On 27 November 2012 21:46, Vanessa Peña Araya wrote: >>> Hi Esteban, >>> >>> I'm sorry, but I don't understand, which are "the rest of the plugins"? >>> >>> @Dimitri but as far as I understand,

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Igor Stasenko
On 27 November 2012 22:16, Vanessa Peña Araya wrote: > On 11/27/2012 05:55 PM, Igor Stasenko wrote: >> >> On 27 November 2012 21:46, Vanessa Peña Araya >> wrote: >>> >>> Hi Esteban, >>> >>> I'm sorry, but I don't understand, which are "the rest of the plugins"? >>> >>> @Dimitri but as far as I un

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Camillo Bruni
On 2012-11-27, at 17:55, Igor Stasenko wrote: > On 27 November 2012 21:46, Vanessa Peña Araya wrote: >> Hi Esteban, >> >> I'm sorry, but I don't understand, which are "the rest of the plugins"? >> >> @Dimitri but as far as I understand, when I load the ConfigurationOfAthens >> it also load Na

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Vanessa Peña Araya
On 11/27/2012 05:55 PM, Igor Stasenko wrote: On 27 November 2012 21:46, Vanessa Peña Araya wrote: Hi Esteban, I'm sorry, but I don't understand, which are "the rest of the plugins"? @Dimitri but as far as I understand, when I load the ConfigurationOfAthens it also load NativeBoost, am I wrong

Re: [Pharo-project] Combining Regular Monticello with Github/FileTree

2012-11-27 Thread Sven Van Caekenberghe
Dale, Max, It might be that I was using an older filetree version, I am just going to overwrite the git files and commit and see from there. It is good to know that it should work. Thx, Sven On 27 Nov 2012, at 21:58, Dale Henrichs wrote: > Sven, > > When viewing changes from the Monticello

Re: [Pharo-project] Combining Regular Monticello with Github/FileTree

2012-11-27 Thread Dale Henrichs
Sven, When viewing changes from the Monticello Browser, there are certain circumstances when the Browser doesn't recognize that the package in a FileTree repository is an ancestor (I haven't fully characterized this, but I have seen it happen - I think it usually happens when the package in Fil

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Igor Stasenko
On 27 November 2012 21:46, Vanessa Peña Araya wrote: > Hi Esteban, > > I'm sorry, but I don't understand, which are "the rest of the plugins"? > > @Dimitri but as far as I understand, when I load the ConfigurationOfAthens > it also load NativeBoost, am I wrong? I actually have NativeBoost packages

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Vanessa Peña Araya
Hi Esteban, I'm sorry, but I don't understand, which are "the rest of the plugins"? @Dimitri but as far as I understand, when I load the ConfigurationOfAthens it also load NativeBoost, am I wrong? I actually have NativeBoost packages. Thanks, Vanessa. On 11/27/2012 05:29 PM, Esteban Lorenza

Re: [Pharo-project] Combining Regular Monticello with Github/FileTree

2012-11-27 Thread Max Leske
Hi Sven I have a filetree repo for github and do parallel commits to ss3. I don't have any issues with diffing. You can try yourself if you want to: ss3: http://ss3.gemstone.com/ss/FileSystem-Git.html github: https://github.com/dalehenrich/FSGit/tree/experimental Cheers, Max On 27.11.2012, at

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread dimitris chloupis
Excuse my ignorance just realized you already using a Nativeboost CogVM , so please ignore my last comment. However in case you dont know it you still need to load the configuration of nativeboost so it loads all the library of nativeboost that Athens rely on. ___

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Esteban Lorenzano
make a symlink (assuming you are working on linux/mac) where the rest of the plugins are. Esteban On Nov 27, 2012, at 9:19 PM, Vanessa Peña Araya wrote: > Hi Sebastian and Esteban, > > Thanks for replying. I checked and I already have the libcairo2 installed. I > actually can see Roassal wor

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread dimitris chloupis
I am not going to pretend that I am that familiar with Athens code yet, though I try to understand it slow but... Are you sure you are using a Nativeboost CogVM ? I am not even sure Athens suppose to work without it . It means you will need CogVM with Nativeboost plugin (compiled against CogVM

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Vanessa Peña Araya
Hi Sebastian and Esteban, Thanks for replying. I checked and I already have the libcairo2 installed. I actually can see Roassal working with Cairo in VW so I guess that's ok. I use a 32bits Ubuntu. But I still can't make it work :( This error in particular is because the connection with cair

Re: [Pharo-project] just help :)

2012-11-27 Thread dimitris chloupis
I can see now why you took interest in my ideas, seems we are driven by same motives. I want my project to make coding fun again and be a tool to very easily learn programming. I also want to join forces with people trying to achieve similar goals. They dont have to contribute to my code or me t

[Pharo-project] Combining Regular Monticello with Github/FileTree

2012-11-27 Thread Sven Van Caekenberghe
Hi, Before I get too frustrated trying, a quick question: is it possible to combine regular monticello with github/filetree ? I have STON both in ss3 as on github, but it seems I cannot compare my in-image ss3 version with a filetree/github repository on disk: it reports everything as changed

Re: [Pharo-project] just help :)

2012-11-27 Thread Sven Van Caekenberghe
Hi Sebastion, Excellent ! Please go ahead ;-) Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill On 27 Nov 2012, at 19:56, Sebastian Nozzi wrote: >> 2012/11/25 Stéphane Ducasse : >> just help :) > > This is what I would like to get involved in. Hopefully it can benefit

Re: [Pharo-project] GSoC: ARM jitter for Squeak VM

2012-11-27 Thread Eliot Miranda
On Fri, Nov 23, 2012 at 12:56 PM, Carla F. Griggio wrote: > Hello! > I'm copying Lars and Eliot, who worked on this project during the summer, > so maybe they can update everyone on the state of the project. > It is in progress. Lars has completed the code generator and is working on the C calli

[Pharo-project] just help :)

2012-11-27 Thread Sebastian Nozzi
> 2012/11/25 Stéphane Ducasse : > just help :) This is what I would like to get involved in. Hopefully it can benefit the project. In order of personal interest: == 1) Positioning Pharo as THE language to learn programming. With a "fun" touch. Smalltalk is still an excellent language/environme

Re: [Pharo-project] Athens OpenGL backend - what does it mean?

2012-11-27 Thread Sebastian Nozzi
2012/11/25 Stéphane Ducasse : > May be you did not see it but adding polymorph was the first things we did > even if the code was not perfect. No no, I realized the addition of Polymorph. Although it is only now that I am starting to get active in open-source Smalltalk, I have been following it si

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Esteban Lorenzano
be sure to install the 32bits version On Nov 27, 2012, at 5:37 PM, Sebastian Nozzi wrote: > Hello Araya, > > you might still need to install the library for your host operating system. > > See here: > > http://www.pharocasts.com/2012/06/athens-and-native-boost-at-work.html > > For Debian/Ub

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Sebastian Nozzi
Sorry... I meant "Hello Vanessa" ;-) 2012/11/27 Sebastian Nozzi : > Hello Araya,

Re: [Pharo-project] Getting started with Athens

2012-11-27 Thread Sebastian Nozzi
Hello Araya, you might still need to install the library for your host operating system. See here: http://www.pharocasts.com/2012/06/athens-and-native-boost-at-work.html For Debian/Ubuntu systems you would need to do: apt-get install libcairo2 # as root in Debian Or: sudo apt-get install li

[Pharo-project] Getting started with Athens

2012-11-27 Thread Vanessa Peña Araya
Hi, I'm trying to get started with Athens but I'm having the following errors: Pharo 1.4, loaded last version configurationOfAthens: 'failed to get a symbol address: cairo_image_surface_create' I also t

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Sophie Perin
ok Just a little precision: PHARO consortium starts with 2013 calendar year. it is the reason why there is not a real pro rata for 2012 (you have signed on november 2012 but you pay only the global amount for calendar year 2013) But the generals rules starting fron 2013 is : the pro rata amo

Re: [Pharo-project] New Change System

2012-11-27 Thread Ezequiel Lamonica
On 27 November 2012 12:22, Göran Krampe wrote: > On 11/27/2012 11:32 AM, Ezequiel Lamonica wrote: > >> Hi Goran, >> >> We use your idea about "previous" and "post" states of the system for >> every change at the moment that was done. >> Also,the possibility of do redo and undo of every kind of ch

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Norbert Hartl
Am 27.11.2012 um 11:51 schrieb Sophie Perin : > Dear Norbert > > You can pay now but you pay for 2013 calendar year. > > the pro-rata apply and it is calculated only when a compagny joins the > consortium during the calendar year (for example, if a compagny sign the > membership agreement on

[Pharo-project] [update 2.0] #20420

2012-11-27 Thread Marcus Denker
20420 - Issue 7055: Removing the last direct references to Debugger http://code.google.com/p/pharo/issues/detail?id=7055 Issue 7058: bug on compilation http://code.google.com/p/pharo/issues/detail?id=7058 Issue 7045: SystemNavigation>>#allUnimpleme

Re: [Pharo-project] Versioning external packages

2012-11-27 Thread Fernando Olivero
Hi Roberto, in the first case you have to add the methods in a category named: '*MyPackage', then Monticello versions it as an method "extension", a method of you package which is in a class that doesn't belong to your package. OrderedCollection>>myMethodExtension " I'm in a method category st

Re: [Pharo-project] New Change System

2012-11-27 Thread Göran Krampe
On 11/27/2012 11:32 AM, Ezequiel Lamonica wrote: Hi Goran, We use your idea about "previous" and "post" states of the system for every change at the moment that was done. Also,the possibility of do redo and undo of every kind of change. Does your changes have the ability to produce their "anti

Re: [Pharo-project] Versioning external packages

2012-11-27 Thread Sven Van Caekenberghe
Hi Roberto, Yes, of course you can do that. It is called an extension. You have to put such methods in a method category matching your package's name, starting with an asterix, *. You can see those all over the system. For example, String has methods #asZnUrl and #asZnMimeType in a category '*z

[Pharo-project] Versioning external packages

2012-11-27 Thread roberto.mine...@usi.ch
Hi all, I'm using Monticello to version my source code. Suppose this use case: I need to add a message to the OrderedCollection class and I want my message to be versioned within my repository (i.e., when an user downloads my package she also get the new message in the OrderedCollection class

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Sophie Perin
Dear Norbert You can pay now but you pay for 2013 calendar year. the pro-rata apply and it is calculated only when a compagny joins the consortium during the calendar year (for example, if a compagny sign the membership agreement on june 2013) Hope it is clear now for you ? Sophie - M

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Norbert Hartl
Am 27.11.2012 um 10:35 schrieb Stéphane Ducasse : > Norbert > >>> Great!. And being the first is always something special :) Do you think the >>> fees can be transferred already this year? > > We decided to do a pro-rata so that people do not think that we are trying to > steal them and also

Re: [Pharo-project] New Change System

2012-11-27 Thread Ezequiel Lamonica
Hi Goran, We use your idea about "previous" and "post" states of the system for every change at the moment that was done. Also,the possibility of do redo and undo of every kind of change. Then, we track changes from the system announcements instead of monticello packages and we relate every kind

Re: [Pharo-project] What the best way to implement week dictionary cache

2012-11-27 Thread Igor Stasenko
On 27 November 2012 11:11, Denis Kudriashov wrote: >> You could take a look at the WeakDictionary that ships in a standard >> Squeak image, if there isn't already one lying around in Pharo. There >> are several classes using weak references. > > > I will look at squeak stuff. > But my question mor

Re: [Pharo-project] New Change System

2012-11-27 Thread Ezequiel Lamonica
Thanks for your feedback. About the UI, I completely agree and a support to recent messages is a good idea. Thanks! On 22 November 2012 18:18, Torsten Bergmann wrote: > Nice! > > You should disable the "undo" menu on evaluted expressions > since they can not be undone. > > UI need some work (

Re: [Pharo-project] What the best way to implement week dictionary cache

2012-11-27 Thread Denis Kudriashov
> > You could take a look at the WeakDictionary that ships in a standard > Squeak image, if there isn't already one lying around in Pharo. There > are several classes using weak references. > I will look at squeak stuff. But my question more about about conceptual problem: I need week dictionary w

Re: [Pharo-project] What the best way to implement week dictionary cache

2012-11-27 Thread Stéphane Ducasse
did you look at Ghost? Because mariano worked during one year on it. Stef On Nov 27, 2012, at 8:56 AM, Denis Kudriashov wrote: > Hello. > > I want implement cache for proxy objects. > I need some kind of dictionary which I can request for proxy of actual > object. And any user of actual objec

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Stéphane Ducasse
Norbert >> Great!. And being the first is always something special :) Do you think the >> fees can be transferred already this year? We decided to do a pro-rata so that people do not think that we are trying to steal them and also to make sure that everybody can join at any time without thinki

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Stéphane Ducasse
I will ask. On Nov 27, 2012, at 9:56 AM, Norbert Hartl wrote: > > Am 26.11.2012 um 22:01 schrieb Stéphane Ducasse : > >> Hi guys >> >> This is a great day. We got our first pharo consortium contract signed by a >> great >> company: 2Denker :) >> > Great!. And being the first is always somet

Re: [Pharo-project] Got our first pharo consortium contract :)

2012-11-27 Thread Norbert Hartl
Am 26.11.2012 um 22:01 schrieb Stéphane Ducasse : > Hi guys > > This is a great day. We got our first pharo consortium contract signed by a > great > company: 2Denker :) > Great!. And being the first is always something special :) Do you think the fees can be transferred already this year? N

Re: [Pharo-project] Internship

2012-11-27 Thread Stéphane Ducasse
On Nov 26, 2012, at 10:02 AM, Goubier Thierry wrote: > Le 23/11/2012 19:04, Stéphane Ducasse a écrit : >> thierry >> >> we will publish this offer. >> Now did you look at dave mason work on C header parsing. > > Hi Stef, > > no I haven't but I can have a look if you had any pointer. > > I sta

Re: [Pharo-project] What the best way to implement week dictionary cache

2012-11-27 Thread Frank Shearar
On 27 November 2012 07:56, Denis Kudriashov wrote: > Hello. > > I want implement cache for proxy objects. > I need some kind of dictionary which I can request for proxy of actual > object. And any user of actual objects will work with same instances of > proxies. And every proxy object has referen