Sjoerd de Vries

Results 120 issues of Sjoerd de Vries

See tests/highlevel/environment0.py Now, an extra `translate()` is required.

bug
not urgent

Right now, highlevel Modules need a Context to be effective. This might be lifted so that they can be used more elegantly in DirectTransformer objects. Needs a way to deal...

not urgent
apifix

build-rotamers-command in crocodile shows some potential bugs for status monitoring. Verify that they are still there, then fix them

bug
not urgent

Tested on an irreproducible bin/seamless command. For once, it seems to require --fingertip as well. For another, the unbashify copy is not undone, and still causes a cache hit.

bug
high priority
medium priority

Right now, there is only "members", and this is not used at all (obsoleted code?). Once the integration is complete, add buffer_info fields: - is_deep : true if the buffer...

enhancement
not urgent

When submitting thousands of jobs, there could be many `/bin/seamless` processes running. Right now, this runs into two bottlenecks (see `tests/cmd/manyjobs.sh` for the code): - `/bin/seamless` imports `seamless`, which takes...

medium priority
performance

But think about exception type! Only store reproducible exceptions. MemoryError should not be part of it! Also store stdout/stderr log.

enhancement
not urgent

For example, in `seamless/tests/cmd/headify/test-run2.out`. Solution: to set the source file name

not urgent
errfix

Should be implemented together with #123

apifix
high priority
errfix

`__checksum__` of the transformation to be added to the `transformer` module object. This can help in introspection/logging. It will also be forwarded by `rprod` (#190) as metadata. `__checksum__` of the...

not urgent
new feature