Differences From Artifact [2d3420d303]:
- File utils/gendeps.scm — part of check-in [bddb808811] at 2021-02-24 23:01:33 on branch v1.65-real-new-runs-view-wip2 — Can't get portlogger to show up in transport. (user: matt, size: 3840) [annotate] [blame] [check-ins using] [more...]
To Artifact [73cc77990e]:
- File utils/gendeps.scm — part of check-in [05a89e44c8] at 2021-02-25 22:47:25 on branch v1.65-real-new-runs-view — Merged in wip2. (user: matt, size: 3885) [annotate] [blame] [check-ins using]
︙ | |||
80 81 82 83 84 85 86 87 88 89 90 91 92 93 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + | (portprint dotport "\""usingname"\" -> \""sname"\"")) (moduledec (_ modname) (print "Found module "modname) (hash-table-set! moduledata modname sname)) (importuse (_ importname) (print "Found import "importname) (hh-push incldata importname sname)) (mofiles-adjust->dot-o usingname))) (else #f)) (loop (read-line))))))))) files) (hash-table-for-each incldata (lambda (impname snames) (for-each |
︙ |