Skip to content

Commit 78888ad

Browse files
author
github-actions
committed
Update
1 parent ceafc51 commit 78888ad

10 files changed

+13
-8
lines changed

Release-notes-for-1-8-0.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ <h2 id="per-project-subproject-options-rewrite">Per project subproject options r
248248
GitHub</a>.</p>
249249
<p>We have tried to keep backwards compatibility as much as possible, but
250250
this may lead to some build breakage.</p>
251+
<h2 id="objects-added-correctly-to-rust-executables">
252+
<code>objects</code> added correctly to Rust executables</h2>
253+
<p>Any objects included in a Rust executable were previously ignored. They
254+
are now added correctly.</p>
251255
<h2 id="rusttest-now-supports-link_whole">
252256
<code>rust.test</code> now supports <code>link_whole</code>
253257
</h2>

assets/js/search/Rust

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/search/correctly

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/search/executable

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/search/executables

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fragment_downloaded_cb({"url":"Release-notes-for-1-8-0.html#objects-added-correctly-to-rust-executables","fragment":"\nobjects added correctly to Rust executables\nAny objects included in a Rust executable were previously ignored. They\nare now added correctly.\n"});

assets/js/search/ignored

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/search/included

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urls_downloaded_cb({"token":"included","urls":[{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_vapi","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_vapi()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#tests","node_type":"p","page":"IDE integration","sections":["IDE integration","Tests"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#range","node_type":"p","page":"Functions","sections":["Functions","range()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compileralignment","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilersizeof","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#i18n-module","node_type":"ul","page":"Release 0.37","sections":["New features","i18n module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"p","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#new-range-function","node_type":"p","page":"Release 0.58.0","sections":["New features","New range() function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"p","page":"Release 0.61.0","sections":["New features","\nmeson rewrite target <target> info outputs target's extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#doctest","node_type":"p","page":"Rust module","sections":["Rust module","Functions","doctest()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","all_sources()"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}}]});
1+
urls_downloaded_cb({"token":"included","urls":[{"url":"Code-formatting.html#clangformat","node_type":"p","page":"clang-format","sections":["clang-format"],"context":{"gi-language":["default"]}},{"url":"Creating-releases.html#include-subprojects-in-your-release","node_type":"p","page":"Creating releases","sections":["Creating releases","Include subprojects in your release"],"context":{"gi-language":["default"]}},{"url":"FAQ.html#why-doesnt-meson-have-user-defined-functionsmacros","node_type":"p","page":"FAQ","sections":["Meson Frequently Asked Questions","Why doesn't meson have user defined functions/macros?"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_gir","node_type":"ul","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_gir()"],"context":{"gi-language":["default"]}},{"url":"Gnome-module.html#gnomegenerate_vapi","node_type":"p","page":"GNOME module","sections":["GNOME module","Usage","gnome.generate_vapi()"],"context":{"gi-language":["default"]}},{"url":"IDE-integration.html#tests","node_type":"p","page":"IDE integration","sections":["IDE integration","Tests"],"context":{"gi-language":["default"]}},{"url":"Machine-files.html#constants","node_type":"p","page":"Cross and Native File reference","sections":["Cross and Native File reference","Sections","constants"],"context":{"gi-language":["default"]}},{"url":"Quick-guide.html#troubleshooting","node_type":"p","page":"Quickstart Guide","sections":["Using Meson","Troubleshooting:"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#add_project_dependencies","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments14","node_type":"table","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments23","node_type":"table","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#arguments4","node_type":"p","page":"Functions","sections":["Functions","add_project_dependencies()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#custom_target_depfile","node_type":"p","page":"Functions","sections":["Functions","custom_target()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#generator_depfile","node_type":"p","page":"Functions","sections":["Functions","generator()","Arguments"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_functions.html#range","node_type":"p","page":"Functions","sections":["Functions","range()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compileralignment","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.alignment()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilercompute_int","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.compute_int()"],"context":{"gi-language":["default"]}},{"url":"Reference-manual_returned_compiler.html#compilersizeof","node_type":"p","page":"Compiler object","sections":["Compiler object (compiler)","Compiler object methods","compiler.sizeof()"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-37-0.html#i18n-module","node_type":"ul","page":"Release 0.37","sections":["New features","i18n module"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-47-0.html#arm-compilerversion-6-for-c-and-cpp","node_type":"p","page":"Release 0.47","sections":["New features","ARM compiler(version 6) for C and CPP"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-53-0.html#meson-dist-includesubprojects","node_type":"p","page":"Release 0.53.0","sections":["New features","meson dist --include-subprojects"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-58-0.html#new-range-function","node_type":"p","page":"Release 0.58.0","sections":["New features","New range() function"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-61-0.html#meson-rewrite-target-target-info-outputs-targets-extra_files","node_type":"p","page":"Release 0.61.0","sections":["New features","\nmeson rewrite target <target> info outputs target's extra_files\n"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-0-63-0.html#python-extension-modules-now-depend-on-the-python-library-by-default","node_type":"p","page":"Release 0.63.0","sections":["New features","Python extension modules now depend on the python library by default"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-0-0.html#compiler-check-functions-prefix-kwargs-accepts-arrays","node_type":"p","page":"Release 1.0.0","sections":["New features","Compiler check functions prefix kwargs accepts arrays"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-3-0.html#clarify-implicitlyincluded-headers-in-clike-compiler-checks","node_type":"p","page":"Release 1.3.0","sections":["New features","Clarify implicitly-included headers in C-like compiler checks"],"context":{"gi-language":["default"]}},{"url":"Release-notes-for-1-8-0.html#objects-added-correctly-to-rust-executables","node_type":"p","page":"Release 1.8.0 (in development)","sections":["New features (in development)","\nobjects added correctly to Rust executables"],"context":{"gi-language":["default"]}},{"url":"Rust-module.html#doctest","node_type":"p","page":"Rust module","sections":["Rust module","Functions","doctest()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#add","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","add()"],"context":{"gi-language":["default"]}},{"url":"SourceSet-module.html#all_sources","node_type":"p","page":"Source set module","sections":["Source set module","\nsource_set object","Methods","all_sources()"],"context":{"gi-language":["default"]}},{"url":"Unity-builds.html#unity-builds","node_type":"p","page":"Unity builds","sections":["Unity builds"],"context":{"gi-language":["default"]}},{"url":"Vala.html#adding-to-valas-search-path","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Adding to Vala's search path"],"context":{"gi-language":["default"]}},{"url":"Vala.html#libraries-without-pkgconfig-files","node_type":"p","page":"Vala","sections":["Compiling Vala applications and libraries","Using libraries","Libraries without pkg-config files"],"context":{"gi-language":["default"]}}]});

assets/js/search/objects

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/search/rust

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)