mill icon indicating copy to clipboard operation
mill copied to clipboard

objects and defs containing a dot should be rejected

Open lefou opened this issue 4 years ago • 0 comments

The Scala compiler isn't preventing module names like this object `foo.bar` extends Module. Compiling such a build.sc just works currently but Mill is ignoring this module. Instead it should detect them and print a descriptive error message.

Probably the same for def `foo.bar` .

lefou avatar Nov 25 '21 14:11 lefou