justuse
justuse copied to clipboard
Make aspectizing forgiving, add logging
#19 asks to fix numba as a decorator, but maybe our decorating method needs to be less strict if decorating fails and just log the issue?
https://github.com/amogorkon/justuse/issues/141#issuecomment-1083516382
suggests that we have use.apply_aspect(mod, decorator, warns=True, output="aspect.log") or somesuch to explicitely warn/log/print failed attempts at applying a decorator.