Jacob Carlborg wrote: > On 2012-10-25 23:06, Jens Mueller wrote: > > >I'd prefer the second option. Maybe write first some unittests for > >std.uri, if there are none. Then move it. > > Agree, but we want to minimize the code breakage.
That's what the unittests are for. Code breakage that results in compiler errors (i.e. using deprecate) are tolerable, I think. Silently code breakage is problematic. Jens
