On Saturday, 7 January 2023 at 02:09:00 UTC, Walter Bright wrote:
>For those that still suffer the slings and arrows from this problem, please let me know the bugzilla issues for them.
I was actually working on a write up about BetterC and CTFE, and collected this list of issues:
Issue 18472 - [Reg 2.078] betterC: cannot use format at compile time
Issue 19268 - BetterC turns off DRuntime for CTFE
Issue 20095 - core.internal.convert.toUbyte doesn't work with -betterC
Issue 20479 - octal integer literals don't work with BetterC mode
Issue 21492 - betterC: TypeInfo is generated for code guarded by if(__ctfe)
Issue 23468 - [betterC] Cannot use std.array.join and std.algorithm.map at compile-time