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

Issue 75: add stringClass attributes to FileSystem #82

Merged
merged 11 commits into from
Dec 14, 2022
Merged

Conversation

dalehenrich
Copy link
Member

@dalehenrich dalehenrich commented Dec 14, 2022

fix #75. ZnCharacterEncoder, ZnCharacterReadStream, and ZnCharacterReadWriteStream take stringClass (String or Unicode7) as a parameter for determining the type of strings created when decoding UTF8 or 8BIT files...

There are a set of failing tests that are waiting for a fix to issue #80.

… ZnCharacterStreamTests >> testUpToAllTwice is not ...
…testUpToAllTwice, so added utf8 encoded streams to #testUpToAll (and boom) also updated #testUpToAll samples to include strings from #testUpToAllTwice ... failing tests
…treamPosition to illustrate what I think should be a bug
…on test for completeness, reorder the samples in ZnCharacterStreamTests >> testUpToAll and fix some regressions that snuck in while working on utf8 variant
…aracterReadStream and ZnCharacterReadWriteStream, needed to allow end user to choose between Unicode and Legacy stream flavors
…Tests so we can test ZnCharacterStream with Unicode7 and String stringClass
…issues; testUpTo and testUpToAll tests are still not passing
…reamTests and ZnLegacyCharacterStreamTests: testUpToAll, testUpToAllTwice and testUtf8EncodingStreamPositionFor...) are all apparently due to Issue #80
@dalehenrich dalehenrich merged commit 427cd71 into gs-3.7.x Dec 14, 2022
@dalehenrich dalehenrich deleted the issue_75 branch December 14, 2022 17:36
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.

1 participant