You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eli Schwartz
1cfead6647
fix continued breakage in gnome module API
...
In commit 823da39909
we tried to fix
disappearing dependencies. Instead, we appended the replacement
dependencies to the existing ones. But this, too, was wrong. The
function doesn't return new dependencies... it returns a copied list
of all the dependencies, then alone of all parts of that API, expects to
overwrite the existing variable.
(Sadly, part of the internals actually uses the entire list for
something.)
As a result, we produced a repeatedly growing list, which eventually
scaled really badly and e.g. OOMed on gstreamer.
Instead, let's just replace the dependencies with the updated copy.
3 years ago
..
__init__.py
Add API for modules that wants to define their devenv
3 years ago
cmake.py
interpreter: replace build_def_files with OrderedSet
3 years ago
dlang.py
dub module: use typed_pos_args to check positional arguments
3 years ago
fs.py
move a bunch of imports into TYPE_CHECKING blocks
3 years ago
gnome.py
fix continued breakage in gnome module API
3 years ago
hotdoc.py
Pass environment down to base Target class
3 years ago
i18n.py
Pass environment down to base Target class
3 years ago
java.py
move a bunch of imports into TYPE_CHECKING blocks
3 years ago
keyval.py
interpreter: replace build_def_files with OrderedSet
3 years ago
modtest.py
modules: Add methods dict everywhere
4 years ago
pkgconfig.py
Move dataonly pkgconfig file to datadir/pkgconfig
3 years ago
python.py
python: Remove warning about invalid install path
3 years ago
python3.py
python 3 module: type-check all posargs
3 years ago
qt.py
move a bunch of imports into TYPE_CHECKING blocks
3 years ago
qt4.py
qt module: rcc supports depfiles now, given a recent enough version of Qt5
4 years ago
qt5.py
qt module: rcc supports depfiles now, given a recent enough version of Qt5
4 years ago
qt6.py
add FeatureNew decorators for various modules that were lacking them
3 years ago
sourceset.py
sourceset: reorder fields in SourceSetRule
3 years ago
unstable_cuda.py
Add entries for new CUDA Toolkit versions.
3 years ago
unstable_external_project.py
Pass environment down to base Target class
3 years ago
unstable_icestorm.py
modules: Replace find_program_impl() by state.find_program()
4 years ago
unstable_rust.py
Pass environment down to base Target class
3 years ago
unstable_simd.py
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
3 years ago
unstable_wayland.py
Pass environment down to base Target class
3 years ago
windows.py
Pass environment down to base Target class
3 years ago