Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Consider 2,000 lines to be a large file for hints. #5400

Merged
merged 4 commits into from
Nov 1, 2013

Commits on Oct 2, 2013

  1. Consider 2,000 lines to be a large file for hints.

    This is a fix for #4922... only part of Document.js was being processed
    because it was considered a "large file" at 250 lines. 250 lines seems
    a bit too conservative. We'll want to see if there are complaints about
    memory usage and I think we'll also want to experiment a bit with how
    we manage Tern.
    
    But, it seems to me that a file the size of Document.js should not be
    getting truncated hints.
    dangoor committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    a73b7c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. Configuration menu
    Copy the full SHA
    a076860 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Configuration menu
    Copy the full SHA
    f64e900 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Configuration menu
    Copy the full SHA
    0aef499 View commit details
    Browse the repository at this point in the history