You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using RuleCollection, a case of recursive import was annoying and it seemed interesting to be able to define the rules as strings and add a rudimentary lookup for class definitions within the same module or import of pascal_to_snake modules in sub-directories of the module defining the RuleCollection
While working on this, it felt interesting (though, of unforeseeable necessity/use case) to infer the calling frame of the Session and do the lookup in the calling module
While using
RuleCollection
, a case of recursive import was annoying and it seemed interesting to be able to define the rules as strings and add a rudimentary lookup for class definitions within the same module or import ofpascal_to_snake
modules in sub-directories of the module defining theRuleCollection
While working on this, it felt interesting (though, of unforeseeable necessity/use case) to infer the calling frame of the
Session
and do the lookup in the calling moduleIs this something that would be interesting?
First case : Find the class definition and applies the PlusToMinusRule
Second case: Typo in the string, ignore the non-existing rule
With
RuleCollection
:The text was updated successfully, but these errors were encountered: