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

Support static json file caching #19

Merged
merged 2 commits into from
May 26, 2016
Merged

Support static json file caching #19

merged 2 commits into from
May 26, 2016

Commits on Apr 26, 2016

  1. Add static json file caching

    Avoid the call gocode during this condition
    
    - Conditions
      - Hook the insert of dot(.)
      - Typed the package has not yet been imported use context['input']
      - Match the typed package name and json file name
    
    Signed-off-by: Koichi Shiraishi <k@zchee.io>
    zchee committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    03d4dc2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. json_cache: Support parses library name & Change json cache dir name

    - Add parses library name
      -  e.g. 'go/ast' is 'go'
      - If imported 'github.com/pkg/errors', ignore cache for 'errors'
    
    - Change json cache files
      - 'go/ast' is '/path/to/go/ast.json'
      - 'errors' is '/path/to/errors/errors.json'
    
    Signed-off-by: Koichi Shiraishi <k@zchee.io>
    zchee committed May 26, 2016
    Configuration menu
    Copy the full SHA
    4897d58 View commit details
    Browse the repository at this point in the history