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 lu validation bugs for empty comments and single curly bracket #763

Merged
merged 2 commits into from
May 7, 2020

Conversation

feich-ms
Copy link
Contributor

@feich-ms feich-ms commented May 7, 2020

Fix minor lu validation issues reported by composer microsoft/BotFramework-Composer#2910 and microsoft/BotFramework-Composer#2940. The fix for 2910 is simple(first commit), just loose the rule to allow comment be empty. The fix for 2940 is also simple(second commit), just allow single curly brackets in utternace. rush test of lu and qna all passed. 2910 is marked R9-RC in composer side, so I think this PR should go into BF-CLI next RC.

@boydc2014
Copy link
Contributor

LGTM, cc @munozemilio @vishwacsena

@feich-ms feich-ms changed the title fix lu validation issue for empty comments fix lu validation issue for empty comments and single curly bracket May 7, 2020
@feich-ms feich-ms changed the title fix lu validation issue for empty comments and single curly bracket fix lu validation bugs for empty comments and single curly bracket May 7, 2020
@boydc2014 boydc2014 added the R9 Release 9 - May 15th, 2020 label May 7, 2020
@munozemilio munozemilio merged commit 6fa67b9 into 4.9 May 7, 2020
@munozemilio munozemilio deleted the feich/fixLuValidationIssue branch May 7, 2020 13:58
munozemilio pushed a commit that referenced this pull request May 7, 2020
)

* fix lu parser validation issue for empty comments

* fix lu parser validation to allow single cruly bracket in utterance
munozemilio added a commit that referenced this pull request May 7, 2020
) (#764)

* fix lu parser validation issue for empty comments

* fix lu parser validation to allow single cruly bracket in utterance

Co-authored-by: Fei Chen <43032123+feich-ms@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R9 Release 9 - May 15th, 2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants