Imagine my surprise when my Subversion.Stream classes started interleaving their contents with eachother. :-)
/ Johan Sundström (ärkehertig av Lysators rootgrupp)
Previous text:
2002-12-05 18:03: Subject: Hilfe variable rewriting
No. It's a bug. It generates
class Spill{string leak;void create(){(___hilfe->leak)="Ouch!";}};
but should generate
class Spill{string leak;void create(){leak="Ouch!";}};
/ Martin Nilsson (hehe Torgny)