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

Fix "tmp not defined" in exportimagepixels!() #176

Merged
merged 2 commits into from
Jan 13, 2020

Conversation

alyst
Copy link
Contributor

@alyst alyst commented Jan 12, 2020

Probably this typo got exposed because I was calling *exportimagepixels!()` directly.

@timholy
Copy link
Member

timholy commented Jan 12, 2020

A test would be nice

@codecov
Copy link

codecov bot commented Jan 12, 2020

Codecov Report

Merging #176 into master will increase coverage by 0.34%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   71.42%   71.77%   +0.34%     
==========================================
  Files           3        3              
  Lines         371      372       +1     
==========================================
+ Hits          265      267       +2     
+ Misses        106      105       -1
Impacted Files Coverage Δ
src/libmagickwand.jl 68.47% <100%> (+0.65%) ⬆️
src/ImageMagick.jl 74.24% <0%> (ø) ⬆️

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 3a9ea3c...d2a9db3. Read the comment docs.

alyst added 2 commits January 13, 2020 10:42
|| has higher priority than .=

- actually define tmp always
- add tests for the direct use of exportimagepixels!()
@alyst alyst changed the title Fix :tmp undefined in exportimagepixels!() Fix "tmp not defined" in exportimagepixels!() Jan 13, 2020
@timholy timholy merged commit 6bbb8f4 into JuliaIO:master Jan 13, 2020
@timholy
Copy link
Member

timholy commented Jan 13, 2020

Thanks very much!

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