rhabarba@feddit.org to Linux@lemmy.mlEnglish · 2 months agoRust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.comexternal-linkmessage-square215fedilinkarrow-up1449arrow-down111file-textcross-posted to: linux@lemmy.zip
arrow-up1438arrow-down1external-linkRust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.comrhabarba@feddit.org to Linux@lemmy.mlEnglish · 2 months agomessage-square215fedilinkfile-textcross-posted to: linux@lemmy.zip
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up3·2 months ago Pointers are not guaranteed to be safe So I guess they are forbidden in @safe mode? but it’s being replaced by something else instead Do you know what is the replacement? I tried looking up DIP1000 but it only says “superceded” without mentioning by what. This makes me wonder how ready D is for someone that wants to extensively use @safe though.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up2·2 months agohttps://github.com/ZILtoid1991/newxml/tree/main This XML parser of mine uses safe by default.
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoIt also seems to require a GC though… newxml is GC only, for simplicity sake.
So I guess they are forbidden in
@safe
mode?Do you know what is the replacement? I tried looking up DIP1000 but it only says “superceded” without mentioning by what.
This makes me wonder how ready D is for someone that wants to extensively use
@safe
though.https://github.com/ZILtoid1991/newxml/tree/main
This XML parser of mine uses safe by default.
It also seems to require a GC though…