Skip to content

Bugfix 0x1003#150

Merged
jhunkeler merged 4 commits into
spacetelescope:masterfrom
jhunkeler:bugfix-1003
Jun 30, 2026
Merged

Bugfix 0x1003#150
jhunkeler merged 4 commits into
spacetelescope:masterfrom
jhunkeler:bugfix-1003

Conversation

@jhunkeler

@jhunkeler jhunkeler commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

This PR addresses:

  • Error output from pip and conda while testing if a package exists on an index (or not) was too verbose. This reduces unnecessary output by only triggering the process output dump when a "real" error occurs.
  • Test blocks with empty scripts, or errors, did not return (popd) from the top-level pushd
  • Errant linefeeds in multiple SYS*() macro format strings were removed
  • When shell()'s forked process is killed by a signal the return value should be non-zero

…lution

* Don't print errors if the requested package is found/not-found. Only print real errors that prevent either of those conditions from being true.
* Move the check down so we can rely on the return code
@jhunkeler jhunkeler merged commit 4a189db into spacetelescope:master Jun 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant