Cushion the state transition table library released

SHOO zan77137 at nifty.com
Thu Jun 27 10:52:24 UTC 2019


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


More information about the Digitalmars-d-announce mailing list