Skip to content

Commit

Permalink
fix precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed May 11, 2023
1 parent 726b89e commit 6804077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DimensionalData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Adapt,
Extents,
IteratorInterfaceExtensions,
RecipesBase,
SnoopPrecompile,
PrecompileTools,
TableTraits,
Tables

Expand Down
2 changes: 1 addition & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

PrecompileTools.@precompile_all_calls begin
PrecompileTools.@compile_workload begin
buffer = IOContext(IOBuffer(), :color=>true)
for f in (zeros, ones, falses, trues, rand)
x, y, z = X([:a, :b]), Y(10.0:10.0:30.0), Z()
Expand Down

0 comments on commit 6804077

Please sign in to comment.