[Mono-bugs] [Bug 79426][Nor] Changed - [PATCH] Assembly loader failures result in FileNotFoundException with message equal to filename
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 19 17:06:20 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79426
--- shadow/79426 2006-09-19 17:02:08.000000000 -0400
+++ shadow/79426.tmp.13168 2006-09-19 17:06:20.000000000 -0400
@@ -119,6 +119,21 @@
------- Additional Comments From gert.driesen at pandora.be 2006-09-19 17:02 -------
Created an attachment (id=17716)
corlib patch
+
+------- Additional Comments From gert.driesen at pandora.be 2006-09-19 17:06 -------
+Zoltan, I've attach two new patches: one for corlib, and one for
+runtime.
+
+The corlib patch changes FileNotFoundException to match MS, and
+introduces some unit tests for it.
+
+The runtime match modifies the signature of
+mono_get_exception_file_not_found2 to take a MonoString instead of
+char for the msg argument. We now pass NULL as msg where
+appropriate, and construct a MonoString from char where a message
+was actually passed in.
+
+Let me know if there's anything I should change.
More information about the mono-bugs
mailing list