cvs commit: hugs98/dotnet License.net hugs98/dotnet/doc dotnet-lib.html dotnet.html examples.html hugs98/dotnet/examples/basic Env.hs Http.hs Mail.hs hugs98/dotnet/lib DotNet.hs hugs98/dotnet/lib/Syste m Array.hs ...

Ross Paterson ross@soi.city.ac.uk
Wed, 12 Mar 2003 12:08:31 +0000


On Wed, Mar 12, 2003 at 10:42:32AM +0000, Malcolm Wallace wrote:
> 
> Ross Paterson <ross@soi.city.ac.uk> writes:
> > Placing everything under DotNet seems the most reasonable way of mirroring
> > an external framework.  Wouldn't this be the ideal time to do it?
> 
> I concur.  Please don't overlap the standard namespace with platform-specific
> modules.  Placing it all under DotNet (or System.DotNet by comparison
> with System.Posix) would be sensible, and if it is going to be released
> soon, the change will be easier before than after.

I'm not sure about the analogy with System.Posix -- that is just system
stuff, while .NET is a complete hierarchy.