Skip to content

Commit

Permalink
Rerun genstdlib after second commit from #17249
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jul 4, 2016
1 parent cafb0c8 commit 3e1878b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Getting Around

Loads a source files, in the context of the ``Main`` module, on every active node, searching standard locations for files. ``require`` is considered a top-level operation, so it sets the current ``include`` path but does not use it to search for files (see help for ``include``\ ). This function is typically used to load library code, and is implicitly called by ``using`` to load packages.

When searching for files, ``require`` first looks for package code under ``Pkg.dir()``\ , then tries paths in the global array ``LOAD_PATH``\ .``require`` is case-sensitive on all platforms including those with case-insensitive filesystems like macOS and Windows.
When searching for files, ``require`` first looks for package code under ``Pkg.dir()``\ , then tries paths in the global array ``LOAD_PATH``\ . ``require`` is case-sensitive on all platforms including those with case-insensitive filesystems like macOS and Windows.

.. function:: Base.compilecache(module::String)

Expand Down Expand Up @@ -1427,3 +1427,4 @@ Internals
.. Docstring generated from Julia source
Compile the given function ``f`` for the argument tuple (of types) ``args``\ , but do not execute it.

1 comment on commit 3e1878b

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

Please sign in to comment.