julia-vscode / SymbolServer.jl

Other
23 stars 30 forks source link

propogate get_return_types #203

Closed ZacLN closed 3 years ago

ZacLN commented 3 years ago

We will want to turn this on once we have remote indexing up and running.

davidanthoff commented 3 years ago

Just out of curiosity: how does this actually work? If we want to propagate return types, don't we need to know for which input types? Are we just using the same logic that precompile is using?

ZacLN commented 3 years ago

This is just turning on the get_return_types option properly - making sure it gets passed to everything as we cache. Nothing fancy actually relating to the inference