Opened 8 years ago

Last modified 8 years ago

#1237 closed defect

define-foreign-type causes confusing messages to be printed — at Version 1

Reported by: evhan Owned by:
Priority: major Milestone: someday
Component: compiler Version: 4.10.x
Keywords: compiler, warnings Cc:
Estimated difficulty:

Description (last modified by evhan)

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 the warning should be skipped in this case, too.

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.

Change History (1)

comment:1 Changed 8 years ago by evhan

Description: modified (diff)
Note: See TracTickets for help on using tickets.