-
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…
-
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 "…
-
Consider this code:
```cpp
#include
template
void foo()
{
puts(__PRETTY_FUNCTION__);
}
template struct my_basic_string;
using my_string = my_basic_string;
template struct __attribu…
-
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 {
…
-
[`\Psalm\Internal\Codebase\TaintFlowGraph`](https://github.com/vimeo/psalm/blob/master/src/Psalm/Internal/Codebase/TaintFlowGraph.php) is somehow a mystery, however the central place for handling the …
-
All the various new player abilities I want to add will lead to very powerful players. Limitation can encourage creativity. Do I want to incentivize specialization?
Game servers need to be able to …
-
# Feature or enhancement
### Proposal:
Now that we have type versions installed in https://github.com/python/cpython/issues/119258 . We can use the information to constant propagate through attribut…
-
**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…
-
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