aiuto

Results 234 comments of aiuto

That's interesting. My hunch is that this is because you are building hello_test for both the target and exec configurations and they are not quite differentiated enough to get this...

Please don't try to commit this PR. I don't agree with the basic premise that we can ship as is. Nor do we have consensus that the repository only includes...

That BUILD file is the tests, so it would be closer to correct. The docs for everything need additions and an overhaul. Lately, we've been focusing on the 1.0 blocking...

Can you start a bug about this so we can get the requirements right first. It looks like you are setting xattr on each file. If that is the need,...

Can you think about how this should be in pkg_files. Adding it only to pkg_tar is sort of a dead end. We want tools that describe what you want independently...

So, don't upgrade? Is there a compelling need for you to? On Wed, Jan 17, 2024, 5:05 AM Morten Mjelva ***@***.***> wrote: > cc: @aiuto > > — > Reply...

This got lost in the bazel repo but we move pkg_tar to this repo last year. I'm going through the issue backlog. Do you have a standalone repo for this,...

Inlining the reproduction ``` filegroup( name = "files", srcs = glob( ["dir1/**"], exclude_directories = 0, ), ) pkg_tar( name = "broken_package", srcs = [":files"], ) pkg_tar( name = "working_package", srcs...

Before fixing this, let's agree on the expected output of broken_package. I am going to assert that any previous behavior which flatten the paths returned by the glob is incorrect....