[erlang-questions] Function Dependency

Vincent de Phily vincent.dephily@REDACTED
Fri Aug 24 10:56:27 CEST 2012


On Tuesday 21 August 2012 08:23:17 Tyron Zerafa wrote:
> I need to
> transfer only the code that a function makes use of between nodes, nothing
> more. Xref is giving me the signature of all those functions that I need.
> Now, I want to use these signatures to extract the remaining body of the
> functions.

You might want to look at systools:make_tar/2, which does something fairly 
close to what you describe. You'll still want to make sure that both machines 
have the same erlang release installed beforehand.

-- 
Vincent de Phily
Mobile Devices
+33 (0) 142 119 325
+353 (0) 85 710 6320 

Warning
This message (and any associated files) is intended only for the use of its
intended recipient and may contain information that is confidential, subject
to copyright or constitutes a trade secret. If you are not the intended
recipient you are hereby notified that any dissemination, copying or
distribution of this message, or files associated with this message, is
strictly prohibited. If you have received this message in error, please
notify us immediately by replying to the message and deleting it from your
computer. Any views or opinions presented are solely those of the author
vincent.dephily@REDACTED and do not necessarily represent those of 
the
company. Although the company has taken reasonable precautions to ensure no
viruses are present in this email, the company cannot accept responsibility
for any loss or damage arising from the use of this email or attachments.



More information about the erlang-questions mailing list