Re: [Pharo-dev] Streaming over a UTF-8 encoded file using upToAll:

2017-12-31 Thread Stephane Ducasse
Thanks for the submission we will check. On Sun, Dec 31, 2017 at 4:26 PM, Bernhard Pieber wrote: > Hi Henrik, > > Thanks for the fix. I just saw it today. In the meantime I have created a > pull request with another fix. To be honest, I have just taken the working >

Re: [Pharo-dev] Best wishes for 2018

2017-12-31 Thread Stephane Ducasse
you too :) On Mon, Jan 1, 2018 at 12:15 AM, Cyril Ferlicot wrote: > > On ven. 29 déc. 2017 at 09:40, Torsten Bergmann wrote: >> >> Only a few days left for 2017. Thanks to all who helped shaping Pharos >> future. >> May the lighthouse be with you in

Re: [Pharo-dev] Best wishes for 2018

2017-12-31 Thread Cyril Ferlicot
On ven. 29 déc. 2017 at 09:40, Torsten Bergmann wrote: > Only a few days left for 2017. Thanks to all who helped shaping Pharos > future. > May the lighthouse be with you in 2018 as well: > > World backgroundImage: > (ZnEasy > getJpeg: '

Re: [Pharo-dev] Simple game framework

2017-12-31 Thread Stephane Ducasse
Hi hilaire Some students at Prague are working on different 2D games with Bloc and this is working. Some did a sokoban, other a miner (check on pharo weekly). They use Bloc and I will ask them to make public their code. No need for SDL. SDL is ***low level***. Now modeling the board and

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Stephane Ducasse
Well, do NOT rely on them on Sierra. I can crash such VM while typing code. They have two issues: - typing - freeType I removed the freeType plugin to be able to work on my machine but this is clearly not a solution. Now crashing every 20 min when typing code is not something that we can claim is

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Stephane Ducasse
On Sun, Dec 31, 2017 at 12:55 PM, Stephan Eggermont wrote: > Denis Kudriashov > wrote: >> Hi Bernhard. >> >> The deprecation is still in progress. > > Considering the amount of non-image code using this, I would be interested > to hear how this is going to

Re: [Pharo-dev] New Year Wishlist (2018) ?

2017-12-31 Thread Stephane Ducasse
Tx Stephan I have too many dreams :) so I will have to prioritize but let's the first three :). Stef On Sun, Dec 31, 2017 at 12:58 PM, Stephan Eggermont wrote: > Esteban Lorenzano > wrote: >> Hi everybody, >> >> This looks like a good moment of the year

Re: [Pharo-dev] [Pharo-users] Best wishes for 2018

2017-12-31 Thread Stephane Ducasse
:) I like this kind of metrics :) I want more of them :) I wish everybody lot of success and business. Stef On Sun, Dec 31, 2017 at 2:18 PM, Norbert Hartl wrote: > I want to second that. It has been another amazing year for pharo. And I > think things have changed

[Pharo-dev] FreeCell resurrection

2017-12-31 Thread Pavel Krivanek
Hi, I fixed the old FreeCell code from Squeak to be able to run on Pharo 6 and 7. Repository: https://github.com/pavel-krivanek/FreeCell How to load: Metacello new baseline: 'FreeCell'; repository: 'github://pavel-krivanek/FreeCell/src'; load. How to run: FreeCell open. Cheers, --

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Bernhard Pieber
IIUC that means that a stream implementation compatible with the standard streams cannot be implemented on top of the new streams, right? What is the plan about #upToAll:, #match: and similar messages which are very useful for parsing? Where should they go? Bernhard > Am 31.12.2017 um 17:07

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Sven Van Caekenberghe
> On 31 Dec 2017, at 16:21, Bernhard Pieber wrote: > > Hi Sven, > > Thanks for the answer. This is exactly what I was looking for. And it is > great that there is also documentation. > > However, ZnCharacterReadStream does not implement #upToAll:. The > implementation

Re: [Pharo-dev] Pharo 7 crash on Mac

2017-12-31 Thread Bernhard Pieber
Hi Stef, I feel your pain! Especially for the stable version (6.1) this is very unfortunate. I hope the problems are gone with the new VMs Esteban will release. Happy New Year! Bernhard > Am 30.12.2017 um 17:57 schrieb Stephane Ducasse : > > Hi bernhard > > I can

Re: [Pharo-dev] Streaming over a UTF-8 encoded file using upToAll:

2017-12-31 Thread Bernhard Pieber
Hi Henrik, Thanks for the fix. I just saw it today. In the meantime I have created a pull request with another fix. To be honest, I have just taken the working implementation from Squeak: https://github.com/pharo-project/pharo/pull/632 Alas, the CI check failed for some reason I don't

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Bernhard Pieber
Hi Esteban, Thanks for the detailed explanation and for the VMs, too? ;-) Happy New Year! Bernhard > Am 31.12.2017 um 16:02 schrieb Esteban Lorenzano : > > > >> On 31 Dec 2017, at 16:00, Esteban Lorenzano wrote: >> >> >> >>> On 31 Dec 2017, at

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Bernhard Pieber
Hi Sven, Thanks for the answer. This is exactly what I was looking for. And it is great that there is also documentation. However, ZnCharacterReadStream does not implement #upToAll:. The implementation from PositionableStream cannot easily be borrowed because there seems to be no way to reset

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Esteban Lorenzano
yes, they are compatible. > On 31 Dec 2017, at 16:03, Sean P. DeNigris wrote: > > EstebanLM wrote >> wget -O- get.pharo.org/vmLatest70 http://get.pharo.org/vmLatest70; >> | bash >> wget -O- get.pharo.org/64/vmLatest70 >> http://get.pharo.org/vmLatest70; | bash > >

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Sean P. DeNigris
EstebanLM wrote > wget -O- get.pharo.org/vmLatest70 http://get.pharo.org/vmLatest70; > | bash > wget -O- get.pharo.org/64/vmLatest70 > http://get.pharo.org/vmLatest70; | bash Thanks! Are those definitely compatible with Pharo 6.1 or is it important to …/vmLatest61 in that case? - Cheers,

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Bernhard Pieber
Hi Stef, Thank you for your answer pointing me to the ZnCharacter...Stream. This seems to be meant as the replacement I was looking for. I will have a closer look. Bernhard > Am 30.12.2017 um 17:35 schrieb Stephane Ducasse : > > Hi Bernhard > > Have a look at how

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Esteban Lorenzano
> On 31 Dec 2017, at 16:00, Esteban Lorenzano wrote: > > > >> On 31 Dec 2017, at 15:59, Esteban Lorenzano wrote: >> >> yes. >> and I will promote them to stable this month. > bah, not this month but january ;) ah, maybe is confusing, heh… yes,

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Bernhard Pieber
Hi Denis, Thank you for your answer. However, setting the UTF8TextConverter did not help because of a bug in upToAll:. I created a pull request to fix it: https://github.com/pharo-project/pharo/pull/632 I am afraid the CI failed for some reason I don't understand. :-/ The UTF8TextConverter was

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Esteban Lorenzano
> On 31 Dec 2017, at 15:59, Esteban Lorenzano wrote: > > yes. > and I will promote them to stable this month. bah, not this month but january ;) > >> On 31 Dec 2017, at 15:56, Bernhard Pieber wrote: >> >> These are not for production, right? >> >>

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Esteban Lorenzano
yes. and I will promote them to stable this month. > On 31 Dec 2017, at 15:56, Bernhard Pieber wrote: > > These are not for production, right? > > Bernhard > >> Am 31.12.2017 um 11:58 schrieb Esteban Lorenzano : >> >> wget -O-

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Bernhard Pieber
These are not for production, right? Bernhard > Am 31.12.2017 um 11:58 schrieb Esteban Lorenzano : > > wget -O- get.pharo.org/vmLatest70 | bash > wget -O- get.pharo.org/64/vmLatest70 | bash > > Esteban > >> On 31 Dec 2017, at 11:48, Sean P. DeNigris

Re: [Pharo-dev] Simple game framework

2017-12-31 Thread Hilaire
I am *exploring* if Pharo will be suitable to have a simple programming environment to let kids write simple 2D games, SDL was designed for that. Some of my students asked me about programming games, Smalltalk way of writing code will be neat, but the environment need to be accessible and not

Re: [Pharo-dev] [Pharo-users] Best wishes for 2018

2017-12-31 Thread Norbert Hartl
I want to second that. It has been another amazing year for pharo. And I think things have changed significantly. So 2018 should be really great! I matched my personal not-to-serious goal # ps aux | grep pharo | wc -l 59 So I have 59 pharo images in production. Next step will be to exceed 100

Re: [Pharo-dev] [Pharo-users] Best wishes for 2018

2017-12-31 Thread Norbert Hartl
> Am 29.12.2017 um 10:27 schrieb Esteban Lorenzano : > > Thanks Torsten, > I was about to write a similar mail. > > Thanks to everybody for allow me to be your “guy to hate” :) > I will continue doing my best to make Pharo a better place for everybody, one > step at a

Re: [Pharo-dev] Simple game framework

2017-12-31 Thread Hilaire
because simple things should be simple... Le 30/12/2017 à 22:32, Stephane Ducasse a écrit : Hilaire why do you need to have a sprite on a SDL surface and why plain Athens is not good enough. Athens is an API not an implementation. It is like sparta: an API and you do not care about the

Re: [Pharo-dev] New Year Wishlist (2018) ?

2017-12-31 Thread Stephan Eggermont
Esteban Lorenzano wrote: > Hi everybody, > > This looks like a good moment of the year to ask all of you what would > you want to see in Pharo next year. I wish you all the time and good health to realize some of your Pharo dreams Stephan

Re: [Pharo-dev] Replacement for deprected MultiByteFileStream?

2017-12-31 Thread Stephan Eggermont
Denis Kudriashov wrote: > Hi Bernhard. > > The deprecation is still in progress. Considering the amount of non-image code using this, I would be interested to hear how this is going to be supported and documented. Stephan

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Esteban Lorenzano
wget -O- get.pharo.org/vmLatest70 | bash wget -O- get.pharo.org/64/vmLatest70 | bash Esteban > On 31 Dec 2017, at 11:48, Sean P. DeNigris wrote: > > Sean P. DeNigris wrote >> What is the best VM right

Re: [Pharo-dev] Best VM for the Mac>

2017-12-31 Thread Sean P. DeNigris
Sean P. DeNigris wrote > What is the best VM right now for the Mac? Where/how would one get it? Bump ;) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Re: [Pharo-dev] an error in ZnResourceMetaUtils>>queryKeyValueSafeSet ?

2017-12-31 Thread Esteban Lorenzano
now I found that also $@ and $! are problematic for twitter api. so… I’m guessing is a problem of twitter more than a generic error (this would have been spotted before, if is a bug). I need to dig to see if I can explicit an encoding in some way instead hacking over #queryKeyValueSafeSet (but