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 merge related bugs #3309

Merged
merged 1 commit into from
Jun 5, 2021
Merged

Fix merge related bugs #3309

merged 1 commit into from
Jun 5, 2021

Conversation

chrimc62
Copy link
Contributor

@chrimc62 chrimc62 commented Jun 5, 2021

Improve code robustness around missing files.
Fix bug where file was copied from old.
Improved tests.

Improve code robustness around missing files.
Fix bug where file was copied from old.
Improved tests.
@chrimc62 chrimc62 requested a review from coldplaying42 June 5, 2021 01:48
@chrimc62 chrimc62 requested review from boydc2014, GeoffCoxMSFT and a team as code owners June 5, 2021 01:48
@chrimc62 chrimc62 merged commit ff079e5 into main Jun 5, 2021
@chrimc62 chrimc62 deleted the chrimc/merge branch June 5, 2021 02:15
@@ -705,7 +703,7 @@ async function mergeDialogs(schemaName: string, oldPath: string, oldFileList: st
insertTrigger(i, newTriggers, mergedTriggers)
mergedTriggerMap.set(triggerName, trigger)
if (typeof trigger === 'string') {
await copySingleFile(oldPath, mergedPath, triggerName + '.dialog', oldFileList, feedback)
await copySingleFile(newPath, mergedPath, triggerName + '.dialog', newFileList, feedback)
Copy link
Contributor

@coldplaying42 coldplaying42 Jun 10, 2021

Choose a reason for hiding this comment

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

why this changes to new path? #ByDesign

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because this over new triggers which weren't in old.

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.

2 participants