-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
warning messages added #525
warning messages added #525
Conversation
@adbatista thanks - that's great. Don't worry about the failing feature - I think there's a brittle test that fails when new languages are added by gherkin. Do you think it would be useful if the warning mentioned the non-mutating versions of those methods? I'm also not sure what we'll be doing about |
@tooky |
I think it would be nice to provide non-deprecated method name (if it exists) but this means you promise to keep those methods in 2.0. Do you already have list of those methods? If not let's keep just simple warnings and will update them as soon as you will have replacements in place. Thus I'd suggest to apply the PR as is (and release the changes) but keep in mind that we will need to provide replacements in future. @mattwynne @tooky WDYT? If you agree I'm ready to merge/release the changes. |
@os97673 yes that makes sense. |
@adbatista I've looked at the code and it looks like |
You're right @os97673 |
I think if I refactor |
it is better to do this as part of the PR. |
@os97673 @adbatista you should just be able to create a new instance of the |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I added the warning messages