]> gitweb.factorcode.org Git - factor.git/commitdiff
Help lint no longer flags symbols as having violations
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Dec 2008 04:49:47 +0000 (22:49 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Dec 2008 04:49:47 +0000 (22:49 -0600)
basis/help/lint/lint.factor

index fbebc7f0f6b0661bc35f649f51425c9c7dbf2442..f6ed13b3fa75cf561f855a22a2a712b7339fd78d 100644 (file)
@@ -45,6 +45,7 @@ IN: help.lint
     {
         [ drop "declared-effect" word-prop not ]
         [ nip contains-funky-elements? ]
+        [ drop symbol? ]
         [ drop macro? ]
         [
             [ effect-values >array ]