-
When restricting a generic type parameter to a trait which is a super trait of another trait, and also places trait bounds on an associated type of the other trait.
For example:
```
trait TypeRes…
-
Depends on: https://github.com/Graylog2/graylog2-server/issues/20535
- Two selects, one for the category and one for related subcategory
- only one category can be selected, but 1+ related subcateg…
-
## The problem ###
Say, our application uses **Moya** for network request and **ObjectMapper** for JSON mapping. This could lead to duplicated or complicated code.
(yes, I think **Alamofire** is…
-
### Motivation
These keywords are defined in the JSON Schema 2020-12 dialect.
Release notes: https://json-schema.org/draft/2020-12/release-notes
These are useful for representing generics: ht…
-
We can eliminate the JS AST implementation, and most associated code. Specifically, we can eliminate all type-specific handwritten AST JS, and all generated AST JS except printing.
This would make …
-
Hi everyone, a while back a discussion was started about the inclusion of traits for interfacing with sensors (#32) but unfortunately it did not gain much traction. I was hoping to revisit this as I c…
-
Given the following code:
```rust
#![feature(generic_associated_types)]
trait Trait {
type Assoc Trait for &'b () {
type Assoc;
| -------------- expected
...
8 | type As…
-
### The problem
I recently re-built my small Zigbee network using the SMLIGHT SLZB-07 dongle (firmware: 7.3.0.0 build 131) in Home Assistant. Everything is working, but I noticed that two coordinator…
-
| | |
|------------------|-----------------|
|Previous ID | SR-1779 |
|Radar | rdar://problem/27652431 |
|Original Repor…
-
### Description
Some ownership-related diagnostics seem to be missing source location information. See e.g. the example below
### Reproduction
```swift
protocol TypedPointer {
associate…