Imported Upstream version 5.16.0.107

Former-commit-id: eaf09db2aefc2614b53ea5fc184626373fe95ffd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-11 08:20:09 +00:00
parent 720219ddb8
commit 6282dc26ee
48 changed files with 196 additions and 35 deletions

View File

@@ -1 +1 @@
07311e48b24a9f066db4bc81a9d0a8909cf3b974
328a7ed774148ac3ca84ca7d3f69cf1f7354d8d0

View File

@@ -1 +1 @@
aca2533078543caf0dc3ce34871256cc577b29c9
dbd74ba4e1f9faa60a0a2ca3d67935212d67f970

View File

@@ -1 +1 @@
ffb917f2bb083bc78d4767be9541cb5a3352c43f
5500716c656e96de6976ce309e5f40e8fbb80299

View File

@@ -1 +1 @@
#define FULL_VERSION "explicit/a8b65e1"
#define FULL_VERSION "explicit/3707b81"

View File

@@ -194,6 +194,8 @@ mono_error_get_message (MonoError *oerror)
case MONO_ERROR_FILE_NOT_FOUND:
case MONO_ERROR_MISSING_FIELD:
return error->full_message;
case MONO_ERROR_CLEANUP_CALLED_SENTINEL:
g_assert_not_reached ();
}
if (error->full_message_with_fields)