-
CoreRT in Reflection-free mode not work:
1. Type.GetArrayRank()
2. Array.CreateInstance(Type, dimensionArray), where dimensionArray.Length > 0 and Type is Integer (8,16,32 or 64 bits, signed or un…
-
This issue is for me to brain dump all API papercuts I find, just so that I don't forget about them
4.0 Breaking release:
* [x] `env::log` uses `[u8]` rather then `str` #366
* [x] `Gas` is not a…
-
### HHVM Version
```
$ hhvm --version
HipHop VM 3.13.1 (rel)
```
### Standalone code, or other way to reproduce the problem
Define a class covariant on one of its type parameters and assert the cons…
-
[`Consensus::model()`](https://docs.rs/sample-consensus/1.0.1/sample_consensus/trait.Consensus.html#tymethod.model) for example, using `I: IntoIterator` instead of `I: Iterator` allows users to pass a…
-
https://docs.python.org/3/library/typing.html
This way python autocomplete engines work better when the function types are known. It would be a considerable improvement in this library since code c…
-
[Compiler Explorer](https://godbolt.org/z/8PM69Ej68)
```c
// [clang] error: initializer element is not a compile-time constant
// [ gcc ] ok
/* const */ size_t i;
static_assert (!!…
ghost updated
2 months ago
-
## Comments
The check for manual `impl Object for Object` only makes sure there is no *direct* `impl Object for dyn Object` - it does not consider such indirect impls. Therefore, you can write a bl…
-
As a follow-up to #71, I would like to remove the `Clone` bound from `Deserialize` too. However, this requires *a lot* of other changes, so I'd like to discuss it here first.
The solution I'm think…
-
So far the proper shorthand for creating the value (but not returning immediately) was something along:
```rust
Err(FromString::without_source(
"msg".into(),
))
```
is there a shorter,…
-
The issue is described in https://github.com/metanorma/iso-10303-2/pull/102#issuecomment-1243148727 .
The `express_reference_to_mention` method needs to check whether the `{entity}` is really an E…