Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documenting baremodules #13067

Merged
merged 1 commit into from
Sep 11, 2015

Commits on Sep 11, 2015

  1. Fix documenting baremodules

    Prior to this fix attempting to document baremodules results in an infinite
    error message plus segfault when trying to escape:
    
        julia> "..." baremodule M end
    
    This fix imports `call` and `@doc` into the module automatically.
    
    Also makes documenting empty baremodules an error since that was also
    causing segfaults. That limitation won't impact any real-world code though.
    
    Tests and documentation updates as well.
    MichaelHatherly committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    8edd917 View commit details
    Browse the repository at this point in the history