Sylvain Joyeux
Sylvain Joyeux
Hi Luis. Heads up that I'm already preparing a v2 version of this PR ... I never realized how powerful Dir.glob is, and am thinking of directly allowing passing globs...
> Should include and exclude patterns be applied to the final list of files and not just the collected artifacts? I'm seeing an scenario for this like the following: I...
I'm getting interested in this as well - I can provide some manpower. @denniscollective do you have any WIP in this direction already ? @noseglid as far as I can...
Not sure I fully understand. I don't use a custom template (or at least I don't think I do). How could I test this locally ?
1. and 2. - the goal was to avoid resolving the hash entry, but I agree that's really not a very good goal given how much code duplication it implies....
OK ... will do the rest of the fixes.
Another question (I made a separate commit, but not sure you noticed). The #each_adjacent name is awkward for bidirectional graphs (we have #each_in_neighbour but #each_adjacent). I added #each_out_neighbour as an...
I am talking about the **out** version. `each_out_neighbour` makes more sense than `each_adjacent` for bidirectional directed graphs, but it is also normal than the rest of the algorithms use each_adjacent...
OK ... Will do !