peakschris

Results 160 comments of peakschris

Keenly awaiting this one, thank you for this work 👍

This looks great! I did have one query: > environ (argument) and getenv can pull in additional env vars from the client env. With --strict_repo_env enabled, will environ(argument) allow repo...

We are being impacted by this (we have tools that modify the current shell environment, and they are invalidating our builds), so I wondered if you would update on plans?...

Would it be possible to get this in 8.x?

Excellent issue, we face similar problems. How do the maintainers of rules_jvm_external feel about the suggestions?

@gregmagolan @cameron-martin This is fixed now via a new API parameter available soon in bazel 8.5 - any chance we could consume this here conditionally if the bazel version is...

@alexeagle could you take a look at / rerun the one failing job? Looks like an environment issue

That's a really nice concept; unfortunately std::filesystem does not. There are some little used github repos that offer a library for vfs but I don't think this is worth pulling...

I see a similar issue, perhaps: ``` bazel cquery //src/... bazel config ERROR: No configurations found. This can happen if the 'config' subcommand is used after files, including their metadata,...

We also suffer from inability to auto-merge the lockfile, primarily due to top-level checksum. This proposal would address our biggest pain point with java dependency updates.