Bug#774193: Found the problem, I think (dh-make-drupal version table parsing broken)

2015-03-28 Thread Gunnar Wolf
Matthew Gabeler-Lee dijo [Tue, Mar 24, 2015 at 08:03:00PM -0400]: On 03/24/2015 07:46 PM, Matthew Gabeler-Lee wrote: I've attached a patch that includes the above debug messages and my ugly(?) fix for it, which works for me. This is the first time I've ever tried to write ruby code, so

Bug#774193: Found the problem, I think (dh-make-drupal version table parsing broken)

2015-03-24 Thread Matthew Gabeler-Lee
So I got motivated to do enough cargo cult programming in ruby to try to figure this out, and it looks like it's actually very simple, and is nothing more than a classic modify list during iteration bug. When it removes an item as a duplicate, it seems to cause the list iteration to end up

Bug#774193: Found the problem, I think (dh-make-drupal version table parsing broken)

2015-03-24 Thread Matthew Gabeler-Lee
On 03/24/2015 07:46 PM, Matthew Gabeler-Lee wrote: I've attached a patch that includes the above debug messages and my ugly(?) fix for it, which works for me. This is the first time I've ever tried to write ruby code, so apologies if I'm missing some ruby-isms. Mainly I guessed the syntax by