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

Engine looks up default sources when parsing #5989

Merged

Commits on Jun 20, 2018

  1. Engine looks up default sources when parsing

    Rather than re-implementing default source look-up.
    
    This pushes sources parsing of default sources through the engine, in parallel,
    rather than being later synchronous python calls.
    
    This also works for plugin types, and doesn't change any existing APIs.
    
    It updates the Go patterns to match those that the engine currently performs,
    rather than ones which aren't actually used by any code.
    illicitonion committed Jun 20, 2018
    Copy the full SHA
    26dace8 View commit details
    Browse the repository at this point in the history
  2. Fix up for go

    illicitonion committed Jun 20, 2018
    Copy the full SHA
    c1115c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Deprecation not warning

    illicitonion committed Jun 21, 2018
    Copy the full SHA
    ca39d0e View commit details
    Browse the repository at this point in the history