unit-threaded v1.0.0

ag0aep6g anonymous at example.com
Fri May 29 14:20:53 UTC 2020


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.


More information about the Digitalmars-d-announce mailing list