Jon Brandvein

Results 35 issues of Jon Brandvein

See bazelbuild/bazel#6095 for how this applies to Bazel.

P4
type: feature request

We don't support exceptions, or any other way of intercepting a failure, unless the application defines a primitive for doing so (as we do in our unit tests). This means...

P4
type: feature request

Creating a cyclic structure is allowed, even with recursion disabled. But builtin methods can perform their own recursion over a hierarchical structure. We should specify whether implementations are obligated to...

P4
type: feature request

This proposal came out of a discussion about best practices for `ToolchainInfo` objects. I don't think we have a need to prioritize implementing this at the moment, but we can...

[`File.is_directory`](https://github.com/bazelbuild/bazel/blob/0.16.1/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/FileApi.java#L75) has been around for a while but is undocumented (and therefore unsupported). Yet directories (internally, `TreeArtifact`s) have increasing support in the Starlark action API. In particular, if they are...