-
Notifications
You must be signed in to change notification settings - Fork 70
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
Remove conditionals from profiling #1302
Conversation
6b84f01
to
412fb53
Compare
28f190e
to
bc3d762
Compare
83c11f4
to
213f57f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly nits and polish
187aafb
to
65aaee3
Compare
140547d
to
81beab0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more bits and bobs
641d29b
to
d7e16e0
Compare
@Izaakwltn Do you have thoughts on returning a rational from the ->seconds call? |
I didn't quite know what you meant but now it makes sense- I think it would work well, though I don't believe there is currently a direct way to convert a fraction to various float types (besides Big-Float). I can make an issue for an interface converting Fractions to inexact floats. Perhaps it should be a method in the Rational class . |
ecca322
to
9fad067
Compare
|
abd26d6
to
9182fe4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment about general/ or exact/
9182fe4
to
63bf443
Compare
switched to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last and final review, I promise. Just some naming and a few other nits.
63bf443
to
83d68a6
Compare
Changes changed |
83d68a6
to
d0719e4
Compare
bdc1263
to
af6f760
Compare
af6f760
to
123b61b
Compare
There are still a few interior conditionals but nothing that affects the outward interface.