Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2020-02-20 22:23:02 +0300
committerGitHub <noreply@github.com>2020-02-20 22:23:02 +0300
commit91b125af9288eab4f81af59ee374b4a597b84df0 (patch)
treeeb85b571e31623729e09ca367c7404ea368894dd /PATENTS.TXT
parent74f90c824b390249cf57319495d6814224f0897d (diff)
[wasm] Improve locals visualization (#18919)
* [wasm] Improve locals visualization in the debugger - improves handling of generic types, null objects, delegates - improves getting the name for nested types, arrays, generic types top todos from this: - Remove arity in "foo`2<int, int>" from the type name - Convert nested type names from `foo/bar` to `foo.bar`. * [wasm] Fix scoping for `mono_wasm_add_null_var` - which caused runtime uncaught exceptions * [wasm] Fix possible lost exception in GetScopeProperties - An exception, eg., because of an invalid scope id just ends up uncaught instead of showing up as a failed Result. * [wasm] Address review feedback - Replace `stringify_type` with `mono_type_full_name` which does exactly the same thing! * [wasm][debugger] Fixup nested class, and generic type names ``` // Fix up generic names like Foo`2<int, string> to Foo<int, string> // and nested class names like Foo/Bar to Foo.Bar ```
Diffstat (limited to 'PATENTS.TXT')
0 files changed, 0 insertions, 0 deletions