Re: [Pharo-dev] XML writer in the default image

2013-08-15 Thread Stéphane Ducasse

On Aug 15, 2013, at 2:15 AM, Camillo Bruni camillobr...@gmail.com wrote:

 As reported a while ago (https://pharo.fogbugz.com/default.asp?7412#80347), 
 the TestRunner 
 is crashing when test failures accidentally spit out XML sensitive characters:
 
 https://ci.inria.fr/pharo/view/all/job/Pharo-3.0-Regression-Tests/304/VM=vm,label=pharo-linux64.ci.inria.fr/consoleFull
 
 I don't really see a reason to generate XML by concatenating strings, so I 
 wonder
 whether we could include the XMLWriter in the default image?

Why don't we load HDTestRunner when needed? And HDTestRunner could then use 
XMLWriter

 This way I could finally fix the HDTestRunner with very little effort.

I will finish to pop up my list and start to work on managing the image with 
Metacello
because we should build it based on subproject
RB
Nautilus
Athens
NativeBoost
AsmJit
Zinc 
OPAL
were/are managed with metacello so we could be there :)

Stef




Re: [Pharo-dev] XML writer in the default image

2013-08-15 Thread Tudor Girba
+1


On Thu, Aug 15, 2013 at 10:10 AM, Esteban Lorenzano esteba...@gmail.comwrote:

 +1

 On Aug 15, 2013, at 9:41 AM, Stéphane Ducasse stephane.duca...@inria.fr
 wrote:

 
  On Aug 15, 2013, at 2:15 AM, Camillo Bruni camillobr...@gmail.com
 wrote:
 
  As reported a while ago (
 https://pharo.fogbugz.com/default.asp?7412#80347), the TestRunner
  is crashing when test failures accidentally spit out XML sensitive
 characters:
 
 
 https://ci.inria.fr/pharo/view/all/job/Pharo-3.0-Regression-Tests/304/VM=vm,label=pharo-linux64.ci.inria.fr/consoleFull
 
  I don't really see a reason to generate XML by concatenating strings,
 so I wonder
  whether we could include the XMLWriter in the default image?
 
  Why don't we load HDTestRunner when needed? And HDTestRunner could then
 use XMLWriter
 
  This way I could finally fix the HDTestRunner with very little effort.
 
  I will finish to pop up my list and start to work on managing the image
 with Metacello
  because we should build it based on subproject
RB
Nautilus
Athens
NativeBoost
AsmJit
Zinc
OPAL
were/are managed with metacello so we could be there :)
 
  Stef
 
 





-- 
www.tudorgirba.com

Every thing has its own flow


[Pharo-dev] XML writer in the default image

2013-08-14 Thread Camillo Bruni
As reported a while ago (https://pharo.fogbugz.com/default.asp?7412#80347), the 
TestRunner 
is crashing when test failures accidentally spit out XML sensitive characters:

https://ci.inria.fr/pharo/view/all/job/Pharo-3.0-Regression-Tests/304/VM=vm,label=pharo-linux64.ci.inria.fr/consoleFull

I don't really see a reason to generate XML by concatenating strings, so I 
wonder
whether we could include the XMLWriter in the default image?
This way I could finally fix the HDTestRunner with very little effort.