Re: [Pharo-dev] Pharo magic

2013-12-07 Thread Stéphane Ducasse
On Dec 7, 2013, at 12:23 AM, Nicolai Hess nicolaih...@web.de wrote: This seems to be a good place to introduce myself. My Name is Nicolai Hess, I follow the squeak (and pharo) community for some years (~10). (Not as an *active* member in that time, but a little bit more the last days:-)

Re: [Pharo-dev] Pharo magic

2013-12-07 Thread Marcus Denker
On 07 Dec 2013, at 00:24, Nicolai Hess nicolaih...@web.de wrote: This seems to be a good place to introduce myself. Welcome! My Name is Nicolai Hess, I follow the squeak (and pharo) community for some years (~10). (Not as an *active* member in that time, but a little bit more the last

Re: [Pharo-dev] Pharo magic

2013-12-07 Thread kilon alios
Welcome Nicolai. Actually small contributions is what most open source projects are made of since the majority of people don't have the luxury of free time or the motivation to contribute big chunks of code. But as It has been said it makes a huge difference because when you count in the amount

[Pharo-dev] [pharo-project/pharo-core] 83e8a2: 30629

2013-12-07 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 83e8a236eaaec97b899b6ae11a98cf39ce2c7695 https://github.com/pharo-project/pharo-core/commit/83e8a236eaaec97b899b6ae11a98cf39ce2c7695 Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2013-12-07 Thread GitHub
Branch: refs/tags/30629 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Smalltalk in a C World

2013-12-07 Thread kilon alios
Pharo can already communicate natively with objective C and all its libraries via Nativeboost. An example is Mars on Pharo. http://marsonpharo.wordpress.com/ Nativeboost of course can communicate with C and it even offers an inline Assembler so you can go down to bare metal having all the speed

Re: [Pharo-dev] Using TreeModelselectAll

2013-12-07 Thread Benjamin
roots := #(1 2 3) collect: [ :e | TreeNodeModel new content: e ; yourself ]. TreeModel new roots: roots; multiSelection: true; openWithSpec. roots third selected: true; takeHighlight Ben On 07 Dec 2013, at 05:44, Martin Dias tinchod...@gmail.com wrote: ouch! thanks Ben.

Re: [Pharo-dev] Pharo magic

2013-12-07 Thread Sebastian Sastre
That's actually great advice coming from a time-tested source :D On Dec 7, 2013, at 6:38 AM, kilon alios kilon.al...@gmail.com wrote: Welcome Nicolai. Actually small contributions is what most open source projects are made of since the majority of people don't have the luxury of free

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

2013-12-07 Thread GitHub
Branch: refs/tags/30630 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 70150f: 30630

2013-12-07 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 70150f94f080ddeb4d25f9770e7c1fd5d0a7e6e0 https://github.com/pharo-project/pharo-core/commit/70150f94f080ddeb4d25f9770e7c1fd5d0a7e6e0 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Committing slices to Pharo30Inbox still doesn't work for me

2013-12-07 Thread Marcus Denker
It should be noted that until now, nobody did anything. On 05 Dec 2013, at 08:10, Marcus Denker marcus.den...@inria.fr wrote: It would be nice if someone else but me could do this… small things like this can suck away *all* time if only one person does them. (and no, I *never* had

Re: [Pharo-dev] Pharo magic

2013-12-07 Thread Alexandre Bergel
Yes, this is great! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Dec 6, 2013, at 3:05 PM, Torsten Bergmann asta...@gmx.de wrote: Maybe others noticed the same: - the numbers of

[Pharo-dev] Voronoi diagram

2013-12-07 Thread Natalia Tymchuk
Hello. I started implementing visualization of Voronoi diagrams and I need to do a lot of operations on the lines and polygons. I have some questions: Is it implemented somewhere? Did somebody do something with the Voronoi diagrams? Best regards, Natalia

Re: [Pharo-dev] Voronoi diagram

2013-12-07 Thread Hernán Morales Durand
Check this out http://www.smalltalkhub.com/#!/~goonsh/Voronoi-2d-Diagram http://www.squeaksource.com/VoronoiDiagram.html There is also an old package implementing Voronoi diagrams also, I can have a look if you those are not enough for your needs. Cheers Hernán El 07/12/2013 13:59, Natalia

[Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Hernán Morales Durand
Is there a specific reason why this was not implemented? Is someone working on this? See the Perl Package Manager for example. When you launch it, takes some time to update but each item displays the Details and you have an Abstract colum. Cheers, Hernán

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Stéphane Ducasse
On Dec 7, 2013, at 8:44 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Is there a specific reason why this was not implemented? Is someone working on this? We added catalog metadata to configuration now - the tools should take into account about that - people

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Benjamin
Cool :) I started to think about a nice Pharo app store since a while :P I should give a try soon then Ben On 07 Dec 2013, at 20:52, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Dec 7, 2013, at 8:44 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Is there a specific

[Pharo-dev] Pharo 3 package dependencies visualization

2013-12-07 Thread Hernán Morales Durand
You could be interested in viewing some circular dependencies (red lines) in Pharo 3 generated with GraphViz/PackageDependencies using http://www.smalltalkhub.com/#!/~hernan/GraphViz https://drive.google.com/file/d/0B7XMfmjGRcXASHB1c2xLSFdLR2s/edit?usp=sharing downloaded with $ wget -O-

Re: [Pharo-dev] [Nautilus] How to copy a method from a class to another class ?

2013-12-07 Thread Benjamin
drag and drop them holding shift (you should see a little red “+”) Ben On 07 Dec 2013, at 22:15, kilon alios kilon.al...@gmail.com wrote: Hey there I was wondering how to copy a couple of methods I have from one class to another. I can't find anything that can do this from right clicking

Re: [Pharo-dev] [Nautilus] How to copy a method from a class to another class ?

2013-12-07 Thread kilon alios
thanks. Is there any chance this will make it into the right click menu ? Looks like quite essential to me. Also it would make it unnecessary to open a new nautilus window for the shake of copying to an another package. On Sat, Dec 7, 2013 at 11:26 PM, Benjamin

Re: [Pharo-dev] Pharo 3 package dependencies visualization

2013-12-07 Thread Frank Shearar
On 7 December 2013 20:21, Hernán Morales Durand hernan.mora...@gmail.com wrote: You could be interested in viewing some circular dependencies (red lines) in Pharo 3 generated with GraphViz/PackageDependencies using http://www.smalltalkhub.com/#!/~hernan/GraphViz

Re: [Pharo-dev] [Nautilus] How to copy a method from a class to another class ?

2013-12-07 Thread Benjamin
Was not plan, but if someone propose a slice, it will get in :P Ben On 07 Dec 2013, at 22:53, kilon alios kilon.al...@gmail.com wrote: thanks. Is there any chance this will make it into the right click menu ? Looks like quite essential to me. Also it would make it unnecessary to open a new

Re: [Pharo-dev] [Nautilus] How to copy a method from a class to another class ?

2013-12-07 Thread kilon alios
Check Mate in 2 moves. Well played my friend, well played. Ok I will bite , how I figure out the right click menu and the copy function ? Which classes and methods should I look at ? Help me understand and Santa Clause will bring the slice down your chimney. On Sun, Dec 8, 2013 at 12:11 AM,

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Sven Van Caekenberghe
On 07 Dec 2013, at 20:52, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Dec 7, 2013, at 8:44 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Is there a specific reason why this was not implemented? Is someone working on this? We added catalog metadata to

[Pharo-dev] [pharo-project/pharo-core] 6deb0d: 30631

2013-12-07 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 6deb0de96d9d1651373c4283817431e312f51d24 https://github.com/pharo-project/pharo-core/commit/6deb0de96d9d1651373c4283817431e312f51d24 Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2013-12-07 Thread GitHub
Branch: refs/tags/30631 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Hernán Morales Durand
Ok. I am taking a look now, still trying to figure out how Spec manage the layout offsets. Should I commit changes as a Slice in http://smalltalkhub.com/mc/Pharo/Pharo30Inbox/main ? Hernán 2013/12/7 Stéphane Ducasse stephane.duca...@inria.fr On Dec 7, 2013, at 8:44 PM, Hernán Morales Durand

Re: [Pharo-dev] Pharo 3 package dependencies visualization

2013-12-07 Thread Hernán Morales Durand
Hi Frank, I just removed the Kernel from the package list on purpose because it would be confusing with too many lines around. Anyway you can include it if you like, this is the script to generate the graph: | packages all allNames | packages := #('AST' 'Announcements' 'AsmJit' 'Athens' 'Balloon'

Re: [Pharo-dev] Using TreeModelselectAll

2013-12-07 Thread Martin Dias
aha! thanks Martín On Sat, Dec 7, 2013 at 10:33 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: roots := #(1 2 3) collect: [ :e | TreeNodeModel new content: e ; yourself ]. TreeModel new roots: roots; multiSelection: true; openWithSpec. roots third selected: true;

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

2013-12-07 Thread GitHub
Branch: refs/tags/30632 Home: https://github.com/pharo-project/pharo-core