issues
search
protocolbuffers
/
txtpbfmt
txtpbfmt parses, edits and formats text proto files in a way that preserves comments.
Apache License 2.0
99
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Recognize \r as a valid space separator
#126
copybara-service[bot]
closed
1 day ago
0
Improve error readability
#125
copybara-service[bot]
closed
2 days ago
0
Include the line number when reporting an extra '}' or '>', rather than just the character index.
#124
copybara-service[bot]
closed
3 weeks ago
0
Incremental improvement to granular disabling directive.
#123
copybara-service[bot]
closed
2 months ago
0
Correctly implement granular formatter disabling and allow some white space before directive.
#122
copybara-service[bot]
closed
2 months ago
0
Fix granular formatting disable to allow for preceding blank lines.
#121
copybara-service[bot]
closed
2 months ago
0
Fix granular formatting disable to allow for preceding blank lines.
#120
copybara-service[bot]
closed
2 months ago
0
Allow granular disabling of formatter and fix unnecessary nil check.
#119
copybara-service[bot]
closed
3 months ago
0
un-inline when field or comment exceeds requested wrap
#118
copybara-service[bot]
closed
2 months ago
0
txtpbfmt: add support for wrapping without wordwrap
#117
copybara-service[bot]
closed
2 months ago
0
How to preserve commas?
#116
WillNilges
opened
4 months ago
2
Internal.
#115
copybara-service[bot]
opened
5 months ago
0
Internal.
#114
copybara-service[bot]
closed
5 months ago
0
Make quote symbol preserved in multiline quoted strings.
#113
copybara-service[bot]
closed
7 months ago
0
Rollback of "Prevent blank lines between a comment and an item from moving with the item".
#112
copybara-service[bot]
closed
10 months ago
0
Sort list values if repeated field sorting is enabled.
#111
copybara-service[bot]
closed
10 months ago
0
Add a method for checking if a node is a blank line.
#110
copybara-service[bot]
closed
10 months ago
0
Simplify handling of newline characters at the end of previous items in the parse loop.
#109
copybara-service[bot]
closed
10 months ago
0
Add a test case that makes it easy to see that detached comments affect sorting.
#108
copybara-service[bot]
closed
10 months ago
0
Add a test case that shows the blank line collapsing behavior.
#107
copybara-service[bot]
closed
10 months ago
0
Document configurable txtpbfmt features.
#106
copybara-service[bot]
closed
1 year ago
0
Add additional tests that demonstrate how textproto lists are parsed
#105
copybara-service[bot]
closed
1 year ago
0
Sort all children and also sort adjacent children with the same name.
#104
copybara-service[bot]
closed
1 year ago
0
Update `parser.ByFieldOrder` to make it clear that it is transitive and stable.
#103
copybara-service[bot]
closed
1 year ago
0
Make `sort_repeated_fields_by_content` transitive and stable.
#102
copybara-service[bot]
closed
1 year ago
0
Make `sort_repeated_fields_by_subfield` transitive and stable.
#101
copybara-service[bot]
closed
1 year ago
0
Preserve multi-line value lists when calling Fix()
#100
copybara-service[bot]
closed
1 year ago
0
Replace `out` with `PrettyBytes`
#99
copybara-service[bot]
closed
1 year ago
0
Prevent blank lines between a comment and an item from moving with the item.
#97
copybara-service[bot]
closed
10 months ago
0
remove excessive endline characters from parser textproto output.
#96
copybara-service[bot]
closed
1 year ago
0
trim trailing newlines
#95
copybara-service[bot]
closed
1 year ago
0
trim trailing newlines
#94
copybara-service[bot]
closed
1 year ago
0
Add more flags to fmt command.
#93
copybara-service[bot]
closed
1 year ago
0
Auto-disable WrapStringsAfterNewlines for binary-ish strings.
#92
copybara-service[bot]
closed
1 year ago
0
Internal
#91
copybara-service[bot]
opened
1 year ago
0
Allow <stdin> to be called something else in log/error messages
#90
copybara-service[bot]
closed
1 year ago
0
internal (only required due to changes to txtpbfmt in diffbase)
#89
copybara-service[bot]
opened
1 year ago
0
Preserve comments between field name and start of field values in list syntax
#88
copybara-service[bot]
closed
1 year ago
0
Add WrapStringsAfterNewlines config option.
#87
copybara-service[bot]
closed
1 year ago
0
Update txtpbfmt go.mod to go 1.18.
#86
copybara-service[bot]
closed
1 year ago
0
Mark doc as exempt from freshness.
#85
copybara-service[bot]
closed
1 year ago
0
parser: swap all log.Errorf calls with error values, take 2
#84
mvdan
closed
1 year ago
0
Preserve comments between field name and field values
#83
copybara-service[bot]
closed
1 year ago
0
Generate stable results when multiple 'sort_repeated_fields_by_subfield' are given.
#82
copybara-service[bot]
closed
1 year ago
0
my public commit msg to suppress presubmit error
#81
copybara-service[bot]
closed
1 year ago
0
Internal
#80
copybara-service[bot]
closed
1 year ago
0
Internal
#79
copybara-service[bot]
closed
1 year ago
0
Update install to reflect deprecation of 'go get' outside a module.
#78
copybara-service[bot]
closed
1 year ago
0
drop glog from the unquote and parser packages
#77
mvdan
closed
1 year ago
10
Align import packages
#76
osamingo
opened
2 years ago
0
Next