-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add mapping to enable psl-monad submodule removal #732
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
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