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

Add source position information for missing imports #812

Merged
merged 4 commits into from
Feb 8, 2019

Commits on Feb 7, 2019

  1. Add source position information for missing imports

    Related to #561
    
    This adds source position information to missing imports
    
    Before:
    
    ```
    $ dhall <<< './foo'
    
    ↳ ./foo
    
    Error: Missing file …/foo
    ```
    
    After:
    
    ```
    $ dhall <<< './foo'
    
    ↳ ./foo
    
    Error: Missing file …/foo
    
    (stdin):1:1
    ```
    Gabriella439 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    94397cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8028bfc View commit details
    Browse the repository at this point in the history
  3. Fix test failures

    Gabriella439 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    0e489e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01525c4 View commit details
    Browse the repository at this point in the history