-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cleanup deprecation warnings #6453
Conversation
@tmbo @erohmensing this is a second pass to remove deprecation warnings and introduce a new API to raise deprecation warnings. WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is what I had in mind!
@m-vdb I won't get to this before my vacation - can you please assign somebody else for review? |
sorry, completely forgot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great! 🚀
One note about Removed support for string ``responses``(use dictionaries instead).
:
Let's include that in the rasa/core/schemas/domain.yml
, then it will be a part of our standard domain verification!
c6a1b9a
to
a487fa2
Compare
dd4eb8f
to
d938060
Compare
@degiz I've implemented the changes we just talked about: keep |
@degiz last thing: |
@m-vdb I've just noticed that responses are parsed as a part of @tmbo since you've implemented the recent changes to response selector, we now have |
yes and no - it could have been a single file, but previously we required users to move the responses into their own file which made it easier to implement this in the same way. conceptually it should be possible to combine utter templates and response selector responses, we just need to make sure they end up in the right place |
@degiz from the commit on this file it looks like it was intended. The commit also introduced the changes to It looks to me that I should re-revert my changes:
Do you agree? |
@m-vdb I'm sorry things are so complicated 😄 |
no problemo - good learning opportunity for me! Will push my changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Proposed changes:
warn_until_version
argument.(Original Slack thread)
Status (please check what you already did):
black
(please check Readme for instructions)