Skip to content

lisa.conf: Fix YAML comments in SimpleMultiSrcConf.to_yaml_map()

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_home_pr90534 into main

FIX

Fix comments generated in the YAML output:

  • Do not dump the comments for all lower children levels at every level, which otherwise leads to O(N^2) size of comments.

  • Improve the display of LevelKeyDesc comment by not repeating the key name.

Merge request reports