Skip to content

Remove non-delimiter separated content from registry file #6565

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 8, 2025

The registry data uses a delimiter-separated format (AKA "CSV"). However, the custom parser used with this file also allows empty lines and comments.

Previously the registry file contained various comments, but on evaluation none of these contained any information of value.

The file also contained various blank lines, mostly randomly sprinkled through the file. Even the ones that were intended to break the file into logical sections at the time when it was manually maintained were largely meaningless due to the fact that the automated system used now always appends new entries to the end of the file.

These divergences from a pure delimiter-separated data format made it inconvenient to use the registry file with tools that support working with standardized delimiter-separated data.

Since the divergent content didn't provide any value and instead only cluttered up the file and made maintenance more difficult, it is hereby removed.

The registry data uses a delimiter-separated format (AKA "CSV"). However, the custom parser used with this file also
allows empty lines and comments.

Previously the registry file contained various comments, but on evaluation none of these contained any information of
value.

The file also contained various blank lines, mostly randomly sprinkled through the file. Even the ones that were
intended to break the file into logical sections at the time when it was manually maintained were largely meaningless
due to the fact that the automated system used now always appends new entries to the end of the file.

These divergences from a pure delimiter-separated data format made it inconvenient to use the registry file with tools
that support working with standardized delimiter-separated data.

Since the divergent content didn't provide any value and instead only cluttered up the file and made maintenance more
difficult, it is hereby removed.
@per1234 per1234 self-assigned this Jul 8, 2025
@per1234 per1234 added type: enhancement Proposed improvement topic: other Something other than a library list request labels Jul 8, 2025
@per1234 per1234 merged commit 14a3e05 into arduino:production Jul 8, 2025
2 checks passed
@per1234 per1234 deleted the clean-registry branch July 8, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: other Something other than a library list request type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant