FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Do not print output when a required language is found #419

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Do not print output when a required language is found.

ajbennieston commented 6 years ago

I liked the explicit output, personally. There's a bug (?) in so far as:

./scripts/build.py -t --require-dotnet
./scripts/build.py -t --disable-dotnet

doesn't actually disable because the regenerate isn't performed. You have to --clean (or regenerate, at least) for this to work. The explicit output makes it clear that it's not doing quite what you asked for.

jbcoe commented 6 years ago

I have a fix for the regeneration issue in a later PR

ajbennieston commented 6 years ago

All good, then!