Ryan Saunders
Ryan Saunders
Rather that going the WSL route, has anyone attempted to use GPG4Win directly, and avoid the "container" problem? As far as I can tell, all the necessary binaries are available...
@mwichmann @bdbaddog what are the expectations regarding code coverage? If I'm reading this correctly, my unit tests only exercise 41% of the lines of code. There are certainly more tests...
Bummer. Also, on a related note, I noticed that the SconsDoc stuff tries to load lxml, and if that fails, tries to fall back to a different implementation, but that...
> Bummer. Also, on a related note, I noticed that the SconsDoc stuff tries to load lxml, and if that fails, tries to fall back to a different implementation, but...
Hmmm...so maybe add this to an "else if posix" clause at the end of the "if hpux...else if aix...else if darwin..." structure? Sent from ProtonMail mobile -------- Original Message --------...
> Sigh. The doc build failure is one I started to run into as well. I was able to stave it off by backing out an example - that was...
> The doc build part appears to be a built-in limit that turns out to now be tunable thanks to someone's efforts about six months ago. I bumped the limit...
> I'm thinking it's really #1? Correct. Though, if the specified package is not currently installed, its binaries will be built as part of the install process, so #2 kind...