summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-08-20 11:29:56 -0700
committerEli Schwartz <eschwartz93@gmail.com>2024-08-26 12:23:03 -0400
commit75e5ca58374fc7d070a6e34822046391cc5a24e5 (patch)
tree65f5160a745549c86aa204bc7c5d8fe75481ebf4 /docs
parent08a46bb6c5aabb7fccafe95afd7b10a75e9f3e07 (diff)
downloadmeson-75e5ca58374fc7d070a6e34822046391cc5a24e5.tar.gz
cmake/interpreter: Remove None from values we promise wont have None
We've documented these lists as being `List[Path]`, but then we have the potential to insert a None into them via the `rel_path()` function, which can return `None` in some cases. Currently we fix some (but not all) of these later, but we should actually remove them from the list before we assign, so that it's actually a `List[Path]` at all times. While we're here I've simplified the logic a bit. Closes: #13551
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions