Nicholas Wilson
Nicholas Wilson
> we shouldn't bother ourselves with any of that history Indeed, microsoft explicitly recommend against using that flag.
``` $(P If the arguments are all either types that are $(DDSUBLINK type, Arithmetic Type, $(I Arithmetic Type)), ``` You need to escape your commas , see https://github.com/dlang/dlang.org/pull/2453#discussion_r245378324
@maxhaton ping on redirects. Lets get this in.
I think the fix for this should be in user code to set `t.info = null` if you want a new trace using the same throwable object.
Unless the red in the CI is unrelated, then this break a whole lot of stuff.
Is the second commit dependent on the first one? i.e. does the first one need to be there if its already in another PR?
Yeah, for compile generated moves you need DIP1014 implemented, but for explicit moves there's no reason why we can't start supporting it now.
This is not really my area of expertise, but sure.
Here https://github.com/dlang/druntime/blob/master/test/exceptions/src/rt_trap_exceptions_drt.d#L4
see also https://github.com/dlang/druntime/blob/master/test/exceptions/Makefile#L78-L80