-
- [ ] Rebuild libvpx from conan without the /GL option
- [x] Use the `virtualenv` generator of conan to use clake and ninja from conan using build_requires
- [x] Use the `virtualenvrun` generator to…
-
**Describe the bug**
Including sentinel in the frontend (sea spf,fpf,fcpf) yields sat when trying to intitialize multiple arrays like this:
```c
extern void __VERIFIER_error(void);
extern long __V…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Maven | 3.8.8 |
| Java | 21 |
| SpotBugs | 4.8.5.0 |
| FindSe…
-
In https://playground.ponylang.io/?gist=b3ccdc537c480aaf5ae0a203421bfeab
```
primitive Log
fun emerg(): U8 => U8(1)
fun mig(): U8 => U8(2)
actor Main
new create(env: Env) =>
let x…
-
### Tool plugins
What if gpt4all was able to load llama 3.1 tools in the form of plugins in wasm format? Imagine you could just download a llama 3.1 tool off the internet and it runs sandboxed as a…
-
dart2js avoids creating SSA nodes in the CFG builder after a _statement_ that throws.
A method call is considered to always throw is if the global analysis inferred return type is `Never`.
In the …
-
**Describe the bug**
I'm using Pynguin to generate test cases for a Python script. The script does not contain classes, but only functions (14 functions).
But when i use Pynguin it finds more than …
-
_[Original issue](https://code.google.com/p/error-prone/issues/detail?id=35) created by **cpovirk@google.com** on 2012-08-06 at 08:48 PM_
---
If I add a new field to a class, I can remember to updat…
-
- [x] Apache Cassandra
- [x] Apache Spark
- [ ] Apache Spark streaming
- [ ] Apache Storm
- [x] Apache Kafka
- [ ] Apache Helix
- [ ] Apache Mesos
- [ ] YARN
- [x] [Google Auto](https://github.com/goo…
-
Requested feature at workshop, e.g.:
```
a(i) = b(f(i))
```
where `f` is a function on `integer`.