Skip to content

feat: Add newline normalization to spec. #84

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alilleybrinker
Copy link
Member

@alilleybrinker alilleybrinker commented Jul 28, 2025

This updates the spec to reflect the need to do newline normalization for cross-platform consistency purposes. Without this normalization, files which are identical but are checked out on Windows vs. Unix systems in Git will have different identifiers, which is not ideal.

This normalization is already implemented in the OmniBOR Rust implementation.

Closes #82

@alilleybrinker alilleybrinker self-assigned this Jul 28, 2025
@alilleybrinker alilleybrinker added c-spec Category: Improvements or additions to the OmniBOR specification t-enhancement Type: New feature or request labels Jul 28, 2025
This updates the spec to reflect the need to do newline
normalization for cross-platform consistency purposes. Without
this normalization, files which are identical but are checked
out on Windows vs. Unix systems in Git will have different
identifiers, which is not ideal.

This normalization is already implemented in the OmniBOR Rust
implementation.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker force-pushed the alilleybrinker/normalize-newlines branch from 3e8e197 to aa93209 Compare July 28, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-spec Category: Improvements or additions to the OmniBOR specification t-enhancement Type: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update spec to reflect newline normalization
1 participant