This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Writable Json DOM - JsonNumber implementation and tests #39917
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8013865
Json prototype (#1)
kasiabulat 0f7df28
Json prototype - transformation API (#2)
kasiabulat 6cd2efb
Json prototype (#1)
kasiabulat 409e575
Json prototype - transformation API (#2)
kasiabulat 25109c3
Merge branch 'master' of https://github.com/kasiabulat/corefx
kasiabulat 9dcfc4b
JsonNumber implementation and tests (#3)
kasiabulat 38af6d9
Merge remote-tracking branch 'upstream/master'
kasiabulat 08f4734
all unimplemented classes and methods with accompanying tests removed
kasiabulat 63ff329
First part of documentation added
kasiabulat 0e0fb7c
documentation completed
kasiabulat 47666ce
missing exceptions added
kasiabulat d856681
JsonElement changes removed
kasiabulat 22e6558
part of the review comments included
kasiabulat 04441f1
work on review comments
kasiabulat 30c5dd0
code refactor
kasiabulat 8f3e510
more decimal tests added using MemberData
kasiabulat c6ab148
more decimal tests added using MemberData
kasiabulat 259590b
more test cases added
kasiabulat c4d6ef2
equals summary adjusted, equals tests added
kasiabulat 01c230f
more Equals tests added, GetHashCode tests added, minor changes
kasiabulat 392142a
scientifing notation support added, rational numbers tests fixes
kasiabulat 310a5a6
rational overflow tests added
kasiabulat e03b803
ulong maxvalue tests added to rational types
kasiabulat 95a9401
presision problems fixes
kasiabulat 2bd6871
exception strings fixed
kasiabulat f0c4814
CI failing fixes (hopefully), review comments included
kasiabulat c22b36d
missing == tests added to achieve 100% branch coverage
kasiabulat 7dfc891
review comments included
kasiabulat 07746d8
Merge remote-tracking branch 'upstream/master' into kasiabulat/json-n…
kasiabulat d479fa7
Merge remote-tracking branch 'upstream/master' into kasiabulat/json-n…
kasiabulat ab1401a
trailing whitespaces fixes
kasiabulat 217bade
equals comments added
kasiabulat 40a6649
equals object refactored to call quals json number
kasiabulat af4aed3
Merge conflicts resolved
kasiabulat f534415
merge fix
kasiabulat 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
scientifing notation support added, rational numbers tests fixes
- Loading branch information
commit 392142a7ece2bea0556291947eb07a06fb256eea
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
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.
Uh oh!
There was an error while loading. Please reload this page.