-
I made an implementation of a polymorphic_value with SBO. It has a very similar API as this incarnation but removes the possibility to take over ownership of an object already existing on the heap. Th…
-
[P1160R0](https://wg21.link/P1160) Add Test Polymorphic Memory Resource To The Standard Library (Attila Feher, Alisdair Meredith)
-
The `unit_of` function
```rs
fn unit_of(x: T) -> T
```
which returns e.g. `1 km/h` for an input of `30 km/h` can lead to soundness bugs when the argument is zero.
Consider this case, for exampl…
-
**What is your use-case and why do you need this feature?**
The Kotlin compiler can infer some type arguments of a subtype from those of the parent abstract/sealed types. Currently, polymorphic ser…
-
| --- | --- |
| Bugzilla Link | [522192](https://bugs.eclipse.org/bugs/show_bug.cgi?id=522192) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 12, 2017 08:26 EDT |
| Modified | Sep…
-
Hi, I just tried azimutt on a local MariaDB instance, but I get:
```
$ npx azimutt@latest explore mariadb://hconductor@localhost:3306/hconductor
Connected to the database, exporting for schema 'hco…
cdfa updated
22 hours ago
-
Problem:
Whenever swagger.json is generated for the Request object the field definition is a reference to SomeInterface instead of a OneOf definition pointing to classes A or B.
public class Req…
-
This is a proposal for the "Exploit the above to support Closable/AutoClosable resources." task of #4850
I propose that we add a new namespace `Region` containing (initially at least) a single func…
-
This is probably confusing for newcomers and those who don't know about `LinearTypes`, even if technically correct according to the user's guide
> By default, all fields in algebraic data types ar…
akrmn updated
1 month ago
-
I want to tag a model that does not have any field called id instead I am going to use another field that is used as id in my table called **customerNumber**. I want to know if there is any way to ove…