[Pharo-dev] [pharo-project/pharo-core] f723d3: 60132

2016-07-02 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: f723d388e7e31748cf5bff8b049f0fde14abeef5 https://github.com/pharo-project/pharo-core/commit/f723d388e7e31748cf5bff8b049f0fde14abeef5 Author: Jenkins Build Server Date: 2016-07-02 (Sat, 02 Jul 2016

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

2016-07-02 Thread GitHub
Branch: refs/tags/60132 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Bug in MailA

2016-07-02 Thread Bernhard Pieber
Hi, The following code goes into an endless loop: MailAddressParser addressesIn: 'romeo&ju...@verona.it‘ It’s because of the ampersand. The fix is trivial, because the bug just was a typo. Fix and test are in the Pharo50Inbox: Network-Mail-BernhardPieber.46.mcz Network-Tests-BernhardPieber.14.m

Re: [Pharo-dev] Bug in MailA

2016-07-02 Thread Ben Coman
On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber wrote: > Hi, > > The following code goes into an endless loop: > MailAddressParser addressesIn: 'romeo&ju...@verona.it‘ > > It’s because of the ampersand. The fix is trivial, because the bug just was a > typo. > > Fix and test are in the Pharo50Inbo

Re: [Pharo-dev] Bug in MailA

2016-07-02 Thread stepharo
Thanks Bernhard - can you open a bug entry? - publish a slice? (press slice + bug number) Our integration tool and process work this way Stef Le 2/7/16 à 21:16, Bernhard Pieber a écrit : Hi, The following code goes into an endless loop: MailAddressParser addressesIn: 'romeo&ju...@verona.it‘