You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it more consistent with how Scala source files behave in general and allow IDEs to understand the references without any customization. The old syntax can remain for migration compatibility
Might need to wait for 0.13.0 depending on whether this needs scala 3 or whether it needs to break bincompat (not sure). We should at the same time split Discover[T] into an API trait and implementation class to minimized the surface area constrained by binary compatibility requirements
The text was updated successfully, but these errors were encountered:
lihaoyi
changed the title
Consolidate import $file.foo.bar into mill.foo.bar namespace
Consolidate import $file.foo.bar into build.foo.bar namespace
Nov 2, 2024
This would make it more consistent with how Scala source files behave in general and allow IDEs to understand the references without any customization. The old syntax can remain for migration compatibility
Might need to wait for 0.13.0 depending on whether this needs scala 3 or whether it needs to break bincompat (not sure). We should at the same time split
Discover[T]
into an APItrait
and implementationclass
to minimized the surface area constrained by binary compatibility requirementsThe text was updated successfully, but these errors were encountered: