-
Any idea why this is not working? (see: `tests/todo/T997.hs`)
```haskell
{-@ LIQUID "--exact-data-con" @-}
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID …
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5492
From: @JasonGross
Reported version: 8.6
CC: @ejgallego
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4659
From: @JasonGross
Reported version: 8.5
CC: @ppedrot
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4817
From: @bmsherman
Reported version: 8.5
CC: @silene, @JasonGross
-
Hi, a few of us at UCL CS (and further afield) have a WIP submission; I realize we're getting down to the wire and we're having a bit of a challenge finishing this this off so I wanted to share our pr…
-
Some logs are listed in https://github.com/rust-lang/cargo/issues/4007.
**Problem**
Happens when there is a custom `CARGO_HOME` dir (can't really try with the default) and it starts having differe…
-
Get rate constants / half-lives from EPI Suite!
Kurt has added this feature to the EPI wrapper, now the frontend needs updates.
See document: AddingQSARtoCTS_031621.docx
-
While
```
search (_ ^ (_ + _)%Int)%Real.
```
works as expected, the following
```
search (((_ ^ (_ + _)%Int)%Real) = _).
search (_ ^ (_ + _)%Int = _)%Real.
```
yield `unknown symbol: A/187…
chdoc updated
3 years ago
-
Background: Landslide has a heuristic in its data race detector where it checks if between two suspicious accesses, the containing heap block was free()d and re-malloc()ed, and if so, discards the rac…
bblum updated
9 years ago
-
#### Description of the problem
Weird behaviour with evar instantiation and `destruct`.
I have an variable `a` and create an evar `?k1`. Then I do a `destruct` over `a`. In the case wher…
ghost updated
3 years ago