Skip to content

v1.29.1

Choose a tag to compare

@pyrex41 pyrex41 released this 03 Jan 22:08
· 256 commits to master since this release

Bug Fixes

  • reanalyze-deps: Correctly parse local ID from namespaced task IDs
    • Fixed parse_task_id() function returning the full task ID instead of just the local part
    • Before: parse_task_id("main:9.1")("main", "main:9.1")
    • After: parse_task_id("main:9.1")("main", "9.1")
    • This caused scud reanalyze-deps to fail with "Task 'main:9.1' not found in phase 'main'" when applying cross-phase dependency suggestions for subtasks

Contributors