[Mono-list] Reply to Michael Lambert (Check your email account)

Nicholas Hynes Nicholas Hynes" <nhynes@ezysurf.co.nz
Sun, 26 Aug 2001 21:57:56 +1200


> I am not familiar with GUnit.
>

Oopse, that's a typo, I meant NUnit. I know nothing about it, but someone
says (testing page of the go-mono site) that it could be useful. It's a
unit testing utility - it may not be suitable for thread testing(?)

> IntPtr.cs and UIntPtr.cs both need tests to insure that they don't
> mangle/truncate pointers on assignment.  How familiar are you with
pthreads?
>

'mangle pointers on assignment' oooh Ah! Sounds like fun... :].

pthreads are no problem either. I've done a substantial amount of coding
using threads, condition variables, etc.

I'm looking around for a cheap NT/2000 license this w/e, and should be ready
to do some coding next week some time. Just point me in the right direction
& press go. Could possibly do some low-level stuff (read 'C programming')
with my current Linux set up - let me know.


P.S. Is there a list of the entire class library somewhere? I couldn't see
one in the language spec, and it's not clear from the go-mono site whether
the 'class status' page contains an entire list.


- Nick