florian-grond / SC-HOA

HOA wrapper classes for SuperCollider based on https://github.com/sekisushai/ambitools
GNU General Public License v3.0
32 stars 7 forks source link

WARNING: FunctionDef contains variable declarations and so will not be inlined. #51

Open telephon opened 2 years ago

telephon commented 2 years ago

I noticed that there are warnings:

WARNING: FunctionDef contains variable declarations and so will not be inlined.

It might be good if developers keep this on:

LanguageConfig.postInlineWarnings = true

I know that stylistically, it is a matter of debate, but if we want to leave the decision to every person, we should …