I wonder about the process for fixes for Pharo 4.0? Is it the same? If I’d put the equivalent fix into the Pharo40Inbox, would it be integrated?
Cheers, Bernhard > Am 03.07.2016 um 08:46 schrieb stepharo <[email protected]>: > > 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&[email protected]‘ >> >> 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.mcz
