SpinalTemplateSbt icon indicating copy to clipboard operation
SpinalTemplateSbt copied to clipboard

Unify conf file for sbt and mill.

Open Readon opened this issue 1 year ago • 3 comments
trafficstars

Example to support both sbt and mill in one project, and specified version in unified conf file.

Readon avatar Jul 17 '24 17:07 Readon

Realistically.. wouldnt someone that uses the template project want to use either sbt or mill and only rarely both? So this would only complicate things.

IMHO there is already a LOT to figure out when starting with scala and spinal, adding another file does not help much.

NikLeberg avatar Jul 18 '24 15:07 NikLeberg

Realistically.. wouldnt someone that uses the template project want to use either sbt or mill and only rarely both? So this would only complicate things.

IMHO there is already a LOT to figure out when starting with scala and spinal, adding another file does not help much.

Yes, it could be a backup example only.

The history is that in SpinalHDL/SpinalHDL mill is imported, but the existing version control is to use a symlink for version.sc, which is too complicate to use under Windows.

I just find the solution, and think might ease the version bump each time spinalhdl's new version release.

Readon avatar Jul 18 '24 16:07 Readon

I agree that we should keep it as simple as possible as this is a template. Maybe we can merge this PR in a separated branch ?

Dolu1990 avatar Jul 19 '24 07:07 Dolu1990