Opened 9 years ago
Last modified 9 years ago
#1237 closed defect
define-foreign-type causes confusing messages to be printed — at Initial Version
Reported by: | evhan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | compiler | Version: | 4.10.x |
Keywords: | compiler, warnings | Cc: | |
Estimated difficulty: |
Description
Reported by John Croisant on chicken-users (link to thread index until message appears in archive).
The variables in question are already marked hidden, but that message is emitted for any variables that are not-visible, *including* hidden ones. If a variable is hidden, however, the user shouldn't hear about it, so this warning should also be skipped in this case.
The original bug report deals specifically with procedure names produced by define-foreign-type
, but any fix should apply to all hidden variables, I think.
Note: See
TracTickets for help on using
tickets.