Skip to content

Review Go and Rust code changes for naming consistency - #15

Draft
nagata-yoshiteru with Copilot wants to merge 1 commit into
feature/fix-capitalizefrom
copilot/sub-pr-13-again
Draft

Review Go and Rust code changes for naming consistency#15
nagata-yoshiteru with Copilot wants to merge 1 commit into
feature/fix-capitalizefrom
copilot/sub-pr-13-again

Conversation

Copilot AI commented Dec 3, 2025

Copy link
Copy Markdown

Reviewed the capitalization changes across proto, Go, and Rust files for consistency as requested.

Review Summary

All changes are consistent across the three codebases:

  • Proto: camelCase field names (variableScaleType, stripTrailingZeros, useRunLength)
  • Go: PascalCase exported fields (VariableScaleType, StripTrailingZeros, UseRunLength)
  • Rust: snake_case fields (variable_scale_type, strip_trailing_zeros, use_run_length)

Verified Fields

Proto Go Rust
stripTrailingZeros StripTrailingZeros strip_trailing_zeros
useRunLength UseRunLength use_run_length
useFFTCompression UseFFTCompression use_fft_compression
useBaseIncrement UseBaseIncrement use_base_increment
lossyCompressionRate LossyCompressionRate lossy_compression_rate
decimalPlaces DecimalPlaces decimal_places
baseIncrement BaseIncrement base_increment
precisionBytes PrecisionBytes precision_bytes
rangeMin RangeMin range_min
rangeMax RangeMax range_max
variableScaleType VariableScaleType variable_scale_type

Enum Types

Consistent across all files:

  • VariableScaleTypeEnumeration
  • VariableCharacteristicEnumeration
  • ConversionCharacteristicEnumeration

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update capitalization in variable names Review Go and Rust code changes for naming consistency Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants