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

Add error hints for color arithmetic #249

Merged
merged 1 commit into from
Apr 24, 2021

Conversation

kimikage
Copy link
Collaborator

This PR was separated from PR #186 via PR #243.
I changed the condition to suggest new multiplication operators to exclude real scaling cases like RGB(1,1,1) * 0.3 in this PR.

Co-authored-by: Tim Holy <tim.holy@gmail.com>
@codecov
Copy link

codecov bot commented Apr 24, 2021

Codecov Report

Merging #249 (11147d7) into master (8fc7034) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   82.25%   82.35%   +0.09%     
==========================================
  Files           8        8              
  Lines         727      731       +4     
==========================================
+ Hits          598      602       +4     
  Misses        129      129              
Impacted Files Coverage Δ
src/error_hints.jl 90.00% <100.00%> (+6.66%) ⬆️

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 8fc7034...11147d7. Read the comment docs.

@kimikage kimikage mentioned this pull request Apr 24, 2021
10 tasks
@kimikage kimikage merged commit d093a1e into JuliaGraphics:master Apr 24, 2021
@kimikage kimikage deleted the arithmetic_hints branch April 24, 2021 03:30
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.

2 participants