mill icon indicating copy to clipboard operation
mill copied to clipboard

`module.sc` support should require explicitly enablement

Open lefou opened this issue 1 year ago • 1 comments

Currently, Mill is always scanning for module.sc files. We already discussed and agreed on the enablement of sub-modules through module.sc files via an $-import in PR https://github.com/com-lihaoyi/mill/pull/3213.

What could be a good name for the import? One of the candidates was submodules:

import $submodules._

lefou avatar Aug 22 '24 21:08 lefou

import $submodules._ works for me. Eventually we may have some other way of passing flags, but for now this will do

lihaoyi avatar Aug 23 '24 00:08 lihaoyi