https://issues.dlang.org/show_bug.cgi?id=23729
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All OS|Linux |All Severity|blocker |enhancement --- Comment #1 from Dennis <[email protected]> --- 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." --
