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 annotation in CodeObjects::Base#files #1178

Merged
merged 2 commits into from Aug 11, 2018

Commits on Jul 20, 2018

  1. Fix annotation in CodeObjects::Base#files

    The original annotation incorrectly was Array<String> but the format is
    
    ```
    [ [file, line] ]
    ```
    
    Therefore the annotation should be `Array<Array<String, Integer>>`,
    given there is no prescribed way to describe tuples
    gmalette committed Jul 20, 2018
    Copy the full SHA
    fa97a25 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Copy the full SHA
    465e1f9 View commit details
    Browse the repository at this point in the history