Skip to content

Commit

Permalink
Reorder the inclusion of reduce.jl to avoid a cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-theo committed May 6, 2024
1 parent 45c2dff commit 820da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transducers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ include("simd.jl")
include("executors.jl")
include("processes.jl")
include("threading_utils.jl")
include("reduce.jl")
include("nondeterministic_threading.jl")
include("dreduce.jl")
include("unordered.jl")
Expand All @@ -147,6 +146,7 @@ include("lister.jl")
include("show.jl")
include("comprehensions.jl")
include("progress.jl")
include("reduce.jl")

#used by TransducersOnlineStatsBaseExt, but exported directly in tests
const OSNonZeroNObsError = ArgumentError(
Expand Down

0 comments on commit 820da6c

Please sign in to comment.