Alex Eagle

Results 1034 comments of Alex Eagle

I think a post-commit hook is going to work better, because when precommit runs you don't know what additional regions might be staged into the index. Any progress @vicb ?

Not quite right because that would stage everything modified. We only want to format what you staged. On Fri, Jun 1, 2018, 12:07 PM Shaun Sweet wrote: > in the...

Sorry for the delays! Notifications in this repo has gotten a bit out of hand with all the C++ projects being added.

@DavidZbarsky-at the prebuilt release for this failed: ``` In file included from external/libarchive~/libarchive/archive_hmac.c:32: external/libarchive~/libarchive/archive_hmac_private.h:51:10: fatal error: 'CommonCrypto/CommonHMAC.h' file not found 51 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ``` https://github.com/aspect-build/bsdtar-prebuilt/actions/runs/9529065254...

hey @zaucy - any idea why we get ``` Action failed to execute: java.io.IOException: ERROR: src/main/native/windows/process.cc(202): CreateProcessW("C:\users\runneradmin\_bazel_runneradmin\snmkx6sz\execroot\_main\external\aspect_bazel_lib~~toolchains~bsd_tar_windows_amd64\tar.exe" --create --file bazel-out/x64_windows-fastbuild/bin/tar_empty.tar @bazel-out/x64_windows-fastbuild/bin/_tar_empty.mtree.txt): This version of %1 is not compatible with the...

For anyone who'd be motivated by a payout for helping here, there's money in the https://opencollective.com/bazel-rules-authors-sig which we can turn into a bug bounty here.

Here's a start for rules_python https://github.com/bazelbuild/rules_python/pull/744

FYI I checked off rules_nodejs - I don't think it belonged on that list though, since no file for it was ever committed as part of #7. (same for rules_sass...

Sure, I was a bit too pedantic there - rules_nodejs is migrated to bzlmod already.