Ulf Adams

Results 106 comments of Ulf Adams

I think Bazel should not put the remote packages under external, but just under the name of the remote repository. So for zlib, the files would be under zlib/. That...

Hi Keith! I'm afraid I don't have an implementation yet. I know how to do it, but not enough time these days.

@hsyed, thanks for your feedback. I'm not sure what you mean when you talk about a lock file - can you elaborate how that'd work? If it needs Bazel support,...

It might make sense to have more of a discussion around what the options and expectations are: 1. There are four ways of making files appear: symlink, hardlink, copy, and...

You can encrypt the digests with a symmetric algorithm and use that as identifiers to prevent a dictionary attack. It seems preferable to layer encryption on top of storage than...

When you have an Artifact, you can't tell whether that refers to a file or directory during analysis, and it is incorrect to stat the file without declaring a Skyframe...

On Thu, Sep 13, 2018 at 3:38 PM Jon Brandvein wrote: > Thanks for the info Ulf but I'm a little unclear. I think you're saying > these three cases...

Cleanup requires that we can statically distinguish file from directory artifacts. My proposal is that we require a trailing '/' character for targets in BUILD files referring to directories, and...