-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/MattWindsor91/roslyn/blob/master/concepts/do…
-
### Godot version
4.0.2.stable.arch_linux
### System information
Linux
### Issue description
If you have a chain of inherited classes, e.g. `CharacterBody3D > Base > Child`, you cannot set the Ro…
-
### Problem Description
Our projects make heavy use of the `Export Type to IFC As` parameter (and `Type IFC Predefined Type`). I've been noticing that quite often, we will get scenarios where we migh…
Moult updated
3 months ago
-
Hi,
Consider this example code:
```cpp
struct Base
{};
int foo(Base&);
struct Derived : Base
{
auto f() & -> decltype(foo(static_cast(*this)))
{
return foo(static_c…
-
I'm working on making a rather big, domain specific java API available through JPype. One of our main issues is the complete lack of type information during static analysis - and therefore no linting …
-
Since we have had Dart 3, we have access to sealed classes. I propose we migrate the `Result` class to `sealed` instead of `abstract`. I have done so in a fork. See [the comparison](https://github.com…
-
**Describe the bug**
In the code below, Intelephense:
- does not recognise that `OAuth2GrantType::*` is compatible with `string`
- incorrectly reports the `string&OAuth2GrantType::*` received b…
lkrms updated
4 months ago
-
### Feature request
Psalm has a `class-string-map` type to represent cases where an array is a map between a class name (potentially restricted to a given type) as key and a value which type depends …
-
## Search Terms
Base class expressions cannot reference class type parameters
## Suggestion
Right now it is possible in Ts to generate base classes dynamically (via a function):
```ts
…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### Typegu…