Skip to content

v1.8.3

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 10:22
c49ce19

Fixed

  • Fixed two test-suite race conditions that made CI intermittently red. The CSHIP_ACCOUNT error-hint tests mutated the same process-global env var from parallel worker threads and were merged into one sequential test; test_render_passthrough_returns_none_for_nonexistent_module resolved starship from PATH without holding PATH_MUTEX, so sibling tests pointing PATH at mock starship scripts could make it observe real output (#206)

What's Changed

  • test(explain): merge racing CSHIP_ACCOUNT tests into one by @stephenleo in #206

Full Changelog: v1.8.2...v1.8.3