Poul-Henning Kamp
Poul-Henning Kamp
I have implemented two range functions which I had hoped to be able to ignore, because I'm confused about how error handling is supposed to work in pymeasure. What precisely...
I see no mention of fractional seconds ? I think we need to ponder that, if the goal is (eventual) convergence for all timestamps in HTTP ? Considering how much...
Re leapseconds: #2170 as written ("excluding leap-seconds") means that `...00:00:60Z` timestamps will be illegal, effectively mandating POSIX leap-second (non-)handling. To make #2170 able to handle leap-seconds requires that every HTTP...
I have spent a lot of time over the years searching, but I have yet to see a 23:59:60 timestamp in the wild...
Is it WARNS=6 that enables these warnings on NetBSD ?
Hmm, this seems gone now. It fails during package building instead: checking whether the C compiler works... no configure: error: in `/home/wifibld/pkgbuild/mips_ap/mips.mips/dropbear/work/dropbear-2016.73': configure: error: C compiler cannot create executables See...
This is going to be long-ish. First, there are two different issues: A) Call argument lifetimes. B) Return value lifetimes. Second, our viewfinder here should encompas both VCC calling VMODs,...
> > If we want to reduce the amount of copying by .copy(), by allowing objects to use refcounting, if that makes sense, we need to also add a .endcopy()...
We should only attempt to read the next chunked header if we have read-ahead bytes. Blocking for the next chunked header will break some web-applications which rely on complete concurrent...
IMO our versioning has never worked particularly well, partially for lack of discipline, partially for inability to fully grasp the versioning consequences and partially because the 'fault-lines' are indeed very...