sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
138 stars 31 forks source link

Replace the commentjson test dependency with re.sub #141

Closed hroncok closed 4 months ago

hroncok commented 9 months ago

While at it, only open the json files once.

(This is motivated by Fedora, when we don't have commentjson packaged. Currently, we use json5 instead, but while looking at that @yselkowitz figured out we can pre-process the files instead.)

gotmax23 commented 4 months ago

Thanks everyone!