-
In the beginning, one part of warp was to deal with cryptocurrency (though was not limited to it). The base at the time was solana, and although solana was used initially for identity and friending (a…
-
### Description
The relevant constraining works, without generics:
```swift
Test func bug() {
_ = Struct(1) // No crash.
}
protocol Protocol {
associatedtype Value
init(_: ValueEle…
-
We likely take ownership of the input to `PointerBuf::parse` but do not include it in resulting `ParseError`.
#### `PointerBuf::parse`:
```rust
pub fn parse(s: impl Into) -> Result {
let s =…
-
This is a tracking issue for the ["inherent associate type" part of "inherent associated items" part of the RFC 195 "associated items"](https://github.com/rust-lang/rfcs/blob/master/text/0195-associat…
-
Having some sort of trait for talking about a type's alignment at the type level will be useful not only for safe transmute but for other things as well. This information is often known at compile tim…
rylev updated
4 years ago
-
Is it possible to cast to RowType protocol to have possibility to change styling for all rows?
```
for row in self.form.allRows {
let row = row as? RowType {
row.cellSetup { ... }
}…
-
This kinda piggy-backs on to trait support. In general, it seems that when a trait is designed to be implemented by multiple different crates, for any `Result`, E is either a generic type associated w…
-
## Problem
The CLR currently does not support implementing interfaces for unowned types (see [roles and extensions](https://github.com/dotnet/csharplang/issues/5497)).
The basic idea is to use a…
-
Hey,
In the context of the PROTECT project, we defined a list of exemptions to GDPR’s data subject rights. We welcome discussions with experts in law.
The concepts we are proposing to add to DPV…
-
The compiler reports `error: ambiguous call 'fun(sync int(64), int(64))'` in the following code:
```chpl
proc fun(ref x: int, y:int) {}
proc fun(ref x: sync, y) {}
var a: sync int;
var b…