Benjamin Peterson
Benjamin Peterson
Evidently that's a [recently fixed](https://rt.openssl.org/Ticket/Display.html?id=3562&user=guest&pass=guest) limitation of OpenSSL.
That's an interesting idea. I don't really know how to compute that reliably, though. I also note that redirecting HTTP -> HTTPS is a pretty good indication of where users...
Thank you for the review. To hopefully answer both of your questions: The intention of this test appears to be to check that a linker script can be successfully passed...
The potential problem is Bazel doesn't compute the file size by counting how many bytes are fed into the hash function. Rather, the file is `stat`ed.. Thus, there's a race...
In other words, I'm trying to add a best-effort consistency check.
Steps can likely to taken to make this easier to merge if needed. Note I added a `Path.getDigest` overload taking a size; the no-argument version is preserved meaning no callers...
Chromium-based browsers automatically inline out-of-line style information on HTML elements copied into the clipboard, but Firefox does not. Presumably, either fixing https://bugzilla.mozilla.org/show_bug.cgi?id=406488 or changing the code highlighter to use inline...
What site is causing problems? On Sun, Jan 18, 2015, at 22:03, DaKnOb wrote: > Just ran a copy of this project with a changed `sites.json` file. All > sites...
I get `EOF occurred in violation of protocol (_ssl.c:600)`. Maybe you have an old version of openssl, which is hanging?
Yes, the runfiles tree of the cc_binary will be merged into the sh_test's runfiles.