-
It seems that it only applies at the statement level, but there is no warning given when compiling this with CBMC
```C
int nondet_int();
void main() {
int a = nondet_int();
int b = nondet…
-
### Description
Hi,
I'm encountering issues with the Coral Edge TPU USB 3.0 Accelerator on Windows 11, specifically related to poor performance and stability. In this case I am using [EfficientDe…
-
Hi
I have worked without problems with synth edit version 1.4 with an i5 processor, asus cerberus 2GB GPU and windows 10.
I have installed version 1.5 and it won't boot. Any suggestions?
Thanks a …
-
LE is dominating desktops, and I suppose it's not worth fixing until someone reports a problem, but I'm curious in theory (do we know?) if the loaders should be checking for the file's byte-order (whe…
-
### Search keywords
"TCH rules", "move under TYPE_CHECKING", "FA100"
### Ruff Version
0.5.7
### Config
Part of pyproject.toml
```
[tool.poetry.group.dev.dependencies]
ruff = …
-
It would be very useful if one could get type of a field (type if it is an variable or return type if it is an getter).
To clarify I mean type static type of the field. The runtime type can be acquir…
-
Here is the current `Array` `ttype` definition:
```
ttype
...
| Array(ttype type, dimension* dims, array_physical_type physical_type)
dimension = (expr? start, expr? length)
```
And a…
-
**Feature**
In a project I am working on, we would like to be able to annotate dataclasses such that usually, there values should not be changed, while allowing to do so at runtime (for some constr…
-
### Zig Version
0.14.0-dev.1411+a670f5519
### Steps to Reproduce and Observed Behaviour
Compile example program with `zig build-obj error_name_error.zig`
`error_name_error.zig`:
```zig
fn …
-
### Description
I ran into this problem while thinking of ways to break my inbound parentless sequential wall clock task spawning (which I may work the solution into).
A workflow with a mixed parent…