Add mapping to enable psl-monad submodule removal#732
Conversation
|
Reviewed 2 of 2 files at r1. mapping.json, line 0 [r1] (raw file): PowerShellGitHubDev.psm1, line 349 [r1] (raw file): PowerShellGitHubDev.psm1, line 395 [r1] (raw file): PowerShellGitHubDev.psm1, line 398 [r1] (raw file): Perhaps a check to PowerShellGitHubDev.psm1, line 412 [r1] (raw file): PowerShellGitHubDev.psm1, line 436 [r1] (raw file): PowerShellGitHubDev.psm1, line 441 [r1] (raw file): I wanted to suggest using PowerShellGitHubDev.psm1, line 450 [r1] (raw file): PowerShellGitHubDev.psm1, line 466 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions. mapping.json, line [r1] (raw file): PowerShellGitHubDev.psm1, line 349 [r1] (raw file): PowerShellGitHubDev.psm1, line 395 [r1] (raw file): PowerShellGitHubDev.psm1, line 398 [r1] (raw file): PowerShellGitHubDev.psm1, line 412 [r1] (raw file): PowerShellGitHubDev.psm1, line 436 [r1] (raw file): PowerShellGitHubDev.psm1, line 441 [r1] (raw file): PowerShellGitHubDev.psm1, line 450 [r1] (raw file): PowerShellGitHubDev.psm1, line 466 [r1] (raw file): Comments from the review on Reviewable.io |
|
We'll need to add the |
|
Regarding #529, with the Does this support mapping the default Modules files into the superproject? |
There are 2 functions: - New-MappingFile - creates mapping.json from project.json files (one is included in this commit) - Copy-SubmoduleFiles - enables copying files back and forth from submodule to src/<projects> based on mapping.json file
This function will help us to port changes to source-depot from server2016 branch
There are 2 functions:
(one is included in this commit)
submodule to src/ based on mapping.json file
This change is