-
Notifications
You must be signed in to change notification settings - Fork 37
Adds lazy reader support for decimals #628
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
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e0a83d8
Top-level nulls, bools, ints
zslayton 89f79aa
Consolidate impls of AsUtf8 w/helper fn
zslayton 840be4d
Improved TextBufferView docs, removed DataSource
zslayton 5db1ff0
Adds lazy text floats
zslayton 07d4a70
Adds LazyRawTextReader support for comments
zslayton 181e0a5
Adds LazyRawTextReader support for reading strings
zslayton 357ca8f
clippy fixes
zslayton 716ff34
Fix a couple of unit tests
zslayton e29fec5
Less ambitious float eq comparison
zslayton 8f79a36
Adds LazyRawTextReader support for reading symbols
zslayton 4cb9b2b
Adds more doc comments
zslayton 54470d2
More doc comments
zslayton 78014e7
Adds `LazyRawTextReader` support for reading lists
zslayton a6a3aa8
Adds `LazyRawTextReader` support for structs
zslayton 4fc9078
More doc comments
zslayton 11174ac
Adds `LazyRawTextReader` support for reading IVMs
zslayton 719dbaa
Initial impl of a LazyRawAnyReader
zslayton f603872
Improved comments.
zslayton 4696ca5
Adds LazyRawTextReader support for annotations
zslayton c7129ac
Adds lazy reader support for timestamps
zslayton 44435ea
Lazy reader support for s-expressions
zslayton d50e05b
Fixed doc comments
zslayton 8283422
Fix internal doc link
zslayton 0f01099
Adds lazy reader support for decimals
zslayton b60f1fe
Fixed bad unit test example case
zslayton 915c83a
clippy fixes
zslayton 4b53bb3
Merge remote-tracking branch 'origin/main' into lazy-timestamps
zslayton 60d5a17
Incorporates review feedback
zslayton db9718d
Matcher recognizes +00:00 as Zulu
zslayton 37264a3
Merge remote-tracking branch 'origin/lazy-timestamps' into lazy-sexps
zslayton 74b8baf
Merge remote-tracking branch 'origin/lazy-sexps' into lazy-decimals
zslayton f82bf6d
Merge remote-tracking branch 'origin/main' into lazy-decimals
zslayton e94e99a
Replace now-deprecated chrono method calls
zslayton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add
5d0
and5.d0
(basically, decimals that have an exponent but no fractional digits)?