-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated message in stdout #448
Comments
This message was removed in 4330edd. In the future, I think messages like these should be written to |
Sounds like this is resolved. |
Do we still need to keep the messages in place though (writing to System.err) because those features are now due to be removed in 1.4.0? |
I think they should stay in 1.3.0 and then be dropped. Is that what you are saying @TheRealAgentK ? |
Can the message only be written when one of those parameters is defined within the |
@ryaneberly What I meant was that after you removed them in 4330edd correctly for 1.3.0 - we now have pushed the actual removal to 1.4.0. So, we should bring the messages back, but instead pushing them to .out, to .err. @KamasamaK Yes, that's a really good suggestion. |
@TheRealAgentK . Yes it is removed globally, but I think it is doing what @KamasamaK suggested. |
Excellent. So the messages just need to be updated from saying "will be fully removed in CFLint 1.3.0" to "will be fully removed in CFLint 1.4.0". |
Good point. TCO. |
Starting with CFLint v1.2.2, the message indicating deprecated features is being written to stdout and breaking anything that expects stdout to just be the standard output. In other words, it is not parsable as JSON or XML with that message.
The text was updated successfully, but these errors were encountered: