Attribute macros overwrite all of previous rules
Forsworns opened this issue · 1 comments
Forsworns commented
The method load_rules
and load_rule_of_res
in rule managers will replace all of the rules directly. Maybe a new method is necessary to append
rules to the existing map. At the same time, the method should avoid appending duplicated rules.
Maybe the inner implementation of the rule manager should be changed accordingly.