Open WeeknightMVP opened 1 year ago
I don't think this information is currently exposed anywhere (other than the warning messages shown when loading a module with missing foreign implementations) but it would not be too hard to add it.
It would also be helpful to have line numbers.
Can the Remote API or another tool identify ...?
foreign
functions but no shared libraryforeign
functions that...:browse
in the REPL andfocused_module
andnames
methods ofCryptolConnection
in the Remote API do not report these.:file-deps
andfile_deps
respectively report aforeign
dependency when a shared library is present, but when absent this field is empty, as it would be for a module with noforeign
functions.