Michał Górny

Results 218 comments of Michał Górny

Are you sure `| cut -d: -f2` wouldn't be easier?

> Bruv your semaphore is kinda broke It's dead, Jim.

The `test` command is deprecated in setuptools. Their maintainers want us to run pytest directly.

I'm afraid this is one of the moments when I have to say: autotools are too old and too hacky.

@SamuelMarks thanks for the workaround. Thanks to it, maybe I'll figure out something about #1476.

Well, I kinda see the author's point but I believe it's against the unix philosophy to prevent normal pipeline behavior in order to 'protect' the user from not understanding how...

Oh, I know what's the problem now! It's a collision between `/var/db/repos/gentoo` specified in `repos.conf` and `/home/mgorny/git/gentoo` where I've been running pebuild in.

I'm afraid this project is abandoned, to the point I'm considering removing it from Gentoo. And that's very sad because I like it a lot and would love to see...

The test failures look like precision problems to me. My totally random guess is that the icky 80-bit floats get involved somewhere. Is increasing the tolerance an option here, possibly...