-
Title says it all I think.
Reproducer:
```haskell
module Example.Project where
import Clash.Prelude
topEntity ::(BitVector 8)
topEntity = deepErrorX "broken"
```
compiled with `cabal r…
-
QSMxT fails on multi-echo data with the following errors for romeo_unwrapping:
```
Cmdline:
/opt/QSMxT/scripts/romeo_unwrapping.jl --no-rescale --mag /neurodesktop-storage/02_qsm_output/workflow…
-
The changes to "Split `confinit_scenarios`" (which is actually referring to `scenarios_confint()`) in (https://github.com/open-AIMS/ADRIA.jl/pull/552) break scenario visualizations.
There are in fa…
-
Build process is stuck at this step. There are no error messages but build doesn't continue. Any ideas?
..................
-- The following OPTIONAL packages have not been found:
* WOFF2Dec (r…
-
We currently don't really have a backlog of miscellaneous issues to do. One potential way to explore would be to search for "TODOs" in the code and check if there is an issue for those items.
We'd …
-
In attempting to constraint propositional constants of sort `AtomSort`, the exhaustivity constraint appears to crash the Z3. Here are the constraints:
```
def proposition(atom):
return And(
…
-
Would it be possible to add an overload for `derivative(FastDifferneiation.Node,...)` so you don't need to make your input an array?
-
Section 4.5 of [Samplable Anonymous Aggregation for Private Federated Data Analysis](https://arxiv.org/pdf/2307.15017.pdf) notes that it's possible to efficiently validate that a vector consists of ze…
-
SMTLib has adapted new overflow predicates, and z3 implements them:
```
bvnego
bvuaddo bvsaddo
bvusubo bvssubo
bvumulo bvsmulo
bvsdivo
```
(Not sure if z3 implements the `bvumolo` and `bvs…
-
If you have the type `option(bits(32))` you might expect something like this:
```c
enum kind_zoptionzIbzK { Kind_zNonezIbzK, Kind_zSomezIbzK };
struct zoptionzIbzK {
enum kind_zoptionzIbzK k…