Fixed: _resolve_test_rel regex bug #4

Closed
opened 2026-07-25 08:28:03 +00:00 by marfrit · 0 comments
Owner

Fixed in 95d261e.

The regex chain now:

  • Guards all absolute-path regexes with (?<!\w) so the leading / only matches at word boundaries
  • Moves the tests/ relative path regex above the bare .py absolute regex

Also applied live to running systems: boltzmann and hertz at /usr/local/bin/bullpen-grinder.

Fixed in 95d261e. The regex chain now: - Guards all absolute-path regexes with `(?<!\w)` so the leading `/` only matches at word boundaries - Moves the `tests/` relative path regex above the bare `.py` absolute regex Also applied live to running systems: boltzmann and hertz at `/usr/local/bin/bullpen-grinder`.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marfrit/bullpen#4