Skip to content

MacPlatform: enable GVFS config verb#1159

Merged
jamill merged 1 commit into
microsoft:masterfrom
jamill:upgrader_tasks/gvfs_config
May 15, 2019
Merged

MacPlatform: enable GVFS config verb#1159
jamill merged 1 commit into
microsoft:masterfrom
jamill:upgrader_tasks/gvfs_config

Conversation

@jamill
Copy link
Copy Markdown
Member

@jamill jamill commented May 14, 2019

No description provided.

@jamill jamill mentioned this pull request May 14, 2019
15 tasks
Copy link
Copy Markdown
Member

@jrbriggs jrbriggs left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

{
}

protected POSIXPlatform(UnderConstructionFlags underConstruction)
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.

It's not apparent to me from this PR or the description, why does POSIXPlatform not support config?

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.

I implemented this at the POSIX layer, but I hadn't tested it on a Linux platform. I thought this was a good middle ground between implement at the common layer, but enable at the layer that is tested.

Also, the overarching change will include upgrader related config settings, which also will not be tested on Linux at initially.

Comment thread GVFS/GVFS.Platform.Mac/MacPlatform.cs Outdated
public MacPlatform() : base (
underConstruction: new UnderConstructionFlags(
supportsGVFSUpgrade: false,
supportsGVFSConfig: true))
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.

With this change can the ConfigVerbTests functional tests be turned on for Mac?

@jamill jamill force-pushed the upgrader_tasks/gvfs_config branch from aa7df1b to 7a50f15 Compare May 15, 2019 02:21
@jamill jamill force-pushed the upgrader_tasks/gvfs_config branch from 419698e to 6bcd3c7 Compare May 15, 2019 21:24
@jamill jamill merged commit f6c4500 into microsoft:master May 15, 2019
@jrbriggs jrbriggs added this to the M153 milestone May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants