Thanks, again.

So `--hint[source]:on` gives me the source line for compiler warnings and 
errors, but not for runtime errors and explicit calls to `getStackTrace`.

> To prevent this issue from appearing again you can follow this

Ah, I see so `.<type>` is some kind of type conversion since 
`doThing.YourProc.type` is `YourProc` and `(3.14).int` is `3`.

When I was still adding `{.gcsafe}`, there were some compiler warnings that 
these functions were gcunsafe. Should I be worried when converting these 
functions and calling them?

Reply via email to