-
Given the following code: [Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=18a79c890fbd3689b2bcf57b92b50e36)
This does not compile with no features enabled b…
-
Some instance methods will only work if certain operations are supported by objects associated with the receiver. For example, a `List` can be sorted without providing a `compare` function iff the ele…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 1.8.1
#### Summary
generates incorrect up migration but down is ok
#### Current behavior
ge…
-
There seems to be unspecified bits regarding implicit cast on function/method/(and action) calls.
Spec section **8.20. Method invocations and function calls** mentions:
> The calling convention …
-
There is a helper function that some GSL users created for parsing byte streams. This function is currently is not in GSL due to us having problems implementing it efficiently, safely, and in a platfo…
-
I recently began using this modification and have been gradually adjusting its settings. However, I've encountered an issue on three separate occasions: the sporadic loss of functionality in my 'A' an…
-
```d
class ApplyContact
{
@Proto(1) string fromId = protoDefaultValue!string;
@Proto(2) string toId = protoDefaultValue!string;
@Proto(3) string message = protoDefaultValue!string;
…
-
### Is your feature request related to a problem?
Currently, when compiling a parallel filter/GROUP BY query we're compiling SQL functions from AST multiple times, once per the owner query thread and…
-
Good code without a small bug
To ensure the fair of tress-tested of this benchmark, no extra method to ensure other parameters thread-safe
so only `unSuccess`(after readLock) are thread-safe w…
-
**Describe the bug**
I was trying to install it on macOS I cloned the repo and tried to install the dependencies
**Debug output**
Switch on debug logging and include output along with the err…