-
## Whats the problem?
I think it's inconsistent that `System`s and `Plugin`s can be inserted via tuple like this, but not `Resource`s:
```rust
app.add_plugins((
DefaultPlugins,
Rapier…
-
B018 (useless-expression) does not detect function calls with bare tuples:
```python
def foo(): ...
foo(),
```
COM818 (trailing-comma-on-bare-tuple) detects this as it should, but I fee…
-
Currently tuple is treated as a list.
1. We should preserve the immutability semantics of Tuple.
2. When converting to a primitive container, we should get a tuple back, currently we get a list:
``…
-
This currently fails verification:
```
fn stuff(a: (u8, u8)) {
let b = a.clone();
assert(a == b); // FAILS
}
```
This should be supported - but there's also a separate problem. This…
-
Hi,
There doesn't seem to be tuple support in the ParseVariant function, even if the signature contains it.
For example, my understanding of https://docs.gtk.org/glib/gvariant-text-format.html#…
-
The Foundation tuple format is pretty useful! Would you consider a PR to pull it into its own crate so it can be used independently?
-
TLinda provides operations Co, NotCo, AntiCo, and AntiNotCo with these semantics:
TRUE ALL UNTIL Co U, ... ,V Block UNTIL ALL tuples simultaneously present
TRUE NONE UNTIL AntiCo U,... ,v Block U…
-
There are two general situations where the users confuse argument lists with tuples.
We could potentially special-case the messages here:
### 1. Want a tuple, got an argument list
```scala
def…
-
Thanks for your work on this, exciting to be trying it out. I don't think this is expected, right? It's hardly usable so assuming this is bug/oversight.
![CleanShot 2024-09-19 at 20 34 42@2x](https…
-
`src` calculates the sum of a slice of integers, then the product. `tgt` does the same in a single loop. LLVM should fuse the two loops into one, since they are side effect free
https://godbolt.org/z…