Christoffer Lerno
Christoffer Lerno
"Proposal 1" is better: ```c if (catch f = something()) { io::printfn("Error said: '%s'", f.description); } ``` However, it is in this case probably better to have a general hash...
I'm unsure of this. @data-man what are your opinions in regards to using a hash map instead, esp now that the faults have ordinals.
But how would you retrieve that information? @data-man
There are two primary ways of doing this: 1. Store the extended information in a thread local 2. Store the extended information in a passed-by-reference variable *If* one would extend...
It's a reasonable question you ask @pierrec, because if there would have been no added runtime cost it would of course have been preferable to allow a payload.
I might close this issue if there aren't any additional ideas on how to work with this.
Closed due to lack of interest.
Implemented as [&out]
What's the state of this?
I'm looking forward to it!