-
Notifications
You must be signed in to change notification settings - Fork 134
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
xPackage: Fix misnamed variable #450
Conversation
Try to trigger AppVeyor rebuild |
@johlju What's the plan here? It seems the build has been failing on multiple PRs for a while now. |
Sorry have been very busy with the day job. :/ Will be back at it as soon as I can. |
See the issue PKISolutions/PSPKI#56. We have to wait for the PSPKI module to be rereleased. |
Thanks so much for letting me know. Will wait ^^ |
A fix was merged to the test framework. Test framework is using the old working PSPKI module. So please close and reopen the PR by choosing Close PR and then press Reopen PR. This will trigger so the tests are run again. |
Codecov Report
@@ Coverage Diff @@
## dev #450 +/- ##
===================================
Coverage 72% 72%
===================================
Files 27 27
Lines 4031 4031
Branches 4 4
===================================
Hits 2922 2922
Misses 1105 1105
Partials 4 4 |
All the failed tests are unrelated in xArchive. |
Labeling this pull request (PR) as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on this PR is taken up again. |
It’s not stale it’s waiting on merge or feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @codykonior)
DSCResources/MSFT_xPackageResource/MSFT_xPackageResource.psm1, line 897 at r1 (raw file):
$localizedData
Recommend changing this to $script:localizedData to align with all other usage of the localizedData variable in this file.
Labeling this pull request (PR) as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on this PR is taken up again. |
I've fixed the integration tests so hopefully this one will be able to be completed. |
Hi @codykonior , I still recommend changing $localizedData to $script:localizedData. Other than that, I think this just needs a rebase per the below article and it should be ready to go. Thanks for your contribution and your patience on this! |
Trying to rebase just made everything 100,000x worse. |
Aborting this PR, I can't fix this. |
Pull Request (PR) description
There's a misnamed variable which causes an error during certain error output.
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is