Matt

Results 40 issues of Matt

This is a prototype of `jj api`. It doesn't have anything like tests or documentation, but it works and I'd like to get approval on the general code structure before...

## Steps to Reproduce the Problem Create an empty `jj` repo, then: ``` echo "foo bar baz" > file jj new -m "child" jj move --from @- --to @ --interactive...

🐛bug

**Is your feature request related to a problem? Please describe.** I believe that there are 4 different types of configuration that may be useful for jj: * Configuration useful for...

enhancement

I'm filing this bug so that people can subscribe to it to find out when this exists in the bazel central registry.

Currently, we are unable to run our `write_source_files` tests in our pre-upload checks, because we have `--test_size_filter=small`, and setting `size` will attempt to set it on both the run rule...

### Description of the feature request: I'd like for invoking a rule to return a label. This should be relatively trivial, but may be complicated by the fact that this...

type: feature request
untriaged
team-Loading-API

# 🚀 feature request ### Relevant Rules `py_library` / `py_binary` ### Description If there is a python library `@foo//bar:baz`, how can I import it from the main repository? Pre-bzlmod, you...

type: feature request
type: bzlmod

## Description Given the chain: ``` C | \ A B | / old_main ``` If you submit B, fetch, then run `rebase --skip-empty`, we currently give the user: ```...

polish🪒🐃

This is required in order to support command aliases as functions, because they will require the following to be supported: ```toml 'upload()' = ["upload", "@"] 'upload(r)' = [["fix", "$r"], ["git",...

**Is your feature request related to a problem? Please describe.** I was looking at #2845 and realized that it didn't meet my needs because it didn't support pre-upload hooks. I...

enhancement🏗️