opendylan
opendylan copied to clipboard
No warning for excluding a non-existent name
There is no warning for excluding a non-existent name:
define module foo
use common-dylan, exclude: { no-such-name };
end;