Matt Jolly

Results 168 comments of Matt Jolly

> adds a de facto build time dependency on Python and out-of-tree ChromeOS build files I don't intend for the python scripts to remain in their current state - They're...

Sorry, got hit by a migraine then swamped with work! I'll see if I can come up with a performant approach that will gather the vast majority of the variables...

Quick update, it's not forgotten I just moved halfway across a continent and hurt both of my arms. @hololeap has made some good progress on getting us a runtime ebuild...

I will test these changes when I'm home from dog show stuff, thanks for committing them here. > Runs `portageq` to determine repository names and locations. Emits a warning if...

> I replaced the lovely attoparsec code with some janky regex matching and regular IO to avoid pulling in the additional dependencies. It's your software! > In the original PR,...

It took ages to update my hackage index. I've got to run off to work shortly so detailed testing will have to wait for a bit but overall it looks...

I've got a Curl ebuild bump to prepare for, which gave me a good opportunity to do some testing. For `net-misc/curl/curl-9999.ebuild`: - Whitelist `${PN}` for SC2206 (portage won't provide something...

`mycmakeargs` is [consumed by](https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/cmake.eclass#n417) the cmake eclass: ``` In createrepo_c/createrepo_c-1.0.0.ebuild line 44: local mycmakeargs=( ^---------^ SC2034 (warning): mycmakeargs appears unused. Verify use (or export if used externally). ``` `emesonargs` is...

Confirmed to be a bug gated by ratelimiting envvar Seems like we're assuming that we'll always get a port and sometimes we get an IP with no port and splitting...

> Isn't that a bug on traefik's side? How can the client not have a TCP port number? Not sure tbh, but even if it _is_ a bug on the...