search for: 9cb10b39

Displaying 4 results from an estimated 4 matches for "9cb10b39".

2023 Aug 07
0
libnbd | Failed pipeline for master | 9cb10b39
Pipeline #958658174 has failed! Project: libnbd ( https://gitlab.com/nbdkit/libnbd ) Branch: master ( https://gitlab.com/nbdkit/libnbd/-/commits/master ) Commit: 9cb10b39 ( https://gitlab.com/nbdkit/libnbd/-/commit/9cb10b390e2def9cc7ed744382e5d68e874e1c7a ) Commit Message: golang: Optionally use gofmt on generated .go f... Commit Author: Eric Blake ( https://gitlab.com/ebblake ) Pipeline #958658174 ( https://gitlab.com/nbdkit/libnbd/-/pipelines/958658174 ) trigger...
2023 Aug 07
0
libnbd | Failed pipeline for master | 9cb10b39
Pipeline #958658174 has failed! Project: libnbd ( https://gitlab.com/nbdkit/libnbd ) Branch: master ( https://gitlab.com/nbdkit/libnbd/-/commits/master ) Commit: 9cb10b39 ( https://gitlab.com/nbdkit/libnbd/-/commit/9cb10b390e2def9cc7ed744382e5d68e874e1c7a ) Commit Message: golang: Optionally use gofmt on generated .go f... Commit Author: Eric Blake ( https://gitlab.com/ebblake ) Pipeline #958658174 ( https://gitlab.com/nbdkit/libnbd/-/pipelines/958658174 ) trigger...
2023 Aug 07
1
[libnbd PATCH] golang: Optionally use gofmt on generated .go files
...ts and have proper columnar alignment; if it is not > available, the project still compiles. > > Signed-off-by: Eric Blake <eblake at redhat.com> > --- > > Followup to this earlier series: > https://listman.redhat.com/archives/libguestfs/2023-July/032133.html Now in as 9cb10b39, after rebasing to yet more rustfmt changes in the meantime. > > I still need to fold in the 'make check' verification of non-generated > .go files, plus Dan's idea of enabling CI coverage... This still remains on my todo list. -- Eric Blake, Principal Software Engineer Re...
2023 Aug 04
1
[libnbd PATCH] golang: Optionally use gofmt on generated .go files
Combine my recent work on improving the generated Go output with Tage's work on using a canonical formatter for Rust. If gofmt is available during the build, then the generated .go files will now use TAB indents and have proper columnar alignment; if it is not available, the project still compiles. Signed-off-by: Eric Blake <eblake at redhat.com> --- Followup to this earlier series: