Austin Schuh

Results 11 issues of Austin Schuh

On linux, error.h exists. Depending on how your toolchain and compiler is configured, the compiler can pick the system error.h instead. This results in some pretty esoteric errors which are...

For some background, I help with the Bazel build of flatbuffers. I don't check the issue tracker very often. I would like to be either auto-assigned any incompatible change bugs,...

### Description of the bug: Bazel fails to run C++ tests in external repositories on remote execution. Running locally passes, even with linux-sandbox. Bazel 5.0 worked. This has broken bazel...

type: bug
P2
team-Rules-CPP

I have a test case which essentially confirms that the SHA1 of a flatbuffer schema doesn't change. I'd like the ability to make all the paths relative so they are...

Bazel is switching over to doing dependency resolution with bzlmod. Flatbuffers should support that.

Both `cuda/src/labeling_oliveira_2010.cu` and `include/labels_solver.h` define `class UF` in the global namespace. I'm seeing a crash where `cuda/src/labeling_oliveira_2010.cu`'s `Alloc` appears to call `include/labels_solver.h`. Renaming `Alloc` inside `cuda/src/labeling_oliveira_2010.cu` fixes it. It is...

We've been using pkg_tar for things we should have been using pkg_files for. In the process of converting, I've been noticing that the 2 have the same concepts, but a...

P2
design

I'm in the process of migrating a ton of `pkg_tar` rules to `pkg_files`. I'm trying to do it incrementally to stay sane. I would expect the following two to be...

wontfix
p4

### Description of the bug: I'm getting the following error: ``` ERROR: /home/austin/local/971-Robot-Code/BUILD:8:22: Extracting npm package [email protected] failed: I/O exception during sandboxed execution: Could not move output artifacts from sandboxed...

type: bug
untriaged
team-Local-Exec

I've got a quadratic problem which occasionally simplifies to minimizing following problem with `t0` as `x[0]`, and `t1` as a constant. ``` Cost: (t1 - t0 + 150000.) ** 2....