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

Set a default dispatch_list. #34

Merged
merged 1 commit into from Aug 4, 2011
Merged

Conversation

rustyio
Copy link
Contributor

@rustyio rustyio commented Aug 4, 2011

The dispatch_list variable used to be set to an empty list in webmachine.app. The following pull request (https://github.com/basho/webmachine/pull/32) removed the dispatch_list variable from webmachine.app, causing the default dispatch list to be undefined, causing problems in unit tests that assumed an empty--but defined--dispatch list.

This pull request causes webmachine to return an empty list rather than undefined if the dispatch list is undefined. My understanding, based on pull request https://github.com/basho/webmachine/pull/31 is that we can't specify a dispatch_list in webmachine.app because it affects hot upgrades.

…ist. Detect undefined dispatch list in code, and use empty list by default.
rustyio added a commit that referenced this pull request Aug 4, 2011
@rustyio rustyio merged commit 9b1b462 into master Aug 4, 2011
@seancribbs seancribbs deleted the RTK-default_dispatch_list branch April 1, 2015 23:51
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.

None yet

2 participants