-
**Describe the bug**
I generated a QA set ..
```
qa_df = pd.read_parquet(QA_FILE)
display(qa_df)
```
```
qid | query | retrieval_gt | generation_gt
-- | -- | -- | --
601d49ed-df3a-4b4b-a8…
-
related to "occasional" traces seen as :
```
java.lang.IllegalArgumentException: name
at sun.misc.URLClassPath$Loader.getResource(URLClassPath.java:529)
at sun.misc.URLClassPath.getResource(URLClass…
kares updated
7 years ago
-
### What version of CUE are you using (`cue version`)?
v0.4.3
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
```
go build -o main
./main
go too…
-
### Aim
```rs
fn main(mut array: [Field; 2], i: u32) {
array[i] = 2;
let array2 = [array, array];
println(array2[i][i]);
}
```
### Expected Behavior
The value of `array2[i…
-
| | |
| --- | --- |
| Bugzilla Link | [41928](https://llvm.org/bz41928) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@DougGregor,@jmorse,@pogo59,@zygoloid,@rnk,@wjristow |
## Exten…
-
### Aim
We (https://github.com/FuzzingLabs) found that the compiler panics when you make a recursive call without condition, even if a return call makes you go out of the loop.a
### Expected Behavi…
-
This would include a `Property.check(...): Future[Report]` function. Scalacheck doesn't support this but ScalaTest 3.2's built-in property testing support does. It's really useful when writing effectf…
-
### Issue you'd like to raise.
We've been getting intermittent connection errors after an evaluation run right before evaluators are run:
```
Error evaluating run 6058a864-6395-4df9-9800-237d90e719…
-
Sorry I don't have a better understanding of the error to give this issue a better name.
Example code is here:
https://github.com/rossc719g/bsc_examples/blob/main/internal_error_1/README.md
The…
-
I tried this code:
```rust
use std::num::NonZeroU8;
pub const UNDEFINED: Option = Some(unsafe { NonZeroU8::new_unchecked(0) });
```
And assumed the compiler would reject it, but there w…