-
**Note:** This issue is meant as a place to publicly collect my thoughts and not
as a serious proposal for this repository. I will probably implement a hacky, minimal version of this in my personal f…
-
For debugging particularly tricky problems I think at some point you need to drop down to the Boogie level. Currently it's kind of tricky to run the same version of Boogie that Dafny is using, because…
-
Hi, I've recently started the process of integrating STP into my symbolic execution engine as a compliment to Z3. As a result, I've augmented my unit tests to make sure STP behaves the way I expect it…
-
## Release 2.0
- [x] finish native integers
- [x] a bit of clean-up
## Release 2.1
- [ ] merge `with-trakt`
- [x] add embeddings for N
- [ ] add embeddings for positive
- [ ] consequent…
-
I'd like expecto to support parametisation for three things:
- [system properties][readme-fscheck]
- [configuration][issues-parametisation] – like specifying a variable that all tests taking an …
-
As discussed at *sub0.1* it would be very useful to be able to write ink contracts in a non-Turing-complete subset that then allows for predictable use of and maybe automatic calculation of resources.
-
This issue might be connected to #2284 which has been fixed recently.
The following code throw and exception (but "5" and "6" are expected)
```lisp
(use-modules (opencog) (opencog exec))
(use…
-
Here is an idea for a new `saw` command that uninterprets a function (or a sequence of functions) in a Term. To provide an example, below we have a function `f` that calls `g`, I then manually uninter…
-
**Describe the bug**
If a variable is defined with different incompatible units in different modules, this following error message comes up. The problem is that the error message says it's the 'val' …
-
Most of the C API tests don't test anything! They should be ASSERTING various things using the GoogleTest ASSERTION language.
I've added
```
ASSERT_TRUE(false && "FIXME: Actually test something");…