FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

syncLabelResolverEx should return after addBatch by tsuwandy · Pull Request #1266 · microsoft/botframework-cli · GitHub

This repository was archived by the owner on Jan 15, 2025. It is now read-only.
/ botframework-cli Public archive

syncLabelResolverEx should return after addBatch - #1266

Merged
Emilio Munoz (munozemilio) merged 2 commits into
mainfrom
tiens-1262
Jul 8, 2021
Merged

syncLabelResolverEx should return after addBatch#1266
Emilio Munoz (munozemilio) merged 2 commits into
mainfrom
tiens-1262

Conversation

Copy link
Copy Markdown
Contributor

Fix #1262

Return after addBatch
Utility.debuggingLog('OrchestratorBuild.syncLabelResolverEx(), ready to call LabelResolver.addBatch()');
LabelResolver.addBatch(target);
Utility.debuggingLog('OrchestratorBuild.syncLabelResolverEx(), after calling LabelResolver.addBatch()');
return;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Should we add a test to catch this scenario?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

If this was not caught by the tests, maybe we should add one

Emilio Munoz (munozemilio) deleted the tiens-1262 branch July 8, 2021 05:58
Tien Suwandy (tsuwandy) added a commit that referenced this pull request Jul 8, 2021
* Update build.ts

Return after addBatch

* Update create.test.ts
Tien Suwandy (tsuwandy) added a commit that referenced this pull request Jul 8, 2021
* Update build.ts

Return after addBatch

* Update create.test.ts
Emilio Munoz (munozemilio) pushed a commit that referenced this pull request Jul 8, 2021
* Update build.ts

Return after addBatch

* Update create.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't do incremental update to LabelResolver when there is no existing blu file

4 participants


Back | FazBrowse Home | New Git URL