-
Thinking through #5603, and the two `getDefaultSystemFeatures` reminded me of this:
1. We have many global settings that should be per-store. `thisSytem` and `extraPlatforms` are good examples. Thi…
-
I've recently released a 0.1.0 preview of a log testing library called [logot]( It provides a nice fixture for testing [complex log patterns]( which I've found very useful when testing multithreaded a…
-
#### Feature
Rust library can bind WritePipe to WasiCtx stdout which can be far simpler and effective than OS files went dealing with multiple short-lived instances.
It is not currently possible…
ShuP1 updated
2 years ago
-
We'd like to cross-compile the Riffol binary on different systems. Rust standard library depends on `libc`, which can be different on different Linux distros (Debian vs CentOS).
This task is to cre…
-
The "feature" of recalculating the Q-values for the PolarizedNeutronProbe when theta-offsets are present is buggy. A. Grutter found that adjusting theta_offset parameter causes large changes in the s…
-
https://www.dragonflybsd.org/
-
Hello,
I got this issue when trying to compile for x86-64 freestanding with LLVM. All LLVM programs used here were using the 13.0.1 version and master.
Could you please take a look at it? Let me kno…
-
### What it does
If an `if else` expression only contains static types, such as `i8`s and `u32`s, not variables, then it's likely that one branch can be totally removed without the "correctness" of t…
-
-
**Is your feature request related to a problem? Please describe.**
Without prior knowledge, the `racking_model` and the `module_type` parameters are not properly explained, especially with respect to…