On Wednesday, 26 June 2019 at 15:20:45 UTC, ag0aep6g wrote:
On 26.06.19 16:01, SHOO wrote:
GitHub: https://github.com/shoo/cushion

You've got bad `@trusted`s.

Quoting from there:
pragma(inline) T trustedCast(T, Arg)(Arg arg) @trusted
{
        return cast(T)arg;
}
[...]

Nooooo.

Thank you for your technical review.
You can report new issues on GitHub: https://github.com/shoo/cushion/issues Or, you may also create a pull request: https://github.com/shoo/cushion/pulls

Reply via email to