Arnaud Rebillout

Results 87 comments of Arnaud Rebillout

@vdemeester So actually, neither `gotest.tools` neither `gotest.tools/v3` work in GOPATH mode. I'm trying in the official golang docker image, latest. ``` $ go version go version go1.14.4 linux/amd64 $ GOPATH=$(pwd)...

@dnephin > I think your theory is likely correct, but I don't see anything about import aliases in that diff. By "that diff", you mean the diff I propose at...

Hello! Thanks for your answer! I've read the links that you shared. From my understanding, there was no fundamental blocker then, it's just that the topic of a merge request...

Seems like the release cycle of PA is roughly once a year: ``` $ cd pulseaudio $ git tag --sort=creatordate --format='%(creatordate:short)%09%(refname:strip=2)' | grep -F '.0' 2006-05-26 v0.9.0 2011-09-27 v1.0 2012-05-11...

> I'm not sure when bug fixes are delivered to end-users This can always been done via the distro package if it's an important bug fix. I'd be willing to...

Hi @GBuella, thanks for pinging me. Here's a build in Debian Jessie, test 25 and 28 still fail. ``` Start 25: fork_logging 25/40 Test #25: fork_logging ...........................***Failed 0.17 sec Executing:...

Debian Buster fails, test 25 and 28 fail exactly as on Jessie (same diff in the logs), and additionally the test `40 - syscall_format_logging` fails. For some reason I didn't...

@GBuella Thanks for the update! Now the tests succeed in Debian Jessie! I still have a failure for Debian Buster, the 3 tests. From what I've seen - Test 28...

Hi @GBuella, here comes more details of build and test on Debian Jessie. I've been using your branch `syscall_format_fix`, and the test number 40 succeeds now. ``` # gcc --version...