Skip to content

Conversation

@zadjii-msft
Copy link
Member

@zadjii-msft zadjii-msft commented Nov 22, 2021

I'm pretty exactly following the diff from #917. These paths weren't wrapped in "s, so building the solution in a directory with a space in it would explode.

Closes #917.

Turns out, the diff provided by that user wasn't exactly right. I've tested building in a directory with spaces now, and this seems to work.

Also caught a bug in the Generate Feature Flags script.

I'm pretty exactly following the diff from #917. These paths weren't wrapped in `"`s, so building the solution in a directory with a space in it would explode.

Closes #917.
@zadjii-msft zadjii-msft added the Area-Build Issues pertaining to the build system, CI, infrastructure, meta label Nov 22, 2021
@ghost ghost added Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Meta The product is the management of the products. labels Nov 22, 2021
lhecker
lhecker previously approved these changes Nov 22, 2021
@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label Nov 23, 2021
@ghost
Copy link

ghost commented Nov 23, 2021

Hello @zadjii-msft!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@github-actions

This comment has been minimized.

<AdditionalIncludeDirectories>$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<!-- If you don't include a '.' at the end of the $(IntermediateOutputPath),
Copy link
Member

Choose a reason for hiding this comment

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

it was never confused before -- is this an escaping issue?

Copy link
Member

Choose a reason for hiding this comment

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

right, it's confused by the trailing \"

Copy link
Member

Choose a reason for hiding this comment

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

just like wt.exe! yay

@ghost ghost merged commit df06c54 into main Nov 23, 2021
@ghost ghost deleted the dev/migrie/eim/917-i-guess branch November 23, 2021 17:02
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Build Issues pertaining to the build system, CI, infrastructure, meta AutoMerge Marked for automatic merge by the bot when requirements are met Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Meta The product is the management of the products.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There's still a problem in the post-compile commands.

4 participants