Re: [Pharo-users] #collect:as:Dictionary

2015-10-22 Thread Marcus Denker
> On 23 Oct 2015, at 07:12, Peter Uhnák wrote: > > Hi, > > is this intentional behavior? > > #(a b c) collect: [ :each | each -> each first asciiValue ] as: Dictionary. > "a Dictionary(1->#a->97 2->#b->98 3->#c->99 )" > > (#(a b c) collect: [ :each | each -> each first asciiValue ]) asDiction

[Pharo-users] #collect:as:Dictionary

2015-10-22 Thread Peter Uhnák
Hi, is this intentional behavior? #(a b c) collect: [ :each | each -> each first asciiValue ] as: Dictionary. "a Dictionary(1->#a->97 2->#b->98 3->#c->99 )" (#(a b c) collect: [ :each | each -> each first asciiValue ]) asDictionary. "a Dictionary(#a->97 #b->98 #c->99 )" I would expect that coll

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Dale Henrichs
Hilaire, if you are interested in contributing, I would be willing to add you to the FileTree project up on GitHub ... Oops, unless you don't want to be:) Dale On 10/22/2015 01:40 AM, Hilaire wrote: Le 21/10/2015 22:03, Thierry Goubier a écrit : Just use the ConfigurationOfGitFileTree availa

Re: [Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-22 Thread Julien Delplanque
On 22/10/15 17:56, Damien Cassou wrote: Julien Delplanque writes: I wonder how hard it would be to give the possibility to write Mathex directly inside Pillar? Mathex provide pdf/png generation under Linux, so it is possible to create images for non-LaTeX Pillar's exportation. what about ${

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Stephan Eggermont
On 22-10-15 16:16, Sven Van Caekenberghe wrote: Most but not all use 128 as encoding. But Latin1 is not one of them (at least not in the strict interpretation). Hmm, you can't trust anything you read on the internet anymore:) CP1252, legacy Windows it is. Stephan

Re: [Pharo-users] [ANN] The next Pharo Sprints at Lille

2015-10-22 Thread Alexandre Bergel
We will also be on Slack Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Oct 21, 2015, at 8:35 PM, Juraj Kubelka wrote: > > Hi, > > we are pleased to announce that University of Chil

Re: [Pharo-users] Feedback on #assert: vs. #assert:equals:

2015-10-22 Thread Alexandre Bergel
Dear Nahuel, I think you are raising in excellent point. I think that assert: should raise an assertion error when a non-boolean is provided. I have added an entry: https://pharo.fogbugz.com/f/cases/16847/assert-should-not-raise-an-error-with-a-non-boolean-argument Tomorrow we have a sprint, t

Re: [Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-22 Thread Damien Cassou
Julien Delplanque writes: > I wonder how hard it would be to give the possibility to write Mathex > directly inside Pillar? Mathex provide pdf/png generation under Linux, > so it is possible to create images for non-LaTeX Pillar's exportation. what about ${mathex:value=2 asMathex sqrt}$ This

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-22 Thread Johan Fabry
No, there is no crash file there (the vm directory is also in my home dir) and there is nothing new in the vm directory since I installed it > On Oct 22, 2015, at 11:57, Esteban Lorenzano wrote: > > at the side of the binary of the vm? > >> On 22 Oct 2015, at 16:53, Johan Fabry wrote: >> >>

[Pharo-users] Fwd: FOSDEM 2016 devroom selection

2015-10-22 Thread stephan
Forwarded Message Subject:FOSDEM 2016 devroom selection Date: Thu, 22 Oct 2015 13:18:25 +0200 From: Johan van Selst To: devro...@fosdem.org Hi, I'm sorry to inform you that we declined your devroom proposal. To clarify, your request was perfectly valid, but

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-22 Thread Esteban Lorenzano
at the side of the binary of the vm? > On 22 Oct 2015, at 16:53, Johan Fabry wrote: > > > No, I cannot find any file named crash.dmp or anything containing the word > crash in my home dir (using find | grep crash ) > > >> On Oct 22, 2015, at 11:40, Esteban Lorenzano wrote: >> >> is there a

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-22 Thread Johan Fabry
No, I cannot find any file named crash.dmp or anything containing the word crash in my home dir (using find | grep crash ) > On Oct 22, 2015, at 11:40, Esteban Lorenzano wrote: > > is there a crash,dmp? > >> On 22 Oct 2015, at 16:37, Johan Fabry wrote: >> >> Bump. >> >> Nobody can at leas

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-22 Thread Esteban Lorenzano
is there a crash,dmp? > On 22 Oct 2015, at 16:37, Johan Fabry wrote: > > Bump. > > Nobody can at least tell me how to get more debug info? > >> On Oct 21, 2015, at 15:25, Johan Fabry wrote: >> >> Hi all, >> >> I am having some unpleasant experiences on Ubuntu 14.04 (experimenting with >> L

Re: [Pharo-users] VM crash on Ubuntu 14.04

2015-10-22 Thread Johan Fabry
Bump. Nobody can at least tell me how to get more debug info? > On Oct 21, 2015, at 15:25, Johan Fabry wrote: > > Hi all, > > I am having some unpleasant experiences on Ubuntu 14.04 (experimenting with > Live Robot Programming on PhaROS). The VM crashes after a random amount of > time (< 25

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Sven Van Caekenberghe
> On 22 Oct 2015, at 16:00, Stephan Eggermont wrote: > > On 22/10/15 12:01, Sven Van Caekenberghe wrote: >> >>> On 22 Oct 2015, at 11:14, Hilaire wrote: >>> >>> Le 21/10/2015 22:26, olivier auverlot a écrit : Hi Hilaire, Take a look in the Artefact demos. I think there are a P

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Henrik Johansen
> On 22 Oct 2015, at 3:31 , Sabine Manaa wrote: > > I do also use two different implementations for artefact/pdf and html: > > artefact: > 128 asCharacter asString > > html: > '€' > > same would be great https://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008.pdf

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Stephan Eggermont
On 22/10/15 12:01, Sven Van Caekenberghe wrote: On 22 Oct 2015, at 11:14, Hilaire wrote: Le 21/10/2015 22:26, olivier auverlot a écrit : Hi Hilaire, Take a look in the Artefact demos. I think there are a PDF document with a monetary character. Indeed ((128 asCharacter) asString). I am

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Sven Van Caekenberghe
> On 22 Oct 2015, at 15:31, Sabine Manaa wrote: > > I do also use two different implementations for artefact/pdf and html: > > artefact: > 128 asCharacter asString I am still very curious to know in which character encoding that is the case ? https://en.wikipedia.org/wiki/Currency_sign_(typo

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Sabine Manaa
I do also use two different implementations for artefact/pdf and html: artefact: 128 asCharacter asString html: '€' same would be great 2015-10-22 15:11 GMT+02:00 HilaireFernandes [via Smalltalk] < ml-node+s1294792n485732...@n4.nabble.com>: > Le 22/10/2015 12:01, Sven Van Caekenberghe a écr

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Hilaire
Le 22/10/2015 12:01, Sven Van Caekenberghe a écrit : > I am pretty sure this is wrong. The Unicode code point for the Euro symbol is > decimal 8364 and not 128. > > https://en.wikipedia.org/wiki/Euro_sign Indeed. I guess the 128 value is for 8 bits char encoding, and it is the one required by Arte

Re: [Pharo-users] Codepage 437

2015-10-22 Thread Norbert Hartl
Thanks Sven. I'll look into this soon and will provide feedback. Norbert > Am 20.10.2015 um 18:38 schrieb Sven Van Caekenberghe : > > I added the following: > > === > Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.41 > Author: SvenVanCaekenberghe > Time: 20 October 2015, 6:35:23.106957

Re: [Pharo-users] Feedback on #assert: vs. #assert:equals:

2015-10-22 Thread stepharo
Le 22/10/15 12:03, Peter Uhnák a écrit : This is why I pretty much stopped using #assert: altogether, however note that sometimes it is better to avoid boolean completely, because the feedback of it is low Imagine: self assert: collection isEmpty versus self assert: collection size equals

Re: [Pharo-users] Feedback on #assert: vs. #assert:equals:

2015-10-22 Thread Peter Uhnák
This is why I pretty much stopped using #assert: altogether, however note that sometimes it is better to avoid boolean completely, because the feedback of it is low Imagine: self assert: collection isEmpty versus self assert: collection size equals: 0 versus self assert: collection asArray eq

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Sven Van Caekenberghe
> On 22 Oct 2015, at 11:14, Hilaire wrote: > > Le 21/10/2015 22:26, olivier auverlot a écrit : >> Hi Hilaire, >> >> Take a look in the Artefact demos. I think there are a PDF document >> with a monetary character. >> > > Indeed ((128 asCharacter) asString). I am pretty sure this is wrong. Th

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Thierry Goubier
2015-10-22 11:16 GMT+02:00 Hilaire : > Le 22/10/2015 10:47, Thierry Goubier a écrit : > > Still, with all the people interested by Fossil, I think the > > motivation is there. And it would be nice to see a bit of refactoring > > to decouple the format from the specific commands used for the > > sp

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Hilaire
Le 22/10/2015 10:47, Thierry Goubier a écrit : > Still, with all the people interested by Fossil, I think the > motivation is there. And it would be nice to see a bit of refactoring > to decouple the format from the specific commands used for the > specific VCS. > Decoupling was my first though loo

Re: [Pharo-users] Artefact and WideString

2015-10-22 Thread Hilaire
Le 21/10/2015 22:26, olivier auverlot a écrit : > Hi Hilaire, > > Take a look in the Artefact demos. I think there are a PDF document > with a monetary character. > Indeed ((128 asCharacter) asString). But this character does not print on the web with Unicode encoding. Unified support will be grea

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Thierry Goubier
2015-10-22 10:40 GMT+02:00 Hilaire : > Le 21/10/2015 22:03, Thierry Goubier a écrit : > > > > Just use the ConfigurationOfGitFileTree available in your > > Configuration browser in the image ;) > > > > Or > > > > Metacello new > > configuration: 'GitFileTree'; > > repository: > > 'http://s

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Hilaire
Le 21/10/2015 22:03, Thierry Goubier a écrit : > > Just use the ConfigurationOfGitFileTree available in your > Configuration browser in the image ;) > > Or > > Metacello new > configuration: 'GitFileTree'; > repository: > 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; > loa

[Pharo-users] Smalltalk Meetup in Zürich: Nov 10, 2015

2015-10-22 Thread Joachim Tuchel
Dear Smalltalk fans in the Zürich area, if you happen to have a free slot in your calendars for November 10th, 2015 (I guess 19:30 will be a good time to start), I have something for you: We would like to get together with Smalltalkers of all flavors to chat about the latest news, tools and proje