Skip to content
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

Fix confusing warning message when using custom mapping action #10236

Merged
merged 4 commits into from
Nov 16, 2021

Conversation

ancalita
Copy link
Member

Proposed changes:

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@ancalita ancalita marked this pull request as ready for review November 16, 2021 13:02
@ancalita ancalita requested a review from a team as a code owner November 16, 2021 13:02
@ancalita ancalita requested review from carlad and alwx and removed request for a team November 16, 2021 13:02
slot_events.append(event)
if isinstance(event, SlotSet):
if tracker.get_slot(event.key) != event.value:
slot_events.append(event)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nite catch! Do we also need a test for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would probably be a good idea rather than relying on manual testing 😄 I'll create one now.

@ancalita ancalita requested a review from alwx November 16, 2021 15:06
@ancalita ancalita enabled auto-merge November 16, 2021 16:04
@ancalita ancalita merged commit 130405f into main Nov 16, 2021
@ancalita ancalita deleted the 10144/ValidationAction-fail-error branch November 16, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning when using custom slot mapping action
2 participants