Yesudeep Mangalapilly
Yesudeep Mangalapilly
Some tests don't compile with GCC 10.0 on Linux without Boost, but do using clang 10.0.0 on Mac OS X 10.15.6. I'm wondering whether `#define ZUG_VARIANT_BOOST 1` in `skip.hpp` is...
@arximboldi Agree. I've currently been trying to make the Bazel build work cross-platform while avoiding as many code changes as I can. I'm not sure but would you prefer to...
Hi @arximboldi I had originally used quotes instead of angled brackets to fix build errors. I've used a workaround to keep `` includes around, but it isn't without side effects....
TODO - [x] Add unit tests.
Heya @phst, I've seen libraries use both `.bazel` and `.BUILD` for build files that are added for third party repositories that have not incorporated bazel. Here are a couple examples:...
Hi @phst I've updated my PR to use predicates instead of regular expressions to determine whether a visited buffer file is a WORKSPACE or a BUILD file. Using that with...
**tl;dr:** I'd say it's far easier to strike a balance by having Bazel (and tools around it) formally use `.bazel` and `.bzl` file extensions. It would avoid a lot of...
I fixed this by adding the local JDK toolchain configuration to my `.bazelrc`: ``` #common --experimental_enable_bzlmod # Use the following after 6.0.0 is available on FreeBSD. common --enable_bzlmod # See:...
Hi. Thank you for making this. I'd love to have clojurescript support! Is it planned?