Matt

Results 150 comments of Matt

Continuing discussions from #2588, I'm trying to implement this feature. We were discussing the name of the flag, and @martinvonz said the following: > Regarding the exact name, do you...

If we're dropping already empty commits, then `--skip-empty` is probably better than `--skip-emptied`.

For anyone who sorely misses this feature, as a workaround you can install [git-absorb](github.com/tummychow/git-absorb) and just run "git absorb", then continue using JJ for everything else. It doesn't play well...

I was reading the [documentation](bazel.build/rules/language), and it says "Two mutable data structures are available: [lists](https://bazel.build/rules/lib/list) and [dicts](https://bazel.build/rules/lib/dict).". This is why I only proposed to freeze those two types. I hadn't...

@comius Continuing the discussion in https://github.com/bazelbuild/bazel-skylib/pull/510#discussion_r1601250531 > It might be prone to more rebuilding (change one file and all the targets could be affected), but changes in prebuilt binary tools...

This is a rather large commit since it's just a copy-paste from rules_directory. I can split it up if that's required, but since that requires some effort on my part...

Looking at the documentation, this feature is supposed to decide whether to include aspect-generated-actions in the output. However, I think there's another use case here - accessing providers created by...

I've got a prototype working for a module extension for bzlmod (changes stacked on top of this PR). It's still very much a WIP, and needs a lot of cleaning...

IMO, we should have a seperate module extension per area of concern, similar to how [other bzlmod modules](https://github.com/bazelbuild/rules_python/blob/main/examples/bzlmod/MODULE.bazel) do it. Also, IMO, other types of toolchains don't need to be...

@Wyverald I can't appear to assign the feature request to you, but since it's a module extension FR I assume you should be the one triaging?