J. Neuschäfer
J. Neuschäfer
> Looks like there are only two outstanding items: > > * header comment > > * privatizing fields The header comment should be there now (I previously held git...
I've spent some time looking into `nc_test4/tst_h5_endians.c` today. On s390x (big endian machine), the little-endian read/write tests fail. ```c printf("\tLittle-Endian Int...\t"); if ((retval = nc_put_var(ncid,le_int_varid,idata_in))) return retval; if ((retval =...
> If you didn't know yet, there's a more detailed description of this in the docs: https://woodpecker-ci.org/docs/usage/linter#event-filter-for-all-steps I saw the page, but both the message and the longer documentation section...
> Do you have a better suggestion? - If there is a `when` block, keep the message as is - If there is no `when` block, suggest adding a when...
@Nukesor currently, not particularly, sorry
> ## What does this PR do > > This PR fixes compilation against libc 0.2.176 on `s390x-unknown-linux-musl`. libc 0.2.176 fixed the definitions of `statfs` to align them with musl,...
> Did you forget to add the dockerfile? :D I forgot to write it, because I didn't know how this part of cross works :)
Regarding the CLA: This is a trivial contribution, I wish to proceed without CLA.
> @neuschaefer did this work for you? And if so, what platform did you test it on? Thanks! Admittedly, I did not test this on a little-endian machine (where the...
Hello @Adikesha, please consider testing #22