Closed vsoch closed 3 weeks ago
Ooh, sorry that wasn't clear. Thanks for making it better for next intrepid explorer!
That's me, the eXplorasaurus! :t-rex: :mag_right:
I'll go ahead and set MWP on this one.
Thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.62%. Comparing base (
ff63621
) to head (37154e1
). Report is 2 commits behind head on master.
I've been trying to make different topology designs this weekend, and this was the only example I could find of a slightly interesting tree in the flux config. I spent a ton of time confused not because the tree was complex, but because I mistook a comma for a dash (meaning I was reading
test[1-128]
instead oftest[1,128]
, and didn't see it until I sat down with pen and paper to draw it out. To save others the time of also making this mistake, I'm adding a diagram to the docs here that explicitly shows the tree and describes some of the components in text.Problem: It is really easy to miss the subtle comma (instead of a dash) for one of the bootstrap directives, resulting in a lot of confusion trying to figure out how the tree makes sense. Solution: Provide a visual diagram of the tree and some additional explanation to make it explicitly clear.