-
### Description of the problem
This is an unforeseen consequence of #18373, I think. If I am right, it highlights a flaw in the attempt to decouple the concept and exact implementation of compatibili…
Janno updated
6 months ago
-
I noticed a strange output from the TLAPS when it expands a definition with a parameter name that matches a name defined in the proof context. Example:
```
---- MODULE test_lambda_rename ----
op(…
-
```
Currently, SQFloat offers two constants: MaxFloat_Q and MinFloat_Q. These
constants correspond to the current float precision chosen at compile time
(switch defined at Configuration.h). The aim …
-
We should define some basic rules how functions within the library are formatted.
e.g. 1
For a function where the tracer is P, and T is also a state variable. Should P always be listed first, foll…
-
Version: openSSL 1.1.0g
I am trying to run a svcomp program verification tool on the BN_mod_pow function in bn_word.c, but am running into compilation errors with this clang command(the full comman…
ghost updated
4 months ago
-
```
1639082983.648143 [0 127.0.0.1:38830] "GET" ":1:django_q:Visitor Express:cluster"
1639082983.648465 [0 127.0.0.1:38830] "SET" ":1:django_q:Visitor Express:cluster" "\x80\x04\x95\x95\x00\x00\x00\…
-
- _DearEIS_ version: 5.0.1
- Python version: 3.12
- OS: Windows
We have EIS data with inductive loop and we try to calculate DRT of the EIS data. I use the method m(RQ)fit. Negative RC or RQ elem…
-
## My problem
I can not install kodex for a day or two, I constantly have the mistake that the repository "gospel" is no longer public.
## Error
![image](https://github.com/kiprotect/kodex…
-
The line:
```
from uuid import UUID as UUIDType
```
flags as [`N811`](https://docs.astral.sh/ruff/rules/constant-imported-as-non-constant/), whereas UUID is a class and not a constant.
Command …
-
This program
```
struct A {
friend constexpr bool operator ==(const A &, const A &) noexcept = default;
};
constexpr bool operator ==(const A &, const A &) noexcept;
static_assert( A{} == …
Fedr updated
2 months ago