Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements to Idea project generation #616

Merged
merged 11 commits into from Jun 28, 2019
Merged

Small improvements to Idea project generation #616

merged 11 commits into from Jun 28, 2019

Commits on Jun 26, 2019

  1. Fixes #532

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    308d562 View commit details
    Browse the repository at this point in the history
  2. Using Task.sequence instead of multiple evals

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e2b1691 View commit details
    Browse the repository at this point in the history
  3. Fixes generation of fake SBT libraries

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ea1202f View commit details
    Browse the repository at this point in the history
  4. Simple fix for #527

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3008b55 View commit details
    Browse the repository at this point in the history
  5. Fixes 'file name too long' error

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9626e43 View commit details
    Browse the repository at this point in the history
  6. Using coursier for reading poms instead of ad-hoc xml parsing

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    03e37da View commit details
    Browse the repository at this point in the history
  7. It seems that simply using the provided evaluator fixes #352

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    05d1d40 View commit details
    Browse the repository at this point in the history
  8. Added back the usage of module-defined repos for resolving mill libra…

    …ries
    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    85dd96a View commit details
    Browse the repository at this point in the history
  9. Changed GenIdeaTests to use ScriptTestSuite

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    37b4e93 View commit details
    Browse the repository at this point in the history
  10. Using mill source path instead of pwd

    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0c46108 View commit details
    Browse the repository at this point in the history
  11. Update logic to check for Scala libraries when generating fake SBT li…

    …braries
    Andres Pipicello committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6b80cfa View commit details
    Browse the repository at this point in the history