-
Notifications
You must be signed in to change notification settings - Fork 87
Some more tests related to subtyping #126
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
35 commits
Select commit
Hold shift + click to select a range
57bdd3b
Some more tests related to subtyping
nomeata 671c80f
I guess this one is good now
nomeata 92fa86c
Allow null : opt t subtyping?
nomeata 23520f6
Test case: add `nat <: int` tests
nomeata c666291
nat/int subtyping
nomeata 82b71f4
Can the test suite be more liberal?
nomeata 0b3e1a9
stash
nomeata a4a3af9
Merge branch 'master' of github.com:dfinity/candid into joachim/test-…
nomeata 688b236
Undo changes to test suite runnter
nomeata 2173a51
comment
nomeata 7196f9b
reserved <: opt t
nomeata 66624c2
Fix test cases (forgot about a-normal-form)
nomeata 4cb1d32
Fix more test cases
nomeata 47d5fc5
Optional record fiels are optional
nomeata 429ea4a
Reserved fields may be missing
nomeata 236638f
Merge branch 'master' into joachim/test-new-subtyping
nomeata b6a246e
Run cargo-fmt
nomeata e96249c
Test case for reserved <: opt nat
nomeata 7aae87f
Add `true : fix opt` test
nomeata 3924e4c
Update tests for opt-via-consituent type rules
nomeata 4634331
cargo-fmt
nomeata 55f0e8c
More tests about variants
nomeata eb1547d
fix maxint tests
nomeata f037f1d
Fun test case with `fix record <: fix (opt . record)`
nomeata dc5deec
It shouldn’t actually decode
nomeata 007e7bd
Run cargo fix
nomeata e6492ab
Fix cargo clippy
nomeata 52fa2bd
Merge branch 'master' into joachim/test-new-subtyping
nomeata 5e2813a
More clippy
nomeata 1d841b9
refactor
chenyan-dfinity a5a7f5a
More tests (this one showed a bug in Motoko)
nomeata a259759
Fix escaping of escapes
nomeata 5337a14
fix
chenyan-dfinity 4038a19
Merge branch 'joachim/test-new-subtyping' of github.com:dfinity/candi…
chenyan-dfinity 12a7795
Merge branch 'master' into joachim/test-new-subtyping
nomeata 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
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
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.