bufdev

Results 35 issues of bufdev

Starts work on https://github.com/bufbuild/buf/issues/1107. This option needs to be fed through to `buflintbuild` into a common "comment adapter" that takes this option into account. If this option is set, any...

``` $ buf format -d testdata/format/diff/diff.proto Failure: input testdata/format/diff/diff.proto was not found - is the directory containing this file defined in your buf.work.yaml? ``` This is a little annoying, is...

Cleanup

`bufconfig` can be used both client and server-side, but `bufconfig.ReadConfigOS` is an client-only concept. It is used by `bufwire, bufwork`, and CLI packages. We want to refactor our package splits...

Cleanup
P3

Basically, in addition to `--error-format=config-ignore-yaml`, add something like an `--auto-comment` flag that automatically adds `// buf:lint:ignore` lines. My intuition is that this would naturally require us to be able to...

Feature

When I have a dependency on a buf module, I'd expect the default behavior to use remote generation, but it doesn't right now (which was a decision we made). We...

Feature

Every time I go to help a repository migrate, I have to use mental energy to figure out how to form the config, regularly resulting in me going back to...

Feature
Wishlist

Given `serialized.bin` file, have the ability to do i.e. `vim serialized.bin`. Similar to gzip, `vim` will know to send this file to `buf decode`, which will use the definitions in...

Feature
Wishlist

When running the [fuzzer tests](https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/bufimagebuild/bufimagebuildtesting/bufimagebuildtesting_test.go#L27-L50) on Windows, they are failing because the `txtar` package does not seem to parsing the corpus files into the `Archive` correctly (the contents of the...

Cleanup
P3