1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00
terraform-playground/pymage/internal/lock
Cursor Agent 7290806232
wheel: strip extras from console-script entry points; lock: strip inline comments from first '#'
- console-script targets like 'pkg.mod:main [extra]' no longer leak the
  '[extra]' suffix into the generated launcher; module-less entry points are
  skipped instead of producing invalid Python
- stripComment now strips from the first '#' (not only ' #') and trims trailing
  whitespace, matching its docstring
- adds tests demonstrating both behaviors

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-10 15:25:47 +00:00
..
lock.go wheel: strip extras from console-script entry points; lock: strip inline comments from first '#' 2026-06-10 15:25:47 +00:00
lock_test.go wheel: strip extras from console-script entry points; lock: strip inline comments from first '#' 2026-06-10 15:25:47 +00:00