cederom commented on PR #16793: URL: https://github.com/apache/nuttx/pull/16793#issuecomment-3171875355
Look its not a problem of avoiding breaking changes, we need them sometimes, and cannot avoid them. But we should not hide them. Quite opposite we should expose them, even small breaks. Here we change API, replace functions, removing functions, changing their parameters and functionality. It is important I understand and it helps. But this is breaking change, so we should clearly mark it. Then someone says hey my function worked different way, they go `git log --oneline | grep BREAKING` or `git log --grep=BREAKING` and find okay there was change in the ftl so I need to update my code. As simple as that :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org