LingMan
LingMan
Reduces the size of the resulting binary from 4.6 MiB to 1.3 MiB at the cost of 200-400 ms of compile time. Using fat lto would save an additional 220...
term_size is officially unmaintained and the authors recommend switching to terminal_size [1]. [1] https://github.com/clap-rs/term_size-rs/blob/5889fdc589d267182cc946faa24e0e3166a70000/README.md
The word `proc` has an orange background when themed. * **Browser**: Firefox 77.0.1 * **Operating System**: Manjaro Linux * **Link to page with the issue**: https://github.com/gfx-rs/naga/blob/713fcaaa119d2e538c539e9ccf06698e03f067a6/tests/convert.rs#L20 * **Screenshot**: 
Hi Suppose that `(lengths[i] == 0 || binaries[i] == NULL) && binary_status != NULL` in clCreateProgramWithBinary. Should `binary_status[i]` be set to CL_INVALID_VALUE in that case? The spec currently says: >...