Ben Boeckel

Results 510 comments of Ben Boeckel

Looks like it will; looking forward to 4.9.3 :) .

VTK developer here. Why is catkin being so picky (sorry, I'm not familiar with the ROS corner of the world, so this may be obvious to those familiar)? I think...

Looking at catkin, it seems to be pulling the envvar down into a CMake variable. Looking at the history of that code, it goes back *far*, but it's not clear...

Ah, I see. #430 probably does resolve this. Tested on `main` by fetching the Github schema three times and getting the same result each time.

(Note: speaking as a CMake developer here with a focus on how modules work with CMake; other build systems have similar challenges, but not necessarily the same ones) > gcc...

> [1] Ideally [line splicing](http://eel.is/c++draft/lex.phases#1.2.sentence-2) wouldn't be legal inside of a keyword or directive. But I think anyone who splits module across physical lines outside of a compiler stress test...

Rpath entries are transitive, so you could add an `LC_LOAD_DYLIB` `@rpath/libpythonX.Y.dylib` command and just expect the executable to provide it (`conda` could provide an empty dylib for these purposes) without...

Ninja has a way to indicate a build rule needs the terminal (`pool = console`) which makes ninja give the terminal to it, but it is also run in serial...

I can split this into multiple PRs if that is preferred as well.

> The proposed changes need justification/discussion Please see the commit messages. Are there any that are deficient?