[Mono-list] DecimalFormatter.cs breaks build

Nick Drochak ndrochak@gol.com
Tue, 23 Oct 2001 08:21:18 +0900


Martin W.,

I noticed that your changes to DecimalFormatter breaks the build because
the StringBuilder class we have doesn't yet have a constructor with the
signature you need, i.e. "StringBuilder(string, int)".

I didn't have time this morning to hack a patch for StringBuilder, but a
quick look at the code and the spec makes me think we should implement
the constructor that has the most parameters, namely
"StringBuilder(string, int, int, int)" and all the other constructors
should call it with hard-coded values for the missing parameters.  The
existing code needs to be re-factored a bit to do this.  Maybe if the
author of StringBuilder is watching this list today, he could help with
this?

Or, maybe I'll get to it later today...


Nick D.