drfuchs

Results 5 comments of drfuchs
trafficstars

(Just to add more color to this bug / lack of feature, in case it affects its prioritization:) This issue interferes with Zig's "Maintain it with Zig: Incrementally improve your...

40+ years of experience with handling text files cross-platform speaking here: "On all platforms, the standard read-a-line functions should always consider CR, LF, and CRLF to be line terminators (and...

Indeed! Note that the Unicode list of line terminators is a strict superset of mine, including the CR/LF/CRLF complication. And, hey, even back in the day we had FF (which...

With regard to ghost's point that the undefined bytes might be in a separate memory page: That page may not exist, and thus the SIMD instruction will cause a SIGSEGV...

> It's obvious that such code results in infinite loop. So far I'm not quite sure if it will possible to compiler to infer this statically. You can detect some...