racket / pkg-index

7 stars 14 forks source link

Fix #37 #39

Open sorawee opened 2 years ago

sorawee commented 2 years ago

Parse 'collection and 'implies when we retrieve the information. This is done in a way that is as compliant with the existing format as much as possible for valid values. However, invalid values will be explicitly marked / quoted so that they cause no trouble.

Two significant changes for valid values:

These two break the compliance, but originally it's not possible to unambiguously use this information anyway.

sorawee commented 2 years ago

Please don't merge this yet. I meant this to be a PR for discussion.