[Pharo-dev] [ANN] PharoPro - A support company for Pharo (on the works)

2015-07-09 Thread Esteban Lorenzano
Dear Pharoers and others, As you know, the purpose of the Pharo Consortium is to secure Pharo by taking care about different needs, working on essential infrastructure assets and managing updates. The consortium is also an umbrella so that companies can control the system that they use daily. S

Re: [Pharo-dev] OpenAL bindings.

2015-07-09 Thread Merwan Ouddane
Nice :) Note to the people: lower the volume before starting the video ^^ On Jul 10, 2015 3:52 AM, "Ronie Salgado" wrote: > Hello, > > I made bindings for OpenAL, a 3D audio library. > > Here I made a quick demo: https://youtu.be/0wqbJrfYmU8 > > Next, I will integrate it into Woden. > > Greetings

[Pharo-dev] OpenAL bindings.

2015-07-09 Thread Ronie Salgado
Hello, I made bindings for OpenAL, a 3D audio library. Here I made a quick demo: https://youtu.be/0wqbJrfYmU8 Next, I will integrate it into Woden. Greetings, Ronie

Re: [Pharo-dev] [pharo-project/pharo-core] 20b048: 50162

2015-07-09 Thread Sean P. DeNigris
GitHub wrote > 14310 Renaming a package just by changing upper/lowercase removes the > package > https://pharo.fogbugz.com/f/cases/14310 This is a nasty one. I've been bitten by this twice. I was able to recover the changes, but to a new user this would be horrifying! So... Issue 15935 Back

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Norbert Hartl
> Am 09.07.2015 um 15:45 schrieb Thierry Goubier : > > > > 2015-07-09 15:36 GMT+02:00 Norbert Hartl >: > >> Am 09.07.2015 um 15:27 schrieb Thierry Goubier > >: >> >> Thanks. >> >> I believe there are no options of stat or readlink

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Thierry Goubier
2015-07-09 15:36 GMT+02:00 Norbert Hartl : > > Am 09.07.2015 um 15:27 schrieb Thierry Goubier >: > > Thanks. > > I believe there are no options of stat or readlink that are the same > between linux and mac os X :( > > I like Unix portability ;) > > You mean POSIX? ;) > Who said: what is nice wit

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Norbert Hartl
> Am 09.07.2015 um 15:27 schrieb Thierry Goubier : > > Thanks. > > I believe there are no options of stat or readlink that are the same between > linux and mac os X :( > > I like Unix portability ;) > You mean POSIX? ;) Norbert > > 2015-07-09 14:29 GMT+02:00 Christophe Demarey

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Thierry Goubier
Thanks. I believe there are no options of stat or readlink that are the same between linux and mac os X :( I like Unix portability ;) Thierry 2015-07-09 14:29 GMT+02:00 Christophe Demarey : > The man page lists available options on OS X: > > STAT(1) BSD General Commands Manua

[Pharo-dev] ProportionalLayout indexForInserting: aMorph at: aPoint in: owner missing

2015-07-09 Thread Stephan Eggermont
Why does ProportionalLayout not have an implementation of indexForInserting: aMorph at: aPoint in: owner ? I was trying to drag-and-drop columns and couldn't get them to be reinserted att the right position. Stephan

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Christophe Demarey
The man page lists available options on OS X: STAT(1) BSD General Commands Manual STAT(1) NAME readlink, stat -- display file status SYNOPSIS stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file ...] readlink [-n] [file ...] DESCRIPTI

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Alexandre Bergel
Ok, thanks! Alexandre > On Jul 9, 2015, at 1:46 PM, Thierry Goubier wrote: > > > > 2015-07-09 13:41 GMT+02:00 Alexandre Bergel : > I tried: > > ~/HackathonSattose2015> readlink --help > readlink: illegal option -- - > usage: readlink [-n] [file ...] > ~/HackathonSattose2015> readlink -help

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Thierry Goubier
2015-07-09 13:41 GMT+02:00 Alexandre Bergel : > I tried: > > ~/HackathonSattose2015> readlink --help > readlink: illegal option -- - > usage: readlink [-n] [file ...] > ~/HackathonSattose2015> readlink -help > readlink: illegal option -- h > usage: readlink [-n] [file ...] > ~/HackathonSattose2015

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Alexandre Bergel
I tried: ~/HackathonSattose2015> readlink --help readlink: illegal option -- - usage: readlink [-n] [file ...] ~/HackathonSattose2015> readlink -help readlink: illegal option -- h usage: readlink [-n] [file ...] ~/HackathonSattose2015> readlink -? readlink: illegal option -- ? usage: readlink [-n]

[Pharo-dev] [Issue tracker] reviewing help needed

2015-07-09 Thread Marcus Denker
Hi, We continue to need more people that help reviewing and testing new submissions of both fixes and new features… https://pharo.fogbugz.com/f/filters/45/Review - check if the fix fixed the bug - look a the code: does it look ok? - for

Re: [Pharo-dev] GToolkit loading problem

2015-07-09 Thread Andrei Chis
https://pharo.fogbugz.com/f/cases/15933/Wrong-metacelloPlatformAttributes-for-pharo-5 On Wed, Jul 8, 2015 at 11:54 AM, Esteban Lorenzano wrote: > you need to create one :P > > On 08 Jul 2015, at 11:47, Andrei Chis wrote: > > Is there bug report for this or should I create one? > > cheers, > And

Re: [Pharo-dev] Debugging Spotter previews in Pharo 4

2015-07-09 Thread Andrei Chis
https://pharo.fogbugz.com/f/cases/15932/Backport-15772-to-Pharo-4-spotter-is-undebuggable On Thu, Jul 9, 2015 at 10:32 AM, Andrei Chis wrote: > There is a better fix that also catches and logs Errors. > https://pharo.fogbugz.com/f/cases/15772/spotter-is-undebuggable > > I'll make an issue to bac

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Thierry Goubier
Alexandre, if you had the time, could you give me the output of readlink --help on your computer? Thanks, Thierry 2015-07-09 9:44 GMT+02:00 Alexandre Bergel : > Ok, thanks! > > Alexandre > > > On Jul 8, 2015, at 11:39 PM, Thierry Goubier > wrote: > > > > Le 08/07/2015 23:25, Alexandre Bergel

Re: [Pharo-dev] Debugging Spotter previews in Pharo 4

2015-07-09 Thread Andrei Chis
There is a better fix that also catches and logs Errors. https://pharo.fogbugz.com/f/cases/15772/spotter-is-undebuggable I'll make an issue to back port it to pharo 4 Cheers, Andrei On Thu, Jul 9, 2015 at 10:16 AM, Torsten Bergmann wrote: > Just wanted to share in case someone has the same pro

[Pharo-dev] Debugging Spotter previews in Pharo 4

2015-07-09 Thread Torsten Bergmann
Just wanted to share in case someone has the same problem: In Pharo4.0 Latest update: #40617 when one puts a #halt into a tagged method nothing happens. No debugger - nothing. Also no output on the Transcript. One can fix this easily in GTSpotterPreviewBrick>>updatePreviewWith: by replacing E

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

2015-07-09 Thread GitHub
Branch: refs/tags/50162 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 20b048: 50162

2015-07-09 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 20b048a48f156733c427506d50aa4cc20df2e57b https://github.com/pharo-project/pharo-core/commit/20b048a48f156733c427506d50aa4cc20df2e57b Author: Jenkins Build Server Date: 2015-07-09 (Thu, 09 Jul 2015

Re: [Pharo-dev] merging in a filetree repository

2015-07-09 Thread Alexandre Bergel
Ok, thanks! Alexandre > On Jul 8, 2015, at 11:39 PM, Thierry Goubier > wrote: > > Le 08/07/2015 23:25, Alexandre Bergel a écrit : >> Thanks Thierry. Seems to work. But I get this error: >> >> ~/HackathonSattose2015> git merge master >> readlink: illegal option -- e >> usage: readlink [-n] [fi

Re: [Pharo-dev] Rubic is getting more and more lowlevel

2015-07-09 Thread stepharo
We will replace the PluggableTexMorph uses by Spec Normally this should be transparent to the user. PluggableTextMorph should get out. Stef Le 9/7/15 09:02, Hernán Morales Durand a écrit : Hi Stef, 2015-07-07 16:15 GMT-03:00 stepharo >: Hi Pavel Rubric will

Re: [Pharo-dev] Rubic is getting more and more lowlevel

2015-07-09 Thread Peter Uhnák
Spec has in theory independent API, so someone will have to write a new adapter for Rubric. On the other hand TextModel is internally relying on Morphic change mechanisms too much (it's indirect, but still) ... so it could help streamline the code more. Peter On Thu, Jul 9, 2015 at 9:02 AM, Herná

Re: [Pharo-dev] Rubic is getting more and more lowlevel

2015-07-09 Thread Hernán Morales Durand
Hi Stef, 2015-07-07 16:15 GMT-03:00 stepharo : > Hi Pavel > > Rubric will replace the PluggableTextMorph and friends. So it is at the > same level. > This will impact Spec? Hernán