bill-myers
bill-myers
> I'd argue that this is a good thing, as it forces users of the "manual" API to unroll their partial-vector behaviour. I'm concerned that something like Partial as described...
A simpler partial approach is to take advantage of the fact that all OSes for systems with an MMU don't map a page at 0 (so that null pointer accesses...
Then why the obscured installation? What's the GitLab repository that holds the actual files? (seems to be private...) Why are they not together with the install script, on GitHub and/or...
And downloading the files via the GitHub API reveals several tar.xz archives with compiled binaries (including weird original ones like "bin/ib" and "opt/apps/pgup-f6-pgdn-f7.exe" in scripts.tar.xz that is not clear what...
Disregarding poison that way (or using a mutex without poison support) is wrong in general, since it means that you are accessing data structures with broken invariants (due to a...