Re: [PATCH preview 0/3] rust: update build system for Meson 1.8.0

2025-04-08 Thread Paolo Bonzini
Il mar 8 apr 2025, 22:34 Bernhard Beschow ha scritto: > > > Am 5. April 2025 10:06:00 UTC schrieb Paolo Bonzini : > >Meson 1.7.0 and 1.8.0 include improved support for Rust, namely: > >* support for "objects" in Rust executables > >* support for doctest targets > > Using Meson 1.7.2 (shipped with

Re: [PATCH preview 0/3] rust: update build system for Meson 1.8.0

2025-04-08 Thread Bernhard Beschow
Am 5. April 2025 10:06:00 UTC schrieb Paolo Bonzini : >Meson 1.7.0 and 1.8.0 include improved support for Rust, namely: >* support for "objects" in Rust executables >* support for doctest targets Using Meson 1.7.2 (shipped with my distro) I didn't succeed with either of these. If just applying

Re: [PATCH preview 0/3] rust: update build system for Meson 1.8.0

2025-04-07 Thread Paolo Bonzini
On Mon, Apr 7, 2025 at 9:17 AM Zhao Liu wrote: > On Sat, Apr 05, 2025 at 12:06:00PM +0200, Paolo Bonzini wrote: > > Date: Sat, 5 Apr 2025 12:06:00 +0200 > > From: Paolo Bonzini > > Subject: [PATCH preview 0/3] rust: update build system for Meson 1.8.0 > > X-Mailer: git-send-email 2.49.0 > > > >

Re: [PATCH preview 0/3] rust: update build system for Meson 1.8.0

2025-04-07 Thread Zhao Liu
On Sat, Apr 05, 2025 at 12:06:00PM +0200, Paolo Bonzini wrote: > Date: Sat, 5 Apr 2025 12:06:00 +0200 > From: Paolo Bonzini > Subject: [PATCH preview 0/3] rust: update build system for Meson 1.8.0 > X-Mailer: git-send-email 2.49.0 > > Meson 1.7.0 and 1.8.0 include improved support for Rust, name