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

Printf.fix_dec and ini_dec for Julia v1.0 #84

Merged
merged 1 commit into from
Sep 1, 2019
Merged

Printf.fix_dec and ini_dec for Julia v1.0 #84

merged 1 commit into from
Sep 1, 2019

Conversation

GregPlowman
Copy link
Contributor

On Julia v1.0, I'm getting this error.

Julia-1.0.4> using Printf

Julia-1.0.4> using DoubleFloats

Julia-1.0.4> @printf("%f", Double64(3))
ERROR: StackOverflowError:

I think this is issue #81 for Julia v1.0

@JeffreySarnoff
Copy link
Member

Thank you. I am just waiting for the Travis build to complete without error before merging.

@JeffreySarnoff JeffreySarnoff merged commit e5165c7 into JuliaMath:master Sep 1, 2019
@codecov-io
Copy link

Codecov Report

Merging #84 into master will decrease coverage by 0.1%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   47.78%   47.67%   -0.11%     
==========================================
  Files          60       60              
  Lines        2750     2756       +6     
==========================================
  Hits         1314     1314              
- Misses       1436     1442       +6
Impacted Files Coverage Δ
src/type/show.jl 0% <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 f3e3916...f93bc71. Read the comment docs.

@GregPlowman
Copy link
Contributor Author

New version is out. Very quick response. Thanks!

@JeffreySarnoff
Copy link
Member

happy to help

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.

None yet

3 participants