Pino Toscano

Results 26 comments of Pino Toscano

TL;DR: most likely a bug in kconfig_compiler, fixed in kconfig 5.100.0 (both [1] and [2]). This kconfig_compiler bug affected all the architectures, not only those when it exited with "Too...

It looks like this is superseded by #279.

Changing the test only fixes the test itself, and not comparisons done when using grantlee in some other application/library. I submitted #91 for this.

Hm I just tried on a s390x Debian porterbox at commit 0034c8ee693563cbecae8fa8a24d3e8d5dcc6ab1, and the test still fails in the same way as mentioned in my previous comment.

> Try [29aac3d](https://github.com/WizardMac/ReadStat/commit/29aac3db79a5da20d1d1dcbb54a587c5ba51e7b3) ``` PASS: test_readstat ``` Thanks!

> Some distros ship both static and shared libs, Do you have examples of this? I checked Arch, Debian (which I maintain) and thus Ubuntu, Fedora, FreeBSD, Gentoo, Mageia, OpenBSD,...

@hellosiyan would you please take a look at this MR or #134? This way Viewnior can be built (and work) against newer versions of the Exiv2 library. Thanks!

Hi @Yutsa, I'm not QComicBook developer, although I was almost to submit a similar PR. Your changes mostly look good, although I spot an issue with the placeholder for `Exec`:...

Not trying to undermine your feedback on this: how important is that you get the full help text on missing `-f`? At least from my experience, I have not seen...

`getopt` is a low level method, and and such it leaves a lot to implemented by the applications: - the help text has to be manually provided by the user,...