re-enable auto view rules in mule

This commit is contained in:
Ryan Fleury
2025-04-10 16:53:36 -07:00
parent 297c576623
commit 59df09b39b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -924,7 +924,8 @@ E_TYPE_ACCESS_FUNCTION_DEF(default)
} }
// rjf: bad conditions? -> error if applicable, exit // rjf: bad conditions? -> error if applicable, exit
if(e_type_key_match(e_type_key_zero(), check_type_key)) if(l.root == &e_irnode_nil ||
e_type_key_match(e_type_key_zero(), check_type_key))
{ {
break; break;
} }
+2 -2
View File
@@ -106,7 +106,7 @@ void optimized_struct_parameters_eval_tests(void);
#include <vector> #include <vector>
#include <stdint.h> #include <stdint.h>
// raddbg_auto_view_rule(std::vector<?>, slice(_Mypair._Myval2)); raddbg_auto_view_rule(std::vector<?>, slice($._Mypair._Myval2));
struct Basics{ struct Basics{
char a; char a;
@@ -150,7 +150,7 @@ struct Dynamic_Array{
Pair *pairs; Pair *pairs;
int count; int count;
}; };
// raddbg_auto_view_rule(Dynamic_Array, slice); raddbg_auto_view_rule(Dynamic_Array, slice($));
struct Struct_With_Embedded_Arrays{ struct Struct_With_Embedded_Arrays{
int x; int x;