@@ -172,7 +172,10 @@ precompile(Base._uv_hook_alloc_buf, (Base.TTY, UInt))
172
172
precompile (Base. _uv_hook_readcb, (Base. TTY, Int, Ptr{Void}, UInt))
173
173
precompile (Base. _uv_hook_writecb_task, (Base. TTY, Ptr{Void}, Int32))
174
174
precompile (Base. abs, (Char,))
175
+ precompile (Base. abspath, (UTF8String, UTF8String))
176
+ precompile (Base. abspath, (UTF8String,))
175
177
precompile (Base. abspath, (ASCIIString, ASCIIString))
178
+ precompile (Base. abspath, (ASCIIString,))
176
179
precompile (Base. alignment, (Float64,))
177
180
precompile (Base. any, (Function, Array{Any,1 }))
178
181
precompile (Base. arg_gen, (ASCIIString,))
@@ -297,7 +300,10 @@ precompile(Base.next, (IntSet, Int))
297
300
precompile (Base. next, (UnitRange{Int},Int))
298
301
precompile (Base. nextind, (ASCIIString, Int))
299
302
precompile (Base. nnz, (BitArray{1 },))
303
+ precompile (Base. normpath, (ASCIIString, ASCIIString))
300
304
precompile (Base. normpath, (ASCIIString,))
305
+ precompile (Base. normpath, (UTF8String, UTF8String))
306
+ precompile (Base. normpath, (UTF8String,))
301
307
precompile (Base. notify, (Condition, Any))
302
308
precompile (Base. notify_empty, (Base. RemoteValue,))
303
309
precompile (Base. notify_full, (Base. RemoteValue,))
0 commit comments