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

Consolidate common functions. Add to README #16

Merged
merged 2 commits into from
Jun 18, 2020

Conversation

fchorney
Copy link
Contributor

Closes #15

Wasn't sure if we wanted a whole subfolder with split files vs this common file. I felt like having a subfolder with such little code in each file felt unnecessarily verbose, but I can switch back to that if we want.

Tried to abstract out any functions that were the same. Edited the readme a bit to add dates information, and fix up the InfExtended stuff.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2020

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #16   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        16    -2     
  Lines          189       168   -21     
=========================================
- Hits           189       168   -21     
Impacted Files Coverage Δ
src/Infinity.jl 100.00% <ø> (ø)
src/infextendedreal/arithmetic.jl 100.00% <ø> (ø)
src/infextendedreal/base.jl 100.00% <ø> (ø)
src/infextendedreal/comparison.jl 100.00% <ø> (ø)
src/infextendedreal/conversion.jl 100.00% <ø> (ø)
src/infextendedtime/base.jl 100.00% <ø> (ø)
src/infextendedtime/comparison.jl 100.00% <ø> (ø)
src/common.jl 100.00% <100.00%> (ø)
src/infextendedtime/arithmetic.jl 100.00% <100.00%> (ø)

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 9250c38...4ddf44c. Read the comment docs.

@fchorney
Copy link
Contributor Author

@cjdoris any comments or thoughts on this and the other PR's? Would love to get this moving along.

@cjdoris cjdoris merged commit 5b42bae into cjdoris:master Jun 18, 2020
@cjdoris
Copy link
Owner

cjdoris commented Jun 18, 2020

Cool, thanks. This will make it much easier to add new InfExtended types.

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.

Consolidate Extended Types
3 participants