-
### Just checking...
- [X] This is a `cardano-wallet` bug.
- [X] I am using the latest `cardano-wallet` release.
- [X] I am using the *correct* `cardano-node` version for that release of `cardano…
-
[@gavinking] So we recently did our first totally nasty hack to the language module (`Element|Finished elementAt(Integer index)`) for the purpose of avoiding the cost of a runtime type assertion check…
-
As some testing has revealed, quite some overhead in the FFI ops go into checking the permissions and most specifically into function `borrow_mut` from GothamState.
Would it be possible to somehow …
-
### What needs to get done
Set JAVA_HOME environment variable in Java plugin to JDK found in the build environment.
- The plugin should examine build environment for java installation and valid…
-
Steps to reproduce:
1. `cargo new foo`
2. `cd foo`
3. `cargo add aws-lc-sys`
4. Put the following in `src/main.rs`:
```rust
use aws_lc_sys::RAND_bytes;
#[kani::proof]
fn foo() {
let mut…
-
After building the hw-cbmc executable from source and trying a simple example to equivalence check C with Verilog, I ran into the issue that assertions never pass once a Verilog module is involved.
…
-
Related to #747 #726 #725 and #749
# Problem
Current way of dealing with unions is by checking their actual structure at runtime. TypeScript does the same thing (a pattern of adding `kind`/`tag…
-
I think it's a matter of installing that dependency before building bottles
[up to this point, all the dependencies of bottles were either installed (if from the arch repos) or built (AUR dependenc…
-
**Bug Report**
When checking the type of a generic, mypy reports an error when (as far as I understand), I am still following the type contract I set.
**To Reproduce**
```python
from typ…
-
The compiled version seemed to use some dependencies that are dynamically loaded (instead of self-contained).
## Steps to reproduce the problems
1. Checking out the `gh-pages` branch into a loca…