Joseph Rushton Wakeling
Joseph Rushton Wakeling
My earlier comment, that `@safe` should only be applied to non-templated functions and methods, should be taken as applying to the entire commit. It's simply not appropriate to make promises...
Broadly, I'm concerned that this PR is just trying to get `dproto` code to compile inside `@safe` code blocks, without actually thinking through the rationale of what actually _is_ safe....
> 2) Removed deprecated inline imports. I don't see any sign of this in the diff ... ?
> For me it seems to be important that processing of non-trusted data cannot lead to memory corruptions. Yes. This is why it's important to differentiate between code that actually...