diff options
author | Vincent Ambo <mail@tazj.in> | 2023-02-28T10·41+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-02-28T12·15+0000 |
commit | 44a5e142009932f89f3cd7033a62a85b6ed0c49b (patch) | |
tree | d630a10c70b6884ad7ad159002e0812628efb4c9 /users/sterni | |
parent | 5134324a7846bacbab1ba342b3cb1609f0fd6f68 (diff) |
feat(nix/readTree): implement .skip-tree marker for subtree ignoring r/5862
With this change, readTree gains the ability to notice a `.skip-tree` marker in addition to the `.skip-subtree` marker. The behaviour of the new marker will completely ignore the folder that the marker is located in (i.e. no node will be present for it in the parent at all). To make this work, the recursive function in readTree had to be modified to return a sentinel value (noting that a tree has requested to be skipped) which is then filtered out when constructing the list of children. The actual `readTree` function is now a wrapper around this inner, sentinel-yielding implementation which unwraps the result set. For obvious reasons, `.skip-tree` is not allowed at the top-level and readTree will throw an error if it encounters it there. Fixes: b/244 Change-Id: Ica731bc1af356e881fd3d31c7109f62ffd2762ea Reviewed-on: https://cl.tvl.fyi/c/depot/+/8185 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'users/sterni')
0 files changed, 0 insertions, 0 deletions