Ed Schouten

Results 41 issues of Ed Schouten

- Suppress 'There were undefined references' unconditionally. The check that was done for it is inaccurate, as this message may also be printed when other types of things (citations, hyper...

For [Bazel LaTeX](https://github.com/ProdriveTechnologies/bazel-latex), we store a copy of the texmf into the build environment. The path of the build environment may be relatively long and contain some randomness, depending on...

During handshaking, [OSXFUSE announces protocol version 7.19](https://github.com/osxfuse/kext/blob/master/osxfuse/fuse_kernel.h#L118-L122). go-fuse, however, negotiates to version 7.8 instead (`_OUR_MINOR_VERSION == 8`). This is inconvenient, as support for sending invalidation requests is only part of...

The Linux kernel doesn't seem to apply any I/O timeouts on FUSE operations. For FUSE daemons written in Go, this is generally speaking a pretty decent policy. Timeouts can in...

I'm implementing a file system that does its own bookkeeping of files stored in a directory. I need to do this, due to the file sytem also being accessible without...

I'm trying to use this library in combination with a relatively complex protocol, namely the remote execution protocol of the Bazel build sytem: https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto Some of the dependencies of this...

The *.runfiles_manifest files currently use a pretty simple format: two pathnames separated by a space character. This can be problematic at times. On Windows, usernames may contain spaces, meaning home...

team-Rules-Server
awaiting-user-response

As observed here: https://github.com/NuxiNL/debian-cloudabi/pull/2 ``` root@88e39bb79e41:/# cloudabi-run -e /usr/x86_64-unknown-cloudabi/bin/cloudlibc-unittests drand48::bounds -> fdopen::bad -> localtime_l::santiago -> fflush::eagain -> wcsrtombs::ascii_null_ok -> wmemset::example -> call_once::example -> clock_nanosleep::monotonic_relative -> fread::zero -> unlinkat::examples -> uv_ip4_addr::einval...

Having an operation like this is useful for cases where you need to forward/process arbitrary requests for a certain path prefix. While there, make a tiny cleanup to the parser...

request

When invoking a py_binary() through an sh_binary() using the Bash runfiles library, the location of the py_binary() will be resolved from the runfiles manifest file. This means that the argv[0]...

team-Rules-Python
awaiting-review