Marvin Scholz

Results 81 comments of Marvin Scholz

Ok if I have some time I will write some Wiki entries. btw what is the recommended way to terminate matching futher routes? Can I safely do `exit();` or is...

@galad87 If there is still interest in this MR I could give it a shot to rebase it and make the changes to get it working. It should be easier...

This code seems fine, `__bridge_transfer` is the correct thing to use here, as far as I know.

Sorry, I do not understand what your issue is. Can you please rephrase your issue and explain more detailed what your problem is?

@xclaesse Regarding unit tests it would probably be wise to wait for #10215 so I can use `get_meson_log_raw()` without then having to clean-up after me again if this is merged...

The primary intention for this API is to cover complex checks that are not and can not properly be displayed by meson, so I don't think accepting a dep for...

@bonzini Thanks for the suggestions. We discussed on IRC that approach but the main issue with accepting a dependency is, how would you get it? The only logical case I...

This is a tricky one… I guess ideally it would use a different directive that could be evaluated easily without lexing the file, hence not requiring it to be valid...

Can confirm this fixes not being able to overwrite the qt tools in a cross file.

@eli-schwartz In my case my prebuilt Qt is wrong, so the bundled binaries do not work on my OS. Arguably thats my problem, but I was still expecting I could...