-
# 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…
-
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 …
-
| | |
| --- | --- |
| Bugzilla Link | [44386](https://llvm.org/bz44386) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@topperc,@dwblaikie,@zygoloid |
## Extended Description
Clan…
-
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 "…
-
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 {
…
-
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…
-
## Required information
[In the docstring](https://github.com/eclipse-iceoryx/iceoryx/blob/2e38d15f188a28cc3aaeb2716c3a9f0efb4f0626/iceoryx_hoofs/functional/include/iox/function.hpp#L29-L32) for th…
-
**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.…
-
**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…
-
The mission ontology defines:
```
aspect SpecifiedElement
reifiedRelationship Performs {
inverseFunctional
asymmetric
irreflexive
unreified = performs
inverse = isPerformedBy
…