On Saturday, 2 July 2016 at 00:34:05 UTC, Walter Bright wrote:
On 7/1/2016 1:29 PM, Stefan Koch wrote:
Do you want to see coverage for code executed at CTFE ?

It's not necessary since CTFE code can all be executed at runtime, and coverage tested that way.

Fair enough :)

execpt for code guarded by if (__ctfe)

Reply via email to