Sinan 0.23.0.0 has been published and is now available via faxien.
This includes several bug fixes and a new task.
A new xref task has been added to sinan and documented
Sinan again returns an error code to the shell when a build fails
A bug in flavor over rides has been fixed
Sinan documentation has all been fixed, edoc will now run to
completion without error on sinan.
As always, please report any problems or errors you find when using sinan.
Thanks,
Eric
The Xref Task=============Eric Merritt <ericbm...@gmail.com>
The Xref task runs the http://www.erlang.org/doc/man/xref.html[Xreftool] (amazingly enough). The easiest way by far to understand whatthe Xref task does is to read the documentation and the manual pagefor that tool.
In a nut shell it provides a specific set of errors and and warningsabout things the erlang compiler generally does not warn about. Thesewarnings include things like calling functions that do not exist, andfunctions that are defined but never used. At its most basic it is across referencing tool.
You may run the tool as follows.
[source,sh]----------------------------------------------------------------------$ sinan xref----------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups "erlware-dev" group.
To post to this group, send email to erlwa...@googlegroups.com.
To unsubscribe from this group, send email to erlware-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.