Skip to content

Commit ea0e4a7

Browse files
committed
Implement context variables
1 parent ddf7ce9 commit ea0e4a7

File tree

9 files changed

+496
-5
lines changed

9 files changed

+496
-5
lines changed

base/Base.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ include("lock.jl")
224224
include("channels.jl")
225225
include("task.jl")
226226
include("weakkeydict.jl")
227+
include("uuid.jl")
228+
include("contextvariables.jl")
227229

228230
# Logging
229231
include("logging.jl")
@@ -332,7 +334,6 @@ include("initdefs.jl")
332334
include("threadcall.jl")
333335

334336
# code loading
335-
include("uuid.jl")
336337
include("loading.jl")
337338

338339
# misc useful functions & macros

0 commit comments

Comments
 (0)