justuse icon indicating copy to clipboard operation
justuse copied to clipboard

Make aspectizing forgiving, add logging

Open amogorkon opened this issue 4 years ago • 1 comments

#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?

amogorkon avatar Nov 12 '21 15:11 amogorkon

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.

amogorkon avatar Mar 31 '22 17:03 amogorkon