Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LockingCache expiry behaviour. #44 #57

Merged
merged 4 commits into from
Feb 8, 2013
Merged

Commits on Feb 6, 2013

  1. Add tests around LockingCache. Fix mapbox#44, make the cache actually…

    … cache for the specified timeout rather than until initial callbacks happen
    rcoup committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    75170a2 View commit details
    Browse the repository at this point in the history
  2. Take two. Keep existing behaviour when timeout=0, and make tilelive-m…

    …apnik use it like that
    rcoup committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    a2a101e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2013

  1. Fix random execution order of setTimeout(,0) and process.nextTick(). …

    …Don't set a 0-timeout. More error tests
    rcoup committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    94d0691 View commit details
    Browse the repository at this point in the history
  2. restore previous grid.test.js

    rcoup committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    66fb504 View commit details
    Browse the repository at this point in the history