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

Refactor files to remove small files and simplify file names #100

Merged
merged 8 commits into from
Apr 7, 2016

Conversation

dpsanders
Copy link
Member

  • Simplify file names
  • Moved macros from rounding.jl into macros.jl, and the non-macro stuff from rounding.jl into precision.jl
  • Removed rationalize.jl that is no longer used
  • Move short printing stuff into intervals.jl

@dpsanders dpsanders mentioned this pull request Apr 2, 2016
4 tasks
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 94.036% when pulling f3e9bd5 on refactor_files into 6b531a7 on master.

include("conversion_promotion.jl")
include("special.jl")
include("macros.jl")
include("conversion.jl")
include("arithmetic.jl")
include("precision.jl")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file "precision.jl" contains, among others, the IntervalParameters type and other rounding functions. Though it seems to create no problems for the tests, for sanity I think it is better to include this file before any actual use of parameters or rounding stuff. In particular, include it before "arithmetic.jl".

@lbenet
Copy link
Member

lbenet commented Apr 7, 2016

I think I can merge it once my sole comment is implemented.

@lbenet
Copy link
Member

lbenet commented Apr 7, 2016

It may be worth to implement the idea in #93 before merging this.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 94.337% when pulling 9bf2e71 on refactor_files into bafad67 on master.

@dpsanders dpsanders merged commit d1905e8 into master Apr 7, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 94.337% when pulling 88692eb on refactor_files into 6b531a7 on master.

@dpsanders dpsanders deleted the refactor_files branch April 7, 2016 21:17
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.

3 participants