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 380abc8 commit a403357Copy full SHA for a403357
doc/src/manual/modules.md
@@ -415,7 +415,7 @@ into account the set of dependencies already loaded into the current process and
415
modules, even if their files change or disappear, in order to avoid creating incompatibilities between
416
the running system and the precompile cache.
417
418
-If you know that a module is *not* safe to precompile your module
+If you know that a module is *not* safe to precompile
419
(for example, for one of the reasons described below), you should
420
put `__precompile__(false)` in the module file (typically placed at the top).
421
This will cause `Base.compilecache` to throw an error, and will cause `using` / `import` to load it
0 commit comments