gleam-lang/gleam
Improve error message for a file being too large when publishing to Hex
Ouverte
#5 744 ouverte le 23 mai 2026
good first issuehelp wanted
Métriques du dépôt
- Stars
- (21 417 étoiles)
- Métriques de merge PR
- (Merge moyen 10j 19h) (69 PRs mergées en 30 j)
Description
Similar to https://github.com/gleam-lang/gleam/issues/5708 which is for making api_revert_package_response error msg nicer
api_publish_package_response currently dumps the raw json eg
assuming https://github.com/gleam-lang/gleam/issues/5708 gets https://github.com/gleam-lang/gleam/pull/5728 and adds hexpm::ApiError::ValidationError that same type could be used for the api_publish_package_response case StatusCode::UNPROCESSABLE_ENTITY https://github.com/gleam-lang/gleam/blob/d09b84d289458b39caa304496a02e7412643bcf0/hexpm/src/lib.rs#L542