Commit graph

1 commit

Author SHA1 Message Date
Johan Engelen
92181d3c0d
Implement __ctfeWrite builtin (#16250)
* Implement __ctfeWrite builtin

Reworked stalled PR #12412.
The __ctfeWrite function is already part of druntime (core.builtins), but was never implemented.
The actual implementation is the one used at Weka (slightly different from PR #12412) and does not require any changes to expression.d (contrary to said PR).

* fix file extension of changelog entry

* fix changelog file naming

* Improve changelog entry

* Remove superfluous code and add test case.
2024-03-18 11:26:29 -07:00