Harrison Metzger
Harrison Metzger
That is correct. The did appear to merge the PR. Should you kindly ask if they can cut a new release since it's depended on here?
This question is probably naive (and an educationally focused question), but why can't llvm nor gcc be built with msvc? Is it the fact that the compiler code itself can't...
Ok, thanks for the explanation.
I had wondered this myself. As that reference link states, if you have to make 10000 requests, then you make 10001 allocations: 1x `[]*result[V]` and 10000x `Result[V]` objects. I think...