Fix: YAML does not support object merging or array merging for anchor
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 12 Dec 2017 23:29:58 +0000 (18:29 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 12 Dec 2017 23:37:50 +0000 (18:37 -0500)
commit0efb2471b357c4c4d1c6aa81d8a12c2f0bee2e49
tree0da5da0b49e24beb6f6d16170c1757f31bcb6b79
parentd6d1423b1741585e440e4558ed45de56afb8bd79
Fix: YAML does not support object merging or array merging for anchor

Publisher anchors do not behave as expected. They overwrite each other
instead of merging the array values (irc notification, tap parsing, etc.)

Yaml does not support array merging via anchor [1].

[1] https://stackoverflow.com/questions/24090177/how-to-merge-yaml-arrays/30770740#30770740

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/babeltrace.yaml
jobs/lttng-tools.yaml
This page took 0.0234 seconds and 4 git commands to generate.