You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
Hi,
on Windows 7 (64), I see the following error from Pkg.test("Formatting")
ERROR: LoadError: LoadError: MethodError: no method matching (::##1#2)(::Float64)
The applicable method may be too new: running in world age 21681, while current world is 21682.
Closest candidates are: #1(::Any) at D:\Julia\Packages\v0.6\Formatting\test\cformat.jl:13 (method too new to be called from this world context.)
Stacktrace:
[1] test_equality() at D:\Julia\Packages\v0.6\Formatting\test\cformat.jl:18
[2] include_from_node1(::String) at .\loading.jl:539
[3] include(::String) at .\sysimg.jl:14
[4] include_from_node1(::String) at .\loading.jl:539
[5] include(::String) at .\sysimg.jl:14
[6] process_options(::Base.JLOptions) at .\client.jl:305
[7] _start() at .\client.jl:371
My own code suggests that fmt() works, but sprintf1() does not.