Docker SDK support - #183
Open
Yummy-Yums wants to merge 12 commits into
Open
Conversation
…nit scaffold
- Example pipeline: drop the unresolved `project: hm.Target[...]` parameter that
crashed rendering ("target 'project' not found"); call
`hm.scala.project(".").ci()` directly.
- pyproject: remove pytest from runtime `dependencies` (already a dev dep);
restore uv.lock to the tracked revision, dropping unrelated churn.
- fmt defaults to check=True (`sbt scalafmtCheckAll`) so `ci()` verifies
formatting instead of silently reformatting; ScalaProject.fmt delegates to the
toolchain step (chains off install, parallel to warmup), mirroring Rust.
- Fix `_test_cmd` construction (spacing, `--` options, str-coerce + shlex-quote)
and add parametrized coverage.
- Drop the dead `components` param and the invalid `ScalaProject.setup` (no
`installed` field); remove TODOs; reformat to 4-space; fix isort order; export
`ScalaProject`.
- Rewrite docstrings to the real API (`hm.scala.toolchain`/`project`, not
`hm.scala()`/`clippy`/`version=`).
- Fix tests that asserted nothing or targeted `hm.rust`; align label/scalafmt
expectations.
- Add the missing `hm init` Scala template + wiring and a roundtrip test.
- Revert unrelated root `.gitignore` `.idea/` flip and the stray `git ` entry.
Note: pipeline-SDK reference docs are generated from these docstrings in the
parent repo via `make docs-generate` — regenerate there alongside the gitlink bump.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#46