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

enforce docstrings in vortex-buffer #575

Merged
merged 3 commits into from
Aug 8, 2024
Merged

enforce docstrings in vortex-buffer #575

merged 3 commits into from
Aug 8, 2024

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Aug 8, 2024

Part of #574

//!
//! # Alignment
//!
//! We do not currently enforce any alignment guarantees on the buffer. This can be problematic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth linking #115 re: alignment in case this comment goes stale. Also, the recommendation to convert to Arrow doesn't really help, since it accepts arbitrarily aligned vecs? (only enforces alignment for things it allocates)

@@ -8,31 +20,40 @@ mod flexbuffers;
pub mod io_buf;
mod string;

/// Buffer is an owned, cheaply cloneable byte arrays.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/arrays/array/

@a10y a10y enabled auto-merge (squash) August 8, 2024 17:01
@a10y a10y merged commit 6841d7c into develop Aug 8, 2024
3 checks passed
@a10y a10y deleted the aduffy/docstrings-1 branch August 8, 2024 17:53
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