[Issue 23729] ignore custom object.d for CTFE needs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 21 16:00:56 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23729

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|blocker                     |enhancement

--- Comment #1 from Dennis <dkorpel at live.nl> ---
This is similar to issue 23726, where I mentioned:

> This is a consequence of druntime hooks being translated to templates 
> in the front end: https://github.com/dlang/projects/issues/25

dmd and druntime are tied together. If you run a custom runtime without a hook
for appending arrays, then it isn't surprising you get "Error:
`object._d_arrayappendT` not found. The current runtime does not support
appending array to arrays, or the runtime is corrupt."

--


More information about the Digitalmars-d-bugs mailing list