Christophe Romain
unread,Oct 14, 2011, 3:28:12 AM10/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-...@googlegroups.com
such a library would be great !
what i did for cean is simple but not powerfull, you can check it with
package/depends function ($HOME/.cean/functions/package/depends)
it's all based on what is declared into .pub files :/
I used to produce output for the .pub files with a simple script that
listed erlang calls for every module, but it does not handle
parameterized calls for example. it's also not able to handle name
collision, ...
accurate package dependency resolving is, like you said, not easy.