You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a warning when meta data containing a null for the support value was stringified.
Setting ZEF_INSTALL_TO to an empty string now treats it as unset instead of assuming the current working directory.
TAP::Harness is now only used if --tap-harness is explicitly set. Previously it would be used automatically if it was installed.
Fixed a typo that prevented parsing IPv4 addresses in the URI grammar.
Fixed a bug where updating ecosystems multiple times in the same process would not update the list of distributions it exposed. Note this would have only affected users using the zef libraries directly, and not the zef binary.
Various error messages were improved.
Fixed an issue where we weren't using the cached value of something we had already calculated.
Fixed auto-update to not treat Bool::True and int 1, potentially preventing force updates in some situations.
Fixed by-env empty string fallback logic to match the behavior of the other by- functions.
The curl plugin is no longer passing curl the --time-cond/-z flag to avoid issues where the ecosystem index may not get updated when it should.
The tar plugin no longer passes the -z flag, and instead relies on its compression auto detection.
Fixed an issue where the LegacyBuild plugin would fail to build distributions that were located in a path containing single quotes.
Fixed an issue where we could quietly swallow TAP::Harness related exceptions.