Re: [Pharo-dev] issue with large file path on windows

2015-08-23 Thread Hernán Morales Durand
Nicolai 2015-08-23 8:44 GMT-03:00 Nicolai Hess : > For those who had problems with pharo on windows and github based > repositories, > I built a windows vm with support for long paths: > > > https://drive.google.com/file/d/0B8yEahnuIem2bmxwdzJuUXFxVGM/view?usp=sharing > > > For browsing directori

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Sean P. DeNigris
Tudor Girba-2 wrote > The dependency to Glamour should go through the #stable version Yes, ideally. But stable doesn't contain the fixes I want, and given that the Moose configs have no platform blocks, I assumed that Pharo 5.0-only code would be committed preventing loading in Pharo 4.0. Again, i

Re: [Pharo-dev] Random access to meta repos?

2015-08-23 Thread Thierry Goubier
Le 23/08/2015 22:00, Yuriy Tymchuk a écrit : Thanks Thierry! I’m not completely aware about the issue details, but maybe it makes sense to change something in metacello itself? No, not really, or maybe in a very complex way... The issue is inside Monticello, in the way the Monticello GUI int

Re: [Pharo-dev] Random access to meta repos?

2015-08-23 Thread Yuriy Tymchuk
Thanks Thierry! I’m not completely aware about the issue details, but maybe it makes sense to change something in metacello itself? Uko > On 23 Aug 2015, at 20:26, Thierry Goubier wrote: > > Hi Nicolas, Uko, > > I added an optimisation to gitfiletree which avoids the unnecessary loading > a

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Dimitris Chloupis
yeap it works fine now. The funny thing is that I have a parrot and each time I play your example my parrot signs with your example , actually he syncs his chirps with the chirps of your examples , he is pretty accurate :D On Sun, Aug 23, 2015 at 7:56 PM Merwan Ouddane wrote: > Retry now, I for

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
Thanks :) On 23/08/2015 19:30, stepharo wrote: cool! I blog it. :) Le 23/8/15 16:02, Merwan Ouddane a écrit : Hi, I made a WAV parser, so now we can play music in Pharo :) I made an example using OpenAL's binding from Ronnie. You can try it with this piece of code : Gofer new smal

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread stepharo
cool! I blog it. :) Le 23/8/15 16:02, Merwan Ouddane a écrit : Hi, I made a WAV parser, so now we can play music in Pharo :) I made an example using OpenAL's binding from Ronnie. You can try it with this piece of code : Gofer new smalltalkhubUser: 'MerwanOuddane' project: 'WAVParser

Re: [Pharo-dev] Random access to meta repos?

2015-08-23 Thread Thierry Goubier
Hi Nicolas, Uko, I added an optimisation to gitfiletree which avoids the unnecessary loading all file names. Available on Pharo4 and Pharo5 (development and stable). Thierry Le 23/08/2015 09:08, Nicolas Anquetil a écrit : worse than that last week over a slow connection, I noticed that it

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
On 23/08/2015 18:25, Vincent BLONDEAU wrote: Thanks! It is working better now! Nice tool! Do you plan to add Mp3? (because it is the current format now ;)). Maybe one day ^^ I took WAV because it's a really easy audio format to parse. At least now we do have something working for a common fo

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
Retry now, I forgot to update the configuration On 23/08/2015 18:41, Dimitris Chloupis wrote: it gives me MNU OpenAL class>>isAvailable On Sun, Aug 23, 2015 at 5:56 PM Ben Coman > wrote: On Sun, Aug 23, 2015 at 10:02 PM, Merwan Ouddane mailto:merwanoudd...

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Dimitris Chloupis
it gives me MNU OpenAL class>>isAvailable On Sun, Aug 23, 2015 at 5:56 PM Ben Coman wrote: > On Sun, Aug 23, 2015 at 10:02 PM, Merwan Ouddane > wrote: > > Hi, > > > > I made a WAV parser, so now we can play music in Pharo :) > > > > I made an example using OpenAL's binding from Ronnie. > > > >

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Vincent BLONDEAU
Thanks! It is working better now! Nice tool! Do you plan to add Mp3? (because it is the current format now ;)). Vincent -Message d'origine- De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Merwan Ouddane Envoyé : dimanche 23 août 2015 17:43 À : Pharo Development L

Re: [Pharo-dev] issue with large file path on windows

2015-08-23 Thread Nicolai Hess
And If you want to review the changes: https://github.com/nicolaihess/pharo-vm/compare/master...nicolaihess:win-long-filename 2015-08-23 13:44 GMT+02:00 Nicolai Hess : > For those who had problems with pharo on windows and github based > repositories, > I built a windows vm with support for lon

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Tudor Girba
Then the name is misleading :) The dependency to Glamour should go through the #stable version. This is the one that gets maintained. The blocks inside versions are meant for describing variations between environment versions, but I do not want to go there. Doru On Sun, Aug 23, 2015 at 5:26 PM,

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
Yes you have to download OpenAL for the openAL binding to work :p The name of the dll is OpenAL32.dll On 23/08/2015 17:25, Vincent BLONDEAU wrote: Hi, It does not work under windows.. Should I download a specific .dll ? Cheers, Vincent -Message d'origine- De : Pharo-dev [mailto:phar

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Yuriy Tymchuk
Yes, it works, thanks! > On 23 Aug 2015, at 18:26, Sean P. DeNigris wrote: > > Tudor Girba-2 wrote >> MagritteGlamourForPharo40 should ideally not >> depend on GT-Inspector > > It's purpose is to depend on GT-Inspector :) It's a hack to get a few > enhancements loadable in Pharo 4.0. It seemed

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
Oh yeah, my bad, when they say fileSize, they meant the size of the file - the number of bytes already read ^^' Thanks :) On 23/08/2015 16:55, Ben Coman wrote: On Sun, Aug 23, 2015 at 10:02 PM, Merwan Ouddane wrote: Hi, I made a WAV parser, so now we can play music in Pharo :) I made an exa

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Yuriy Tymchuk
Well, you can do Metacello new baseline: #RenrakuServer; repository: 'github://Uko/Renraku-Server:v1.3.0'; load It depends on VoyageMongo. Uko > On 23 Aug 2015, at 18:11, Sean P. DeNigris wrote: > > Sean P. DeNigris wrote >> I'll take a look this morning > > BTW how

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Sean P. DeNigris
Tudor Girba-2 wrote > MagritteGlamourForPharo40 should ideally not > depend on GT-Inspector It's purpose is to depend on GT-Inspector :) It's a hack to get a few enhancements loadable in Pharo 4.0. It seemed like I had to do it this way because IIUC Glamour has declared subsequent versions with fi

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Vincent BLONDEAU
Hi, It does not work under windows.. Should I download a specific .dll ? Cheers, Vincent -Message d'origine- De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Merwan Ouddane Envoyé : dimanche 23 août 2015 16:02 À : Pharo Development List Objet : [Pharo-dev] WAV su

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Sean P. DeNigris
Sean P. DeNigris wrote > I'll take a look this morning BTW how do I reproduce the error? - Cheers, Sean -- View this message in context: http://forum.world.st/VoyageMongo-Could-not-resolve-GT-Inspector-GT-Inspector-SeanDeNigris-308-tp4845090p4845132.html Sent from the Pharo Smalltalk Devel

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Sean P. DeNigris
Uko2 wrote > Maybe I cannot debug metacello correctly :) but this is what I’ve managed > to come up with. Also there was no issue with loading it 2 days ago. I probably broke it by trying to get the Magritte GT integration enhancements in Pharo 4.0. The baseline of Magritte is broken into several

Re: [Pharo-dev] WAV support in Pharo

2015-08-23 Thread Ben Coman
On Sun, Aug 23, 2015 at 10:02 PM, Merwan Ouddane wrote: > Hi, > > I made a WAV parser, so now we can play music in Pharo :) > > I made an example using OpenAL's binding from Ronnie. > > You can try it with this piece of code : > > Gofer new > smalltalkhubUser: 'MerwanOuddane' project: 'WAV

Re: [Pharo-dev] Monkey validation report statistics

2015-08-23 Thread Ben Coman
They seem like the right priorities. We have a work around to report it manually for now. Just wanted to get the idea on the list while I thought of it. cheers -ben On Sun, Aug 23, 2015 at 6:15 PM, stepharo wrote: > HI ben > > you are right. We are all running like mad. > We are focusing on the

[Pharo-dev] WAV support in Pharo

2015-08-23 Thread Merwan Ouddane
Hi, I made a WAV parser, so now we can play music in Pharo :) I made an example using OpenAL's binding from Ronnie. You can try it with this piece of code : Gofer new smalltalkhubUser: 'MerwanOuddane' project: 'WAVParser'; package: 'ConfigurationOfWAVParser'; load. (Sma

Re: [Pharo-dev] issue with large file path on windows

2015-08-23 Thread stepharo
Thanks for trying to fix this issue! Le 23/8/15 13:44, Nicolai Hess a écrit : For those who had problems with pharo on windows and github based repositories, I built a windows vm with support for long paths: https://drive.google.com/file/d/0B8yEahnuIem2bmxwdzJuUXFxVGM/view?usp=sharing For b

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Ferlicot D. Cyril
Le 23/08/2015 10:08, Yuriy Tymchuk a écrit : > Hi, > > when I load VoyageMongo in Pharo 4, it loads MagritteGlamourForPharo40 > which loads Magritte3 which loads MagritteGlamourForPharo40 which > needs GT-Inspector-SeanDeNigris.308 > from http://www.smalltalkhub.com/mc/Moose/Glamour/main and it is

Re: [Pharo-dev] issue with large file path on windows

2015-08-23 Thread Tudor Girba
This is great news! I had tons of problems last year with that and I did not know what to do about this. Doru On Sun, Aug 23, 2015 at 1:44 PM, Nicolai Hess wrote: > For those who had problems with pharo on windows and github based > repositories, > I built a windows vm with support for long pa

[Pharo-dev] issue with large file path on windows

2015-08-23 Thread Nicolai Hess
For those who had problems with pharo on windows and github based repositories, I built a windows vm with support for long paths: https://drive.google.com/file/d/0B8yEahnuIem2bmxwdzJuUXFxVGM/view?usp=sharing For browsing directories with large paths (FileList or Inspect), you may need one additi

Re: [Pharo-dev] Random access to meta repos?

2015-08-23 Thread Thierry Goubier
Le 23/08/2015 12:14, stepharo a écrit : I think that it is trying to get every information. And yes we would gain all if we can understand this issue. Found it; it's lazy loading the version info of a package. Thierry Le 23/8/15 09:08, Nicolas Anquetil a écrit : worse than that last wee

Re: [Pharo-dev] Monkey validation report statistics

2015-08-23 Thread stepharo
HI ben you are right. We are all running like mad. We are focusing on the bootstrap because guille will leave to brussels end of the month. Esteban is fighting with FFI to get migrating to Spur. But yes this issue is a real one. Stef Le 23/8/15 04:08, Ben Coman a écrit : Is there somewhere th

Re: [Pharo-dev] Confused about libFT2Plugin

2015-08-23 Thread Sven Van Caekenberghe
You are right, Hilaire, the freetype lib does not pull in X11, problem solved, thanks a lot! > On 23 Aug 2015, at 07:40, Hilaire wrote: > > Le 20/08/2015 15:08, Sven Van Caekenberghe a écrit : >> Yes, of course, but isn't that an X11 library that will pull in all of X11 >> and friends on a ser

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Yuriy Tymchuk
Maybe I cannot debug metacello correctly :) but this is what I’ve managed to come up with. Also there was no issue with loading it 2 days ago. Uko > On 23 Aug 2015, at 12:02, Tudor Girba wrote: > > Something is wrong here. MagritteGlamourForPharo40 should ideally not depend > on GT-Inspector

Re: [Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Tudor Girba
Something is wrong here. MagritteGlamourForPharo40 should ideally not depend on GT-Inspector, and GT-Inspector certainly does not reside in the Glamour repo. Cheers, Doru On Sun, Aug 23, 2015 at 10:08 AM, Yuriy Tymchuk wrote: > Hi, > > when I load VoyageMongo in Pharo 4, it loads MagritteGlamo

[Pharo-dev] VoyageMongo "Could not resolve: GT-Inspector [GT-Inspector-SeanDeNigris.308]"

2015-08-23 Thread Yuriy Tymchuk
Hi, when I load VoyageMongo in Pharo 4, it loads MagritteGlamourForPharo40 which loads Magritte3 which loads MagritteGlamourForPharo40 which needs GT-Inspector-SeanDeNigris.308 from http://www.smalltalkhub.com/mc/Moose/Glamour/main and it is

Re: [Pharo-dev] Confused about libFT2Plugin

2015-08-23 Thread Hilaire
Le 20/08/2015 15:08, Sven Van Caekenberghe a écrit : > Yes, of course, but isn't that an X11 library that will pull in all of X11 > and friends on a server that does not need a GUI ? I run all my servers pure > command line, out of principle. Are you sure libfreetype depends on X11? hilaire@pch