-
**Describe the bug**
Error messages appear in the logs:
```
[Bots] ModerationBot stderr: [Sepia] StreamError: undefined-condition - No stream features to proceed
```
**To Reproduce**
Steps…
-
I'm trying to build a Docker image with opam on Alpine `edge` (I couldn't find ready-made Docker images for that version of Alpine), so I just installed opam from `apk`, plus several required packages…
-
This is unsound:
```rust
extern crate creusot_contracts;
use creusot_contracts::*;
#[ensures(false)]
pub fn bad() {
let mut x = gh! { true };
let b = &mut x;
let bg = gh! { b…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixed in …
-
**Description du bug**
Les tutoriels récents affichent tous le même temps de lecture : « moins d'une minute ».
**Comment reproduire ?**
1. Aller sur un tutoriel récent (actuellement, les deux…
-
Note that this experiment is based on https://github.com/ocaml-ppx/ocamlformat/pull/984
**How to reproduce**
```bash
mkdir all-sources
cd all-sources
opam list -a --columns name | grep -v "^#" …
-
My colleague just noticed that, when running Frama-C in a switch with OCaml.5.0.0~beta1, memory consumption of Frama-C is about 10x larger when loading dynamic modules (i.e., any of Frama-C's plug-ins…
-
macOS
```
yosys -p "synth_ice40 -blif .pioenvs/icestick/hardware.blif" -q src/counter.v
dyld: Library not loaded: /usr/local/opt/libffi/lib/libffi.6.dylib
Referenced from: /Users/ikravets/.platfor…
-
I'm working in the Frama-C project and when I edit the file `src/plugins/eva/engine/abstractions.ml`, the LSP starts consumming tremendous amout of memory for each modification. This behavior appears …
-