Skip to content

Instantly share code, notes, and snippets.

@johnmyleswhite
Created August 27, 2014 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmyleswhite/685cc94d6281bac5a68a to your computer and use it in GitHub Desktop.
Save johnmyleswhite/685cc94d6281bac5a68a to your computer and use it in GitHub Desktop.
Modifying Julia

If you make a change to Julia Base by adding a new file, you'll probably want to do the following:

  • Add the file as an include in base/sysimg.jl
  • Add the few exported names to base/exports.jl
  • Add a test file in test and then activate the test by modifying test/runtests.jl

If you only modify an existing file, you should just update base/exports.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment