google / shipshape

Program analysis platform
Apache License 2.0
269 stars 35 forks source link

Long-lived shipshape service can't add new analyzers #34

Closed ciera closed 9 years ago

ciera commented 9 years ago

Similarly to: https://github.com/google/shipshape/issues/33

The long-lived service initializes the analyzers. If a new run requires a new analyzer, it will not actually be started up by the service. Instead, if an analyzer is specified that does not exist, we should tear down the service and restart it.

ciera commented 9 years ago

emsod fixed this.