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

Remove eltype_ub #258

Merged
merged 1 commit into from
Jun 5, 2021
Merged

Conversation

kimikage
Copy link
Collaborator

eltype_ub did not necessarily return the actual upper bound. (cf. eltypes_supported)
Algorithms based on eltype_default are recommended over eltype_ub. (cf. issue #257)
This also removes ColorTypes.ctypes.

`eltype_ub` did not necessarily return the actual upper bound.
Algorithms based on `eltype_default` are recommended over `eltype_ub`.
This also removes `ColorTypes.ctypes`.
@codecov
Copy link

codecov bot commented May 31, 2021

Codecov Report

Merging #258 (a0e10de) into master (754a397) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   82.75%   82.79%   +0.04%     
==========================================
  Files           8        8              
  Lines         748      744       -4     
==========================================
- Hits          619      616       -3     
+ Misses        129      128       -1     
Impacted Files Coverage Δ
src/types.jl 92.30% <100.00%> (+0.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 754a397...a0e10de. Read the comment docs.

@kimikage kimikage mentioned this pull request May 31, 2021
19 tasks
@kimikage kimikage merged commit 9e2550f into JuliaGraphics:master Jun 5, 2021
@kimikage kimikage deleted the remove_eltype_ub branch June 5, 2021 01:49
johnnychen94 added a commit that referenced this pull request May 15, 2022
This reverts commit 9e2550f.
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