rasa
rasa copied to clipboard
Rename EntityExtractorMixin
Co-authore-by: AlGouvea [email protected]
Proposed changes:
- As proposed in the https://github.com/RasaHQ/rasa/issues/10225 references of EntityExtractorMixin were renamed to EntityExtractor for consistency.
Status (please check what you already did):
@VitorLamego I'm adding one thing, which is a backwards compatibility EntityExtractorMixin
class that will emit a deprecation warning when used.
The reason for this is to prevent breaking changes in a minor.
Since I can't push to your fork, there's a branch & commit here with the suggested changes - could you pull these into your branch? https://github.com/RasaHQ/rasa/commit/b1401df095049b04c230fbf0005a306ee39eb144
Done!
Thanks, do you mind addressing the failing CI checks ? They're my fault, I added the logging module when testing locally. The documentation check is failing because of a flaky link, don't worry about that one.
No problem! Is there any way I could help on documentation check ?? @melindaloubser1
There was a PR to make the check non-required here: https://github.com/RasaHQ/rasa/pull/11413 - the commit is also on main
, so if you merge main into your branch, it should take care of it.
Last failing check here https://github.com/RasaHQ/rasa/runs/7748482684?check_suite_focus=true you can fix it by running make formatter
@VitorLamego I'm so sorry, now there's conflicts that have to be resolved - I'll try make sure this time once that's done this gets merged quickly so it doesn't get into a conflict state again
Done @melindaloubser1 !
Everything ok ? @melindaloubser1
Sorry for the delay! I believe it is ok now :) @ancalita
It seems that errors on CI are not due to this issue, right ?? Anything else we could do to help ? @ancalita
It seems that errors on CI are not due to this issue, right ?? Anything else we could do to help ? @ancalita
I've restarted the jobs, could have been flaky incidents.