Re: Meson build updates
Tristan Partin <tristan@neon.tech>
On Mon Jun 12, 2023 at 4:43 PM CDT, Tristan Partin wrote: > On Mon Jun 12, 2023 at 4:24 PM CDT, Peter Eisentraut wrote: > > On 12.06.23 20:48, Tristan Partin wrote: > > > Attached you will find a v3 with the offending commits removed. I did > > > leave the overrides in since you didn't mention it in your last email. > > > > Patches 1-14 look ok to me. (But I didn't test anything, so some > > caveats about whether the non-cosmetic patches actually work apply.) If > > we're fine-tuning the capitalization the options descriptions, let's > > also turn "tap tests" into "TAP tests" and "TCL" into "Tcl". > > I'll get to that. Done. > > Patch 15 about the wrap integration, I'm not sure. I share the concerns > > about whether this is worth maintaining. Maybe put this patch into the > > commitfest separately, to allow for further study and testing. (The > > other patches, if they are acceptable, ought to go into PG16, I think.) > > Ok. I will split it off for further discussion. Expect a v4 tomorrow > with a few extra changes with regard to another review from a Meson > maintainer. Attached. I did have an idea to help with repetitive build descriptions in: https://www.postgresql.org/message-id/CTBSCT2V1TVP.2AUJVJLNWQVG3%40gonk. I kind of want to see Andres' response, before this gets merged. But that could also be a follow on commit if he likes the idea. I'll leave it up to you to decide. -- Tristan Partin Neon (https://neon.tech)
Commits
-
meson: Make detection of python more robust
- c79ca0485a62 16.1 landed
- 41da94fd5c74 17.0 landed
-
meson: Pass more feature option through to required kwargs
- 5a7280d9880f 16.0 landed
- 47caa710cebe 17.0 landed
-
meson: Tie adding C++ support to the llvm Meson option
- 7fc064d9b70f 16.0 landed
- 7a7f13afee92 17.0 landed
-
meson: Fix intl misspelling
- b750e74e6ec3 16.0 landed
-
meson: Use a better error message in an impossible case
- 99e57663518b 16.0 landed
-
meson: Make some Meson style more consistent with surrounding code
- af492eb6d6c9 16.0 landed
-
meson: Fix some grammar usage in Meson comments
- 74668cbf0fcc 16.0 landed
-
meson: Mention the correct way to disable readline support
- f5159c734fe4 16.0 landed
-
meson: Remove old comment
- 45c88eecb4a6 16.0 landed
-
meson: Use the not_found_dep constant
- 38977dd2bdac 16.0 landed
-
meson: Attach colon to keyword argument
- c55d31e59c89 16.0 landed
-
meson: Use consistent Meson option description formats
- b2ec7f543f9e 16.0 landed
-
meson: Use consistent casing in Meson option descriptions
- 529449c379b9 16.0 landed
-
meson: Remove triple-quoted strings
- 559bdd58eb71 16.0 landed