-
## Summary
The following proc has an array return type with an unspecified domain. Throwing causes an *"illegal use of function that does not return a value"* error, originating from the last line …
-
I tried this code:
```rust
#![feature(generic_associated_types)]
trait StreamingIterator {
type Item (usize, Option);
// Uncommenting makes `StreamingIterator` not object safe
// …
-
There is an API (`FSharpType.Format(displayContext)`) that provides a common way to present F# types to show in the editor.
But for flexible types (where generic parameters with the constraint are ju…
-
### Description
```nim
import std/macros
template p {.pragma.}
type
X {.p.} = object
Y[T] = object
t: T
echo Y[X].T
echo Y[X].T.hasCustomPragma(p)
```
### Nim Version
% nim…
-
I'm splitting this out from #289. This issue will be about improving how the unsupported generic types and methods are handled by the build. #289 will be about adding (partial) support for exporting g…
-
**Describe the bug**
When specifying the generic types in ConsumerRecord, e.g. `ConsumerRecord[Any, Any]` in the stream function signature, the `ANNOTATIONS_TO_PARAMS` mapping fails to map the cons…
-
This is a continuation from issue #5803, which assumed the lack of support for this is a bug, which it was not, making it a feature request.
The proposal here is that currently, the `flake8-annotat…
-
I tried this code:
```rust
pub trait Foo {
type Assoc;
}
pub trait Bar {
}
pub struct FooBar {}
impl Bar for FooBar
{
}
pub struct Baz {}
```
I expected to see thi…
-
First of all I would like to make apology ahead if this is a duplicated case. It's really hard to describe such abstract pattern and look for it from previous issues. At least it is reproducible on ni…
-
FCStd files have no official MIME type. They either inherit from .zip files and are seen as zip files, or, when the OS allows it, defined by FreeCAD as `application/x-extension-fcstd ` (ex. in https:/…