Benjamin Peterson
Benjamin Peterson
CloudABI is no more.
Err, my PR actually fixed a different issue from this one. :)
Fixing this properly with the current implementation is a little ugly—I think a check for being closed would have to be inserted after every resumption of the generator. It might...
Rather than using a generator, `Response` would implement `__next__`. On Sun, Jan 19, 2020, at 21:29, Quentin Pradet wrote: > @benjaminp Can you please roughly > explain how that would...
This is more or less a duplicate of #7377. See also https://github.com/bazelbuild/proposals/blob/master/designs/2019-10-15-tool-visibility.md.
Even some Java 11 features like `var` are not mentioned, though.
I see. For some reason I thought that `package()` should always be the first statement, so I was confused when `replace_load` followed by `movePackageToTop` didn't put the `package` above the...
buildifier on master now parses `BUILD.bazel` files as `BUILD` files. In #400, I extend the heuristic to match filenames commonly used for external workspace `BUILD` files.
That's pretty unfortunate. I hate to add more system dependencies. I wonder if there's any possible scheme to just exclude the tests.
It is assumed that the system has `libgfortran` available.