bitter-ability-32190
08/28/2022, 1:13 AMUnion
to work as a return type? E.g. await Get(Foo, ...)
gives me all rules registered returning a type that has an associated UnionRule(Foo, ...
)?careful-address-89803
08/28/2022, 6:02 AMbitter-ability-32190
08/28/2022, 11:04 AMlint
which also runs formatters and fixers. Instead of 6 Gets, if I used inheritance I think I'd be able to use only 2 Gets (target tools and targetless tools)bitter-ability-32190
08/28/2022, 5:19 PM@rule
def downgrade(req: Sub) -> Base:
return req
careful-address-89803
08/28/2022, 5:25 PMbitter-ability-32190
08/28/2022, 5:26 PMcareful-address-89803
08/28/2022, 5:29 PMA > B > C
, C might have an ambiguous path to A with routes C=>A
and C=>B=>A
bitter-ability-32190
08/28/2022, 5:31 PMwitty-crayon-22786
08/28/2022, 5:32 PMbitter-ability-32190
08/28/2022, 5:36 PMbitter-ability-32190
08/28/2022, 5:36 PM__subclasses__()
đŸ¤”bitter-ability-32190
08/28/2022, 5:38 PMbitter-ability-32190
08/28/2022, 5:44 PMwitty-crayon-22786
08/28/2022, 5:52 PMbitter-ability-32190
08/28/2022, 5:57 PMwitty-crayon-22786
08/28/2022, 6:04 PMwitty-crayon-22786
08/28/2022, 6:05 PM@union
? what parameters are available?witty-crayon-22786
08/28/2022, 6:06 PM@rule_helper
methods on `@union`switty-crayon-22786
08/28/2022, 6:12 PM@union
return types would be fairly low risk.bitter-ability-32190
08/28/2022, 6:14 PMwitty-crayon-22786
08/28/2022, 6:15 PM