Le 05/02/2014 18:52, Antonio Terceiro a écrit :
the `target` attribute is expected to be a string, and your configuration makes it an array. That .join("") would break all other feed2imap users. :-)I think this is an artifact of the migration to use Ruby 1.9. I don't know why this worked at all with Ruby 1.8. On one hand I think your configuration is not supported, and only worked before by chance.
I disagree with your answer ; the exemple config file explicitly allow this syntax :
$ tail -n 11 /usr/share/doc/feed2imap/examples/feed2imaprc # It is also possible to reuse the same string in the target parameter: # target-refix: &target "imap://user:pass@host/rss." # feeds: # - name: test1 # target: [ *target, 'test1' ] # ... # - name: test2 # target: [ *target, 'test2' ] # ...
in this specific case upstream and debian maintainers are the same people so it won't make much of a difference.
Ok :) Regards, -- Sébastien _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
