We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a28ee commit cbc2d0dCopy full SHA for cbc2d0d
src/Sciplotlib.jl
@@ -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
-
12
module Sciplotlib
13
14
using Reexport
0 commit comments