Vladimir Panteleev
Vladimir Panteleev
Another approach to this: - https://github.com/dlang/phobos/pull/5813
Can we fix Dscanner instead?
I think this should be a separate module. Was this discussed/approved somewhere? Because I faintly recall a discussion with the consensus that this is a bad idea. Probably worth clarifying...
Worth reading: https://news.ycombinator.com/item?id=4031699
> I like it. std.json has always been slow and non-conformant, so this will finally give it some real value OK, but please rename the module to `std.json5` and make...
I'm going to expand on the above a bit because this is kind of frustrating to me. JSON5's name is a scam, and it successfully tricked a lot of people....
OK, please make sure they are aware of this discussion.
> No, JSON5 means JSON with ECMAScript 5 syntax for data. The 5 corresponds to the ECMAScript revision. Ah, thanks; still misleading IMO! > I hope you can reconsider, there...
1. I think this code is very Linux-specific. `std.process` should be POSIX-compatible. 2. There is no guarantee that `procfs` is mounted. Edit: I see now it falls back to the...
I see this adds a third method of doing the same thing (`/proc/fd` -> `poll` -> `for` loop). Has anyone checked how other language runtimes handle this (besides being consistent...