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

feat(XMLReader): read in string arrays #2864

Merged
merged 1 commit into from Jun 28, 2023
Merged

feat(XMLReader): read in string arrays #2864

merged 1 commit into from Jun 28, 2023

Conversation

floryst
Copy link
Collaborator

@floryst floryst commented Jun 28, 2023

Context

XMLReader doesn't process field data and doesn't support reading in string arrays.

Results

XMLReader now supports field data and handling of string arrays.

Changes

  • Fix zlib data parsing by finding the first zlib magic byte.
  • Refactor out common logic between processDataArray and
    processStringArray.

PR and Code Checklist

  • semantic-release commit messages
  • Run npm run reformat to have correctly formatted code

Testing

  • This change adds or fixes unit tests
  • Tested environment:
    • vtk.js:
    • OS:
    • Browser:

@floryst floryst requested a review from jourdain June 28, 2023 18:18
- Fix zlib data parsing by finding the first zlib magic byte.
- Refactor out common logic between processDataArray and
  processStringArray.
Copy link
Collaborator

@jourdain jourdain left a comment

Choose a reason for hiding this comment

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

LGTM

@jourdain jourdain added this pull request to the merge queue Jun 28, 2023
Merged via the queue into master with commit ff42f56 Jun 28, 2023
4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 28.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Automated label label Jun 28, 2023
@floryst floryst deleted the read-string-arrays branch January 23, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Automated label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants