-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Allow Mill CLI to select the meta-build frame it operates on #2719
Merged
Commits on Aug 29, 2023
-
Allow Mill CLI to select the meta-build frame it operates on
Add a new CLI option `--frame` acception an `Int`. Default in `0` and means the root project, `1` is the parent meta-build, if defined, or the built-in bootstrap module, and so on. This is a first draft, to get more familiar with the recursive but mutable nature of our meta-build support. Don't hessitate to point out shortcomings. * Fixes #2658 Review by @lihaoyi
Configuration menu - View commit details
-
Copy full SHA for 2614372 - Browse repository at this point
Copy the full SHA 2614372View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d161230 - Browse repository at this point
Copy the full SHA d161230View commit details -
Don't evaluate higher level frames if we run with --frame option
I applied one hack-ish way to avoid instantiating the higher level evaluators by just assigning `null`. This should be refactored, e.g. by representing a skipped frame by it's own case class.
Configuration menu - View commit details
-
Copy full SHA for a3761a1 - Browse repository at this point
Copy the full SHA a3761a1View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7b116d - Browse repository at this point
Copy the full SHA b7b116dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e06ce61 - Browse repository at this point
Copy the full SHA e06ce61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dea10a - Browse repository at this point
Copy the full SHA 5dea10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ed21b - Browse repository at this point
Copy the full SHA 85ed21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c189d5e - Browse repository at this point
Copy the full SHA c189d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e6069 - Browse repository at this point
Copy the full SHA 82e6069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c9a8e - Browse repository at this point
Copy the full SHA 81c9a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d8a67 - Browse repository at this point
Copy the full SHA 56d8a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99cb7e - Browse repository at this point
Copy the full SHA b99cb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0f242 - Browse repository at this point
Copy the full SHA ff0f242View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90f8aa - Browse repository at this point
Copy the full SHA d90f8aaView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 075fab1 - Browse repository at this point
Copy the full SHA 075fab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for df392a2 - Browse repository at this point
Copy the full SHA df392a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6920b - Browse repository at this point
Copy the full SHA 8f6920bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e17b98 - Browse repository at this point
Copy the full SHA 9e17b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bc811 - Browse repository at this point
Copy the full SHA 95bc811View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.