Skip to content

Commit cbc2d0d

Browse files
committed
remove the "don't precompile" warning note:
that was only bc I used PyPlot fork (pr 480) in sysimg JuliaPy/PyPlot.jl#480
1 parent a1a28ee commit cbc2d0d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Sciplotlib.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# A note on precompilation and __init__.
2-
#
3-
# If Sciplotlib is used in another module, then that module must be marked as
4-
# `__precompile__(false)`. If not, during precompilation of that top-level module,
5-
# Sciplotlib's `__init__` will be called [*], which is a function that cannot be called
6-
# during a precompilation phase; it errors then.
7-
#
8-
# [*] Strange but true. Strange cause `__init__` is explicitly made to not be called during
9-
# precompilation. It indeed is not called when precompiling Sciplotlib itself. But it
10-
# _does_ get called when precompiling a downstream package.
11-
121
module Sciplotlib
132

143
using Reexport

0 commit comments

Comments
 (0)