2007-10-16 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Tue, 16 Oct 2007 16:00:47 +0000 (16:00 -0000)
committerMark Probst <mark.probst@gmail.com>
Tue, 16 Oct 2007 16:00:47 +0000 (16:00 -0000)
commit320f9c2ae29427537e83dcb63e4028febb7f9511
treef11183d3d324a05f640fff1454ece20ef88d4e53
parent30285e8c6c5e9635c6060d5d77ba5a87b596e681
2007-10-16  Mark Probst  <mark.probst@gmail.com>

* metadata.c: Implemented correct comparing of generic classes.
An inflated generic class can be equal to a non-inflated one if it
is inflated with generic type variables as type arguments.  Fixes
bug #333798.

2007-10-16  Mark Probst  <mark.probst@gmail.com>

* bug-333798.2.cs: added

* Makefile.am: added bug-333798.2.cs

svn path=/trunk/mono/; revision=87598
mono/metadata/ChangeLog
mono/metadata/metadata.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/bug-333798.2.cs [new file with mode: 0644]