Fancy tools support!

Bjorn Gustavsson bjorn@REDACTED
Wed Nov 5 10:17:32 CET 2003


Luke Gorrie <luke@REDACTED> writes:

[...]
>   Cross referencing, e.g.
>     %% who_calls(Module, Function, Arity) -> [{M,F,A}]
>     %% List all the known callers of Module:Function/Arity.
>   Simple enough - of course it can't be perfect what with 'apply', but
>   it can still be much better and more convenient than 'grep'. It's
>   very nice to get hyperlinks to all callers of a function at the
>   touch of a key in Emacs. (I think Thomas Lindgren has a parse
>   transform for adding this to module_info? Jungerl it?)
> 

That would be difficult to add, as the Erlang run-time system does not
keep any information about the callers to any given function.

/Bjorn
-- 
Björn Gustavsson            Ericsson Utvecklings AB
bjorn@REDACTED      ÄT2/UAB/F/P
			    BOX 1505
+46 8 727 56 87 	    125 25 Älvsjö



More information about the erlang-questions mailing list