Robert Smallshire

Results 26 comments of Robert Smallshire

Same here I have `ffmpeg-build-script` version 1.4 and the built ffmpeg is reporting, ffmpeg version v1.40 Copyright (c) 2000-2022 the FFmpeg developers when it should be 5.1 which the version...

If I modify the `build-ffmpeg` script to rename the `SCRIPT_VERSION` variable to `BUILD_SCRIPT_VERSION`, then instead of the built `ffmpeg` reporting the version of `build-ffmpeg` (e.g. 1.40), it now reports a...

After further investigation I can report that the problem with the reported version number occurs because of the way the ffmpeg build determines the version number to incorporate into the...

I just had the same idea while I was waiting for Cosmic Ray to do its thing. It's sort-of obvious, so I'm not surprised it has already been suggested. It...

There's an interesting thread here on extracting this information from coverage: https://bitbucket.org/ned/coveragepy/issues/170/show-who-tests-what

Bingo?! https://github.com/chrisbeaumont/smother

I think we can detect many bothersome equivalent mutants at runtime – and in particular the set of mutants skipped in the current implementation. We can't do this statically, but...

@puddly Yes, when I'm back from vacation.

The `loop` argument to `open_serial_connection` is already optional, but this function supports requires keyword arguments. I think that's a reasonable solution for the other functions, as although it is a...