On Wed Jan 15 11:09:48 2025 +0000, eric pouech wrote:
right, that's not very logical I don't like MESSAGE here as it cannot be turned off, nor creating a specific debug channel (or even a new debug class) just for this case I'll go for ERR then
Using ERR() makes it even worse. We either do support some feature, and make an effort to do it best, or don't, and we emit a FIXME() in that case. Emitting FIXMEs or ERRs for random things adds a confusion and doesn't improve anything.