-
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…
-
As we provide blanket trait impls for `&[T]` and `[T; N]`, I'm not sure if there is a way to EVER produce a bytearray variant in the Schema derive.
This is likely to be the case until some kind of …
-
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
-
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 "…
-
[`\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 …
-
**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…
-
## 🚀 Feature
Currently when a profiling executor inserts a type specialization, it generates a fallback function for the case when a type doesn't match specialized. In that case the execution goes in…
-
```cpp
namespace test {
template
void foo() {}
}
struct X {};
template void test::f^oo();
```
Currently, if trigger go-to-definition at the location of `^`, clangd will give no response…
-
For example, `Object` has virtual methods but no virtual destructor.
https://github.com/ingowald/pbrt-parser/blob/master/pbrtParser/include/pbrtParser/Scene.h#L1003
Clang(9.0) with increased wa…
syoyo updated
4 years ago