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

Simplify the 0-arg constructor and constructor-like functions #265

Merged
merged 1 commit into from
Aug 21, 2021

Conversation

kimikage
Copy link
Collaborator

PR #197 made it unnecessary to use base_colorant_type (via mapc) in some cases.
This does not help to improve run-time performance, though.

@codecov
Copy link

codecov bot commented Aug 17, 2021

Codecov Report

Merging #265 (4a30fc9) into master (8574435) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
- Coverage   83.89%   83.83%   -0.07%     
==========================================
  Files           8        8              
  Lines         739      730       -9     
==========================================
- Hits          620      612       -8     
+ Misses        119      118       -1     
Impacted Files Coverage Δ
src/operations.jl 98.49% <100.00%> (ø)
src/traits.jl 98.88% <100.00%> (-0.03%) ⬇️
src/types.jl 97.17% <100.00%> (+0.47%) ⬆️

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 8574435...4a30fc9. Read the comment docs.

@kimikage kimikage merged commit 6cbe7ab into JuliaGraphics:master Aug 21, 2021
@kimikage kimikage deleted the zero_args_ctor branch August 21, 2021 13:15
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