Anselm Kiefner

Results 86 issues of Anselm Kiefner

``` test = use(use.Path("../tests/.test1.py"), aspectize={(use.aspect.FUNCTION, ".*"):numba.jit}) ``` with .test1.py: ``` def foo(x): return x*2 ``` fails with: ``` :1: NumbaWarning: Compilation is falling back to object mode WITH looplifting enabled...

bug

Our filtering has trouble to come up with anything because they didn't properly label their release. on win 3.9: `use("pyinputplus", modes=use.auto_install)` will result in `RuntimeWarning: We could not find any...

bug

We try to install all artifacts specified by hashes one at a time, but this takes a lot of time (also for running tests). We shouldn't try to filter the...

enhancement

This means add a way to keep track of the changes, then represent them via toml (dump to file) or webmsg.

use.dependencies could be an internal class representing all imports and use()s with the line within the source where they happen and as a recursive structure, keeping track of the order...

enhancement

enhancement
help wanted
research