-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
There are several tests that surprised me, and I would like to know why the semantics chosen are the correct ones.
Firstly,
Line 47 in 6264afd
@testset "Dict objects shallow copy" begin |
Dict
s ought not to be deepcopy
ed when tasks are copied. Why is this?
Same thing here. Why are Ref
s not deepcopy
ed?
Line 116 in 6264afd
@testset "ref atomic" begin |
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested