I’m working on a nix library for building ATS projects, and I was wondering if
there’s a good way to determine what other files a given file depends on (i.e.
via staload, dynload, #inlcude). Currently I’m just grepping for those keywords
and doing some sed magic, but it would be nice if I could get that info from the
compiler somehow.
On Sunday, April 26, 2015 at 7:59:12 AM UTC-4, Shea Levy wrote:
Hi all,
I’m working on a nix library for building ATS projects, and I was wondering if
there’s a good way to determine what other files a given file depends on (i.e.
via staload, dynload, #inlcude). Currently I’m just grepping for those keywords
and doing some sed magic, but it would be nice if I could get that info from the
compiler somehow.
On Sunday, April 26, 2015 at 7:59:12 AM UTC-4, Shea Levy wrote:
Hi all,
I’m working on a nix library for building ATS projects, and I was wondering if
there’s a good way to determine what other files a given file depends on (i.e.
via staload, dynload, #inlcude). Currently I’m just grepping for those keywords
and doing some sed magic, but it would be nice if I could get that info from the
compiler somehow.
I’m working on a nix library for building ATS projects, and I was
wondering if
there’s a good way to determine what other files a given file depends on
(i.e.
via staload, dynload, #inlcude). Currently I’m just grepping for those
keywords
and doing some sed magic, but it would be nice if I could get that info
from the
compiler somehow.
On Sunday, April 26, 2015 at 7:59:12 AM UTC-4, Shea Levy wrote:
Hi all,
I’m working on a nix library for building ATS projects, and I was
wondering if
there’s a good way to determine what other files a given file depends on
(i.e.
via staload, dynload, #inlcude). Currently I’m just grepping for those
keywords
and doing some sed magic, but it would be nice if I could get that info
from the
compiler somehow.