rhabarba@feddit.org to Linux@lemmy.mlEnglish · 10 months agoRust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.com21044913
436Rust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.comrhabarba@feddit.org to Linux@lemmy.mlEnglish · 10 months ago210
Show ContentGiooschi@lemmy.worldEnglish3·10 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.
Show ContentZILtoid1991@lemmy.world2·10 months agohttps://github.com/ZILtoid1991/newxml/tree/main This XML parser of mine uses safe by default.
Show ContentGiooschi@lemmy.worldEnglish2·10 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…