Bruce Merry

Results 74 comments of Bruce Merry

> So if I understand correctly this is specifically a workaround for old versions of clang? Based on testing with Compiler Explorer, it looks like it's still needed even for...

> > So if I understand correctly this is specifically a workaround for old versions of clang? > > Based on testing with Compiler Explorer, it looks like it's still...

> @bmerry would you want to submit a fix? Sounds like the solution would be pretty small I only started using meson a few weeks ago, so I don't feel...

I'd need a reproducible example to debug it.

I think I'm still affected by this: see https://pypi.org/project/spead2/. It currently shows: > License: GNU Lesser General Public License v3 or later (LGPLv3+) (GNU LESSER GENERAL PUBLIC LICENSE Version 3,...

I think the tricky part will be that wheels built against a specific CUDA version don't always work with other CUDA versions. At a minimum it bakes in the SONAME...

For CI purposes (and particularly cibuildwheel, which doesn't really provide options to control what happens after a failed build) it would be useful to have an option (maybe passable via...

> A config settings option to dump the meson log could be an idea. How should such an option be named How about 'print-log', with options 'none' (default), 'on-error' and...

A couple of notes: - The documentation for `--add-gnu-debuglink` in objcopy suggests not specifying any path components in the link; tools will then search several places for the debug info....

I think fork it for now. I wrote this for a specific use case where extra controls in the UI would just take up space and wouldn't be wanted. I...