-
Notifications
You must be signed in to change notification settings - Fork 23
Make Aqua.test_all(FixedPointDecimal)
pass
#104
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
13 commits
Select commit
Hold shift + click to select a range
3d8db46
Remove ambiguity for Bool(::FD)
kuszmaul 5bd394a
Remove ambiguity for trunc floor ceil
kuszmaul 65f0e30
Aqua.test_all(FixedPointDecimals) passes
kuszmaul caa6f2e
Update Project.toml
kuszmaul 95d3a06
Add aqua tests
kuszmaul 1ed7cf2
Also test with Aqua 0.8.9
kuszmaul 2ee75e7
Unit tests for the methods added to resolve Aqua-detected ambiguities
kuszmaul 01e1da2
Go back to aqua 0.7
kuszmaul 9c0d883
Typo in test
kuszmaul dec2ef0
Get the aqua tests to actually run. Also compat with aqua 0.8
kuszmaul 1f79491
Add comment
kuszmaul 6e763ef
Fix up aqua test
kuszmaul 26e18bd
Aqua test cleanup
kuszmaul 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
name = "FixedPointDecimals" | ||
uuid = "fb4d412d-6eee-574d-9565-ede6634db7b0" | ||
authors = ["Fengyang Wang <[email protected]>", "Curtis Vogt <[email protected]>"] | ||
version = "0.5.4" | ||
version = "0.5.5" | ||
|
||
[deps] | ||
BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1" | ||
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | ||
|
||
[compat] | ||
Parsers = "2.7" | ||
Aqua = "0.7, 0.8" | ||
BitIntegers = "0.3.1" | ||
Parsers = "2.7" | ||
Printf = "1.6" | ||
Test = "1.6" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Printf", "Test"] | ||
test = ["Aqua", "Printf", "Test"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@testset "Aqua" begin | ||
using Aqua | ||
Aqua.test_all(FixedPointDecimals) | ||
end | ||
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.
Uh oh!
There was an error while loading. Please reload this page.