Results 12 comments of Brian Dolbec

you can do the same with %s syntax eg: logging.debug("foo bar: %(foo)s, %(bar)s", {'foo': 'asdf', 'bar': 'qwerty'}) the .format equivalent of his original code would be to just replace the...

Well, something has changed since I added the 21.8.0 release to our Gentoo tree. I am now getting this same test fail error on my system (gcc/glibc based) using both...

Also, github is not letting me re-open this bug!

Can one of the repo admins please re-open this issue for me?

I just ran the test suite on the installed klein pkg and am getting the same failure. So it is not a network-sandbox issue with our emerge process.

I just re-ran tests for all those pkgs that had tests enabled in their ebuilds, plus a few of their deps, and all passed except for klein again.

Add the diff to discussion, a moderator or project dev will need to apply it.

overall, looks good. just the one configparser issue

How were you thinking of dealing with the main repo? in this case "gentoo" We have been trying to get way from the main-repo configuration. I'll poke Zac to have...

oh, instead of hard coding the special case. Why don't we add another config item for it. Then it is easily changed... provided-masters: it can be a list like the...