Overview
Comment: | fixed bug in show-uncalled-procedures.scm |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
b4d839d5b8f312158ced3c1360e2b437 |
User & Date: | bjbarcla on 2017-08-16 11:11:08 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-16
| ||
11:49 | fixed case in trackback.scm where cycle prevented seeing call path check-in: 733a3a4bd6 user: bjbarcla tags: v1.64 | |
11:11 | fixed bug in show-uncalled-procedures.scm check-in: b4d839d5b8 user: bjbarcla tags: v1.64 | |
01:25 | update util to show dead code check-in: d3164a445d user: bb tags: v1.64 | |
Changes
Modified show-uncalled-procedures.scm from [0b3bf4b4d7] to [4311ae207b].
︙ | ︙ | |||
148 149 150 151 152 153 154 155 | (updepth (add1 depth))) (if (null? upcode) (print uppath)) (for-each (lambda (x) (lookup uppath x updepth) ) upcone))))) (lookup "." procname 0))) | > < | 148 149 150 151 152 153 154 155 156 157 | (updepth (add1 depth))) (if (null? upcode) (print uppath)) (for-each (lambda (x) (lookup uppath x updepth) ) upcone))))) (lookup "." procname 0))) (show-danglers) |