-
I've been tracing an issue that causes my call to be disconnected once I initiate a hold command, which performs a reinvite request to be sent. The problem is that about 10 seconds after initiating ho…
-
| | |
| --- | --- |
| Bugzilla Link | [27063](https://llvm.org/bz27063) |
| Version | unspecified |
| OS | All |
## Extended Description
Suppose we have code like the following:
```
#ifde…
-
For the code below clang should emit 2 unreachable code warnings, but it only emits one
https://godbolt.org/z/fT9rs5xYn
```c++
#include
[[noreturn]] void crash() noexcept;
#define VerifyEl…
-
There seems to be unreachable code in [src/compiler/codegen_schema.c](https://github.com/dvidelabs/flatcc/blame/b09f8f4c1d41f5f6e2a66e83dbed24d380c44dca/src/compiler/codegen_schema.c#L91-L93).
msvc…
-
### Description
> $subject
In the first phase we will be looking into dead-code-elimination for Ballerina standard library modules.
Below are the steps required to complete dead code eliminat…
-
hi @lucidrains
I found the same error #142
this is my code
`self.vq = VectorQuantize(
dim=in_channels,
codebook_size=codebook_size,
codebook_dim=codebook_d…
-
We should consider removing this lint as we have lot of unfinished features.
TODO
## 🤔 Expected Behavior
## 😯 Current Behavior
## 💁 Possible Solution
## 🔦 Context
…
-
Godbolt link:
https://godbolt.org/z/Kaq3sbsr9
Inline code:
```
long patatino() {
long x = 0;
for (int i = 0; i < 5; ++i) {
while (x < 10) {
if (x % 2 == 0) {
…
-
### What platforms are affected?
linux, macos, windows, others
### What architectures are affected?
amd64, arm64, others
### What SpiceDB version are you using?
main
### Steps to Reproduce
1. `…
-
The code below
```rust
#[flux::sig(fn (head: _, rows: _) -> usize)]
fn csv(head: [&str; N], rows: &[[&str; N]]) -> usize {
0
}
```
makes flux keel over with
```
--> tests/tests/to…