tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

Fix meta updating #87

Closed 2colours closed 1 year ago

2colours commented 1 year ago

Unless all values were specified for editing user metadata, an error will show up because the missing data is represented by Any from the caller side but the API expects empty Str.

The following modification is one possible fix for that. (Having said that, I still can't see the updated values in the meta.json file online but that would be another issue)

2colours commented 1 year ago

Having said that, I still can't see the updated values in the meta.json file online but that would be another issue

It's updated now. Apparently it's just somewhat slower to update than distribution uploads.

hythm7 commented 1 year ago

Should fix #89.