scalameta / scalagen

WIP - Scalameta powered code generation
Apache License 2.0
40 stars 5 forks source link

Alter SBT plugin #57

Open DavidDudson opened 6 years ago

DavidDudson commented 6 years ago

After #36 is merged, there are still a number of concerns

  1. Parallel

    • I need to find out the proper way of splitting up and running parallel tasks.
  2. Store a list of generated files

    • We should only generate files that actually get modified
    • These files will exist in the generator source set
  3. Make use of file function cache