-
**Rope** -
_Player Control_: Only control is to tug/pull and let go.
_Visual Effect_: Sail moves to center when pulling
_Effect on Boat_: Dictates speed & partial direction of boat [direction influenc…
-
I see that the README notes that the [x86 fragment](https://github.com/rems-project/sail/tree/sail2/old/x86) is not in sync with the current `sail2` branch.
Is there a specific branch or tag in thi…
-
I have a naive question which may betray my background in programming language theory: what is the intended notion of Sail program equality?
I know that this is a subtle issue, and not providing a…
-
-
-
The RISCV spec occasionally requires hyperproperties, e.g.
> Implementations can return any legal value on the read of a WARL field when the last write was of an illegal value, but the legal val…
-
ln the opam sail install instructions here:
https://github.com/rems-project/sail/wiki/OPAMInstall
"opam switch 4.06."
should be changed to
"opam switch create 4.06.1"
-
### What happened?
Hello world! Please tell me how to solve the problem with frunkenphp. When conducting stress tests, an error constantly crashes:
```
2024-10-19 13:48:55 2024-10-19 10:48:55,862 I…
-
Rust and OCaml, and I assume other languages that support Sail's style of pattern matching let you have multiple patterns for one match branch:
```
match some_int {
0 | 1 => ...
3 | 8 | 10…
-
### Discussed in https://github.com/eclipse-rdf4j/rdf4j/discussions/4798
Originally posted by **domkun** October 6, 2023
Hi there,
I had a problem with concurrent transactions, so I wanted…