-
Very long term issue. Requires specialization to be stable and a way to specialize for functions and closures that don't borrow any environment.
-
Binding a query like `client.query("SELECT ?fields WHERE ts > ?").bind(datetime!(2022-11-13 15:27:42 UTC))` results in runtime execution error:
`DB::Exception: Illegal type Tuple(UInt16, UInt8, UIn…
v3xro updated
3 months ago
-
Reported by Eugeniy D on scala-internals.
```scala
class C[@specialized(Double) A]()
class D[@specialized(Double) A]() {
val (a, b) = (1, 2)
val c = new C[A]()
}
```
Crashes the back…
-
In the following scenario, a local trait is default-implemented for a collection of types and once for a specific type.
```rust
#![feature([min_]specialization)]
use num::One;
trait Trait1 {
…
-
Such code:
```glsl
layout(constant_id = 0) const int N_bins = 42;
layout(set = 0, binding = 2) buffer Buf {
uint arr[N_bins];
float f;
};
```
Cannot be translated correctly. This "…
-
### Before You Begin
- [X] I confirm that I have downloaded the latest version of the addon.
- [X] I am not playing on a private server.
- [X] I checked for an [existing, open ticket](https://git…
-
| | |
| --- | --- |
| Bugzilla Link | [44386](https://llvm.org/bz44386) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@topperc,@dwblaikie,@zygoloid |
## Extended Description
Clan…
-
### Describe the issue
I am attempting to compile ONNX Runtime on the [LUMI](https://docs.lumi-supercomputer.eu/) supercomputer, a Cray system.
The configuration step is completed without any issue…
-
**Describe the bug**
Doxygen reports: "warning: no matching class member found for"
When parsing a template specialization of a member function, which has been overloaded.
Doxygen additionally repo…
-
**Describe the bug**
When Ovale Balanced Druid is enable. there is unplayable grpahic lag/shuttering
**To Reproduce**
Steps to reproduce the behavior:
1. Select the script...
2. Cast XXX spell.…