Closed (fixed)
Project:
FeedAPI Exhaustive Parser
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 04:48 UTC
Updated:
19 May 2009 at 02:10 UTC
Looks like there's still some dev code in the .module file. Line 13:
drupal_set_message("hi");
Comments
Comment #1
e2thex commentedThanks for spotting that, I removed it.
Comment #2
crookednumber commentedI found some more things -- mostly typos -- late last night, as I was nodding off. This module -- great, by the way -- is almost doing what I want it to do. I'm importing large feeds with geo:lat and geo:long data. It's grabbing the data ... but the long/lat data is getting jumbled across items. Trying to figure out if this is happening at the exhaustive_parser level. Needless to say, I'll keep you posted.
Anyway, I'm more than happy to shoot back minor fixes. Is an issue pointing to a line OK? Or do you prefer patches? And do you mind if I roll multiple typo fixes in a single patch?
Comment #3
e2thex commentedAny of the three is fine,i f it is just cosmetic. If you have any functional change, I would appreciate a patch for that one functional change.
Thanks for digging in.
Comment #4
crookednumber commented