JuliaIO / Formatting.jl

Deprecated. See README. (A Julia package to provide Python-like formatting support)
Other
130 stars 23 forks source link

UndefVarError: STDOUT not defined #69

Closed jacob-roth closed 6 years ago

jacob-roth commented 6 years ago

When running printfmt("{:0.3e}", 1e-4), on Julia 1.0, I'm getting the following error:

UndefVarError: STDOUT not defined

Stacktrace:
 [1] printfmt(::String, ::Float64) at /homes/MYUSER/.julia/packages/Formatting/skCcd/src/formatexpr.jl:160

Do I have a build error? Or is 1.0 not supported yet?

jmkuhn commented 6 years ago

Fixed in v0.3.4.