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

Fix init command and support running Mill without existing build.sc #2662

Merged
merged 8 commits into from
Jul 29, 2023

Commits on Jul 24, 2023

  1. Fix init command and support running Mill without existing build.sc

    I first added an integration test for the init command to reproduce the issues and make sure the feature now works.
    
    Instead of failing in case there is no `build.sc`, we continue with an empty setup.
    
    Only when we discover an error afterwards, we add a message about the missing `build.sc` to the underlying error message.
    lefou committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    718c614 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    2b82b8e View commit details
    Browse the repository at this point in the history
  2. .

    lefou committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e0843d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b4d859 View commit details
    Browse the repository at this point in the history
  4. scalafmt

    lefou committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6b499dd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Added an assert

    lefou committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5abd6c0 View commit details
    Browse the repository at this point in the history
  2. scalafmt

    lefou committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cd8ad1e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    0882aea View commit details
    Browse the repository at this point in the history