julia-vscode / SymbolServer.jl

Other
22 stars 31 forks source link

turn on get_return_types in indexpackage.jl #220

Closed ZacLN closed 3 years ago

ZacLN commented 3 years ago

Runs inference on all methods when we're caching them (costly)

For every PR, please check the following:

davidanthoff commented 3 years ago

@ZacLN should we do this now? But do we need to reindex everything then?

ZacLN commented 3 years ago

Let's turn it on. Not necessary to re-cachr everything as no down stream code would be dependent on it.

Caching will become quite a bit more expensive.