]> gitweb.factorcode.org Git - factor.git/commitdiff
basis: use lint.vocabs tool to trim using lists
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 11 Sep 2022 03:52:10 +0000 (22:52 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 11 Sep 2022 03:52:10 +0000 (22:52 -0500)
compiler.cfg.builder.alien in `compiler` is not reported as being used
but it must appear in the USING: list where it does or else smart combinators
will fail on bootstrap in classes.struct

also false positives reported in urls


No differences found