On Thu, Jul 21, 2016 at 3:42 PM, Jeffrey Sarnoff
<jeffrey.sarn...@gmail.com> wrote:
> I got this error
> ERROR: StackOverflowError:
>  in fix_dec(::ArbFloats.ArbFloat{116}, ::Int64) at ./printf.jl:932 (repeats
> 80000 times)
>
>
> I tried to import Base.fix_dec, Core.fix_dec to override the definition --
> neither worked.

What are you trying to override?
Overriding a definition and calling the old on in it isn't supported.

Reply via email to