diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-31 18:21:31 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-31 18:21:31 -0500 |
commit | 8d648532295d131898b392032d13cd1b13e639af (patch) | |
tree | b72eb7774af41d4e706afa56bd70c487b8264a65 /mesonbuild/backend/backends.py | |
parent | 0185f2ed61290715f990f786597f3b73a36e678f (diff) | |
download | meson-8d648532295d131898b392032d13cd1b13e639af.zip meson-8d648532295d131898b392032d13cd1b13e639af.tar.gz meson-8d648532295d131898b392032d13cd1b13e639af.tar.bz2 |
doc: fix regression that deleted all methods from the reference manual
Regressed in commit bfb12222c3f64c4dac45fa526a355fffa74dbecd.
This needs to iterate over all methods, process them, and add them to a
list. Instead, it deleted all methods, processed all remaining methods,
and appended them to the in-use iterator.
Use a second list, instead.
Fixes #9922
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions