Skip to content

Improve tests and minor fixes #44

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 8 commits into from
May 22, 2020
Merged

Improve tests and minor fixes #44

merged 8 commits into from
May 22, 2020

Conversation

Sov-trotter
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2020

Codecov Report

Merging #44 into master will increase coverage by 2.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   62.01%   64.25%   +2.24%     
==========================================
  Files          13       13              
  Lines         803      803              
==========================================
+ Hits          498      516      +18     
+ Misses        305      287      -18     
Impacted Files Coverage Δ
src/offsetintegers.jl 90.00% <ø> (+55.00%) ⬆️
src/rectangles.jl 49.21% <0.00%> (+0.52%) ⬆️
src/metadata.jl 68.75% <0.00%> (+12.50%) ⬆️

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 b299022...af1d4fd. Read the comment docs.

@Sov-trotter Sov-trotter marked this pull request as draft May 21, 2020 06:16
@Sov-trotter
Copy link
Contributor Author

Fixes #45

@Sov-trotter Sov-trotter marked this pull request as ready for review May 21, 2020 07:44
@Sov-trotter Sov-trotter marked this pull request as draft May 21, 2020 07:46
@Sov-trotter Sov-trotter changed the title Imrove tests and minor fixes Improve tests and minor fixes May 21, 2020
@goretkin
Copy link

The GeometryBasics qualification on value really should not be needed. I just cloned the branch Sov-trotter:tests_improv, removed the qualification, and all the tests (including the new ones written, woohoo) pass.

xref: https://github.com/JuliaGeometry/GeometryTypes.jl/pull/187/files

Can you see if you're still getting the issue in #45 after removing the qualification? If you are, then please provide a reproducing example.

This does not produce the error:

import GeometryBaics: OffsetInteger
OffsetInteger{0}(1) + OffsetInteger{0}(1)

@Sov-trotter
Copy link
Contributor Author

Sov-trotter commented May 21, 2020

I guess I was running it in REPL so the error ?
BTW, the tests do pass after removing the qualification! Thanks!

@Sov-trotter Sov-trotter marked this pull request as ready for review May 21, 2020 17:00
@SimonDanisch
Copy link
Member

Thanks!

@SimonDanisch SimonDanisch merged commit f66c5f4 into JuliaGeometry:master May 22, 2020
@Sov-trotter Sov-trotter deleted the tests_improv branch May 24, 2020 00:28
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.

4 participants