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

WIP: Search harder for cross-module references #1352

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

WIP: Search harder for cross-module references #1352

wants to merge 5 commits into from

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    84ea932 View commit details
    Browse the repository at this point in the history
  2. Test cross-module references

    timholy committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7f8bd01 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    bcf8491 View commit details
    Browse the repository at this point in the history
  2. Fix exception handling in test/examples/make.jl

    Using throw() like this attaches the wrong backtrace to the exception.
    Should be rethrow(), but you can only have that in catch blocks.
    
    However, in this case, a simple try-finally actually suffices, no need
    to do anything more complicated.
    
    (cherry picked from commit 16bd652)
    mortenpi committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    439f4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8226880 View commit details
    Browse the repository at this point in the history