Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split array_debug.go and map_debug.go into smaller files #513

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

fxamacker
Copy link
Member

@fxamacker fxamacker commented Feb 14, 2025

Updates #464

This change makes the code easier to read and maintain.

This PR splits array_debug.go into:

  • array_dump.go
  • array_serialization_verify.go
  • array_slab_stats.go
  • array_verify.go

This PR splits map_debug.go into:

  • map_dump.go
  • map_serialization_verify.go
  • map_slab_stats.go
  • map_verify.go

  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

This change makes the code easier to read and maintain.

This commit splits array_debug.go into:
- array_dump.go
- array_serialization_verify.go
- array_slab_stats.go
- array_verify.go

This commit splits map_debug.go into:
- map_dump.go
- map_serialization_verify.go
- map_slab_stats.go
- map_verify.go
@fxamacker fxamacker merged commit 306a632 into main Feb 17, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants