Skip to content

Port20048 2.5#20083

Merged
RyanCavanaugh merged 5 commits into
microsoft:release-2.5from
RyanCavanaugh:port20048_2.5
Nov 17, 2017
Merged

Port20048 2.5#20083
RyanCavanaugh merged 5 commits into
microsoft:release-2.5from
RyanCavanaugh:port20048_2.5

Conversation

@RyanCavanaugh

Copy link
Copy Markdown
Member

Ports #20048 (and its dependents) to release-2.5

@@ -0,0 +1,7692 @@
/*! *****************************************************************************

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why is this file here now?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Got inadvertently picked up during a branch switch; will remove

getExecutingFilePath(): string { return void 0; },
getCurrentDirectory(): string { return void 0; },
getExecutingFilePath(): string { return ""; },
getCurrentDirectory(): string { return ""; },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Deliberate?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Clarification: This is what it does in master

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Right... but is it in any way related to the fixes happening here? If not, is there any reason to need this change also here?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Actually.... it's in the harness, not the product, so if the tests are passing I don't really care :-p

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We need this because we compute the default safe list location based on the current directory / current executing file path

@RyanCavanaugh RyanCavanaugh merged commit 465a2c5 into microsoft:release-2.5 Nov 17, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
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.

2 participants