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
Signatures are actually complex objects. We could use `Value` here since
it's unlikely that any consumers care about this, but it's cheap enough
to just define a structure for the signature objects.
In practice this isn't an issue because it seems like this field is
never populated in Hackage, but it can be populated if you build a
custom Hackage it can happen.
Fixes #16.
sternenseemann
changed the title
signatures field in MetaData has the wrong type
hackage-db: signatures field in MetaData has the wrong type
Oct 10, 2022
Signatures are actually complex objects. We could use `Value` here since
it's unlikely that any consumers care about this, but it's cheap enough
to just define a structure for the signature objects.
In practice this isn't an issue because it seems like this field is
never populated in Hackage, but it can be populated if you build a
custom Hackage it can happen.
Fixes#573.
It's not a list of strings, it's a list of structured objects. They look like this:
I'll make a patch.
The text was updated successfully, but these errors were encountered: