under the old implementation, elfeed-curl--queue-consolidate wasn't idempotent — if you called it on a consolidated queue, it would continue to add list layers around the consolidated entry. this would then cause wrong-type-argument errors later when calling make-process to run curl.
under the old implementation,
elfeed-curl--queue-consolidate
wasn't idempotent — if you called it on a consolidated queue, it would continue to add list layers around the consolidated entry. this would then causewrong-type-argument
errors later when calling make-process to run curl.