Anselm Kiefner
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...
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...
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...
This means add a way to keep track of the changes, then represent them via toml (dump to file) or webmsg.
auto-installation of packages should utilize a peer-to-peer mechanic to help take some load off pypi
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...