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

added new caching feature #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

added new caching feature #150

wants to merge 2 commits into from

Conversation

boggan
Copy link

@boggan boggan commented Oct 4, 2017

Oy!

I needed caching to be enabled on XHR Calls in order to speed up concurrent requests, so I modified your code do to the following.

  • added new caching feature
  • renamed sys.puts for console.log calls
  • added missing tests to autotest.watchr
  • modified autotest.watchr to automatically load all tests in the tests folder

Sorry if the diff shows too many differences, my auto-formatter may have kicked in :/

Cheers!

Thomas Lanteigne added 2 commits October 4, 2017 13:20
- renamed sys.puts for console.log calls
- added missing tests to autotest.watchr
- modified autotest.watchr to automatically load all tests in the tests folder
@boggan
Copy link
Author

boggan commented Oct 4, 2017

if you ever do accept this pull request, you can remove the trailing console.log I left in for debugging :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant