-
Similarly to #98, there is some reactive value propagation issue which leads to the following error.
```
Warning: Error in
-
since virtually all `embedded-hal` APIs are fallible (returning a `Result`) the question has arisen how drivers should return these to the caller when they don't deal with them themselves: should they…
-
The name of an error propagation can occur up to 4 times in/out/not in/not out. This makes processing more complicated than needed.
-
Some errors in measurement should be logged, some cause measurement to fail and some cause test to fail.
Listed measurement should have error propagation fixed before moving test from `/test/framew…
-
On Linux, if the `TERM` environment variable is set to `dumb`, the `rustc-test` crate fails to exit with a non-zero status when the subprocess panics.
Test case here: https://github.com/jimblandy/c…
-
This will be likely to be broken into multiple issues but I wanted to open this to remember this important items as we will work on "stabilization" tasks towards a tape out. Within `resource` and `qm…
-
I think this is hugely useful if you have a long pipeline.
-
They seem to be too high at times. Reported by Christoph.
-
I'm trying to catch a raw error, and convert it to a more useful error. Something like:
```
doSomethingReturningAPromise()
.errorPipe(function(err) {
//This error is not helpful. My own erro…
-
I ran into some blockades in #43 getting `n`-depth `trio.MultiError` testing going:
- `multiprocessing`'s forkserver is crapping out on me at a 2-depth tree with about 6 sub-actors per level.. (spawn…