Assigning to anything in scss.config should be deprecated in 1.2, which requires having an alternative. The tricky part is that config is stored on the compiler, but much of it is used by Compass functions, and the latter can't examine the former. So, fix that, too.
For 1.2 consider spewing warnings if monkeypatching is detected.
Also it would be polite to add backwards-compatibility for code still trying to assign directly to scss.
Assigning to anything in
scss.config
should be deprecated in 1.2, which requires having an alternative. The tricky part is that config is stored on the compiler, but much of it is used by Compass functions, and the latter can't examine the former. So, fix that, too.For 1.2 consider spewing warnings if monkeypatching is detected.
Also it would be polite to add backwards-compatibility for code still trying to assign directly to
scss
.