we ran into this:
cfg/os/c7x-x86_64/config/core/boot.pan:5: Missing space before and after operator
unique template config/core/boot;
^^^ ^^^
when there was documentation above the declaration like:
@{
comments
}
unique template config/core/boot;
although it is fine panlint nags about this, it should probably say the declaration needs to be on the first line instead of parsing the line.