Metacello / metacello

Metacello is a package management system for Smalltalk
MIT License
87 stars 43 forks source link

Use conditional requests to the github api (b/c rate limiting) #458

Closed krono closed 7 years ago

krono commented 7 years ago

This fixes #332 for Squeak and should clean up the tests.

krono commented 7 years ago

Ok this is frustrating.

It doesn't matter whether we use conditional requests here, as already the first request (https://travis-ci.org/Metacello/metacello/jobs/278150893#L2008) hits the rate limit. I suspect this is due to other projects on travis also doing rate-limited requests against the api.

I'll clean this up, then lets merge.