[Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Feb 18 10:33:37 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23726
Dennis <dkorpel at live.nl> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl
           Hardware|x86_64                      |All
                 OS|Linux                       |All
--- Comment #1 from Dennis <dkorpel at live.nl> ---
This is a consequence of druntime hooks being translated to templates in the
front end: https://github.com/dlang/projects/issues/25
> I'm not sure if this use-case is supposed to be supported
dmd and druntime are tied together. You can't expect stability if you upgrade
dmd without upgrading your (custom) druntime with it.
--
    
    
More information about the Digitalmars-d-bugs
mailing list