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 bug preventing prefetch data from being loaded if local data was provided #39

Merged
merged 3 commits into from
Feb 24, 2013

Conversation

jharding
Copy link
Contributor

Previously if local data was provided, the prefetched data would never get loaded. To fix this I refactored dataset.js – there's now a function for processing raw data and a function for merging processed data into the existing adjacencyList and itemHash.

@timtrueman and @vskarich – as soon as I get a 👍 from one of you guys, I"ll merge this into integration-0.8.1, do some last minute administrative work, and then release v0.8.1 (!).

@timtrueman
Copy link
Contributor

Great changes, looks good to me

@jharding
Copy link
Contributor Author

The one thing is that this won't do deduplication between the local data and the prefetch data, I think that's ok though.

@timtrueman
Copy link
Contributor

Yeah, I'm not worried about that. If it's a problem for some people then we can fix it later.

@vskarich
Copy link
Collaborator

Thanks for catching this and taking care of it. Changes look good to me.

On Sun, Feb 24, 2013 at 3:37 PM, Tim Trueman notifications@github.comwrote:

Yeah, I'm not worried about that. If it's a problem for some people then
we can fix it later.


Reply to this email directly or view it on GitHubhttps://github.com//pull/39#issuecomment-14018983.

jharding added a commit that referenced this pull request Feb 24, 2013
Fix bug preventing prefetch data from being loaded if local data was provided
@jharding jharding merged commit c54ff96 into twitter:integration-0.8.1 Feb 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants