unit-threaded v1.0.0

Atila Neves atila.neves at gmail.com
Mon Jun 1 08:49:39 UTC 2020


On Friday, 29 May 2020 at 14:20:53 UTC, ag0aep6g wrote:
> On 28.05.20 17:35, Atila Neves wrote:
>> https://code.dlang.org/packages/unit-threaded
>
> You got a bad @trusted:
>
> ----
> import unit_threaded.light: check;
> void main() @safe
> {
>     check!((int a) @system {
>         /* ... can do unsafe stuff here ... */
>         return true;
>     });
> }
> ----
>
> I searched for "trusted" and that was the first hit. I didn't 
> look further. There's probably more.

That got fixed a few weeks back - your code doesn't compile for 
me.


More information about the Digitalmars-d-announce mailing list