opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

No warning for excluding a non-existent name

Open cgay opened this issue 5 years ago • 1 comments

There is no warning for excluding a non-existent name:

define module foo
  use common-dylan, exclude: { no-such-name };
end;

cgay avatar Aug 10 '20 15:08 cgay