Michael Hudson-Doyle

Results 30 issues of Michael Hudson-Doyle

Under some circumstances (which probably no longer apply in master) gcc inlined get_monitor_event into test_null_creds and then emitted a "maybe uninitialized" warning on the use of error. This would only...

stale

It would be great to be able to see how large a directory is. AFAICS all the information is in the sqlite db and it's probably doable in a single...

CLI

Hi, We're seeing persistent timeouts testing new versions of this package on armhf in Ubuntu: https://autopkgtest.ubuntu.com/packages/g/golang-gopkg-square-go-jose.v2/groovy/armhf There are a few slow tests but TestOpaqueKeyRoundtripJWE appears to be the slowest. Does...

As can currently be seen at https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#golang-github-labstack-gommon, the tests for the bytes package fail on arm64, ppc64el and s390x architectures. This turns out to be because the tests depend on...

Hi, Currently github.com/coreos/pkg/capnslog/journald_formatter imports github.com/coreos/go-systemd/journal, but github.com/coreos/go-systemd/journal and github.com/coreos/go-systemd/sdjournal/journal import github.com/coreos/pkg/dlopen. This is a pain for distro developers: we want to package both github.com/coreos/go-systemd and github.com/coreos/pkg but cycles in the...

area/distribution
dependency/external

This is mostly stuff I did on a Friday afternoon while procrastinating about other things so it doesn't come with any guarantee of correctness or completeness (in fact, it's definitely...

Full log here: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/s390x/p/pygalmesh/20200908_152349_ba2b5@/log.gz Running it by hand shows that this is the only test that crashes, the others all pass. The traceback in gdb is this: https://paste.ubuntu.com/p/c3BS5wdN2r/ which I...

zope.interface.provider is a decorator like zope.interface.implementer but it declares the decorated class or function provides an interface (instead of that it implements it). It would be cool for pydoctor to...

astbuilder
zopeinterface