Skip to content
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

Closed
wants to merge 138 commits into from
Closed

xPackage: Fix misnamed variable #450

wants to merge 138 commits into from

Conversation

codykonior
Copy link
Contributor

@codykonior codykonior commented Oct 16, 2018

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

  • Added an entry under the Unreleased section of the change log in the README.md.
    Entry should say what was changed, and how that affects users (if applicable).
  • Resource documentation added/updated in README.md.
  • Resource parameter descriptions added/updated in README.md, schema.mof
    and comment-based help.
  • Comment-based help added/updated.
  • Localization strings added/updated in all localization files as appropriate.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Resource Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.
  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

@codykonior codykonior closed this Oct 16, 2018
@codykonior
Copy link
Contributor Author

Try to trigger AppVeyor rebuild

@codykonior codykonior reopened this Oct 16, 2018
@codykonior
Copy link
Contributor Author

@johlju What's the plan here? It seems the build has been failing on multiple PRs for a while now.

@johlju
Copy link
Member

johlju commented Oct 16, 2018

Sorry have been very busy with the day job. :/ Will be back at it as soon as I can.

@johlju
Copy link
Member

johlju commented Oct 17, 2018

See the issue PKISolutions/PSPKI#56. We have to wait for the PSPKI module to be rereleased.

@codykonior
Copy link
Contributor Author

Thanks so much for letting me know. Will wait ^^

@johlju
Copy link
Member

johlju commented Oct 20, 2018

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.

@codykonior codykonior closed this Oct 21, 2018
@codykonior codykonior reopened this Oct 21, 2018
@codecov-io
Copy link

codecov-io commented Oct 21, 2018

Codecov Report

Merging #450 into dev will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@         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

@codykonior
Copy link
Contributor Author

All the failed tests are unrelated in xArchive.

@stale
Copy link

stale bot commented Nov 4, 2018

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.

@stale stale bot added the abandoned The pull request has been abandoned. label Nov 4, 2018
@codykonior
Copy link
Contributor Author

It’s not stale it’s waiting on merge or feedback.

Copy link
Contributor

@mhendric mhendric left a 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.

@stale stale bot removed the abandoned The pull request has been abandoned. label Nov 4, 2018
@mhendric mhendric mentioned this pull request Nov 9, 2018
9 tasks
@stale
Copy link

stale bot commented Nov 18, 2018

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.

@stale stale bot added the abandoned The pull request has been abandoned. label Nov 18, 2018
@stale stale bot removed the abandoned The pull request has been abandoned. label Jan 19, 2019
@PlagueHO
Copy link
Member

I've fixed the integration tests so hopefully this one will be able to be completed.

@PlagueHO PlagueHO added the needs review The pull request needs a code review. label Jan 19, 2019
@mhendric
Copy link
Contributor

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!

https://github.com/PowerShell/DscResources/blob/master/GettingStartedWithGitHub.md#resolve-merge-conflicts

mhendric and others added 25 commits February 17, 2019 23:35
@codykonior
Copy link
Contributor Author

Trying to rebase just made everything 100,000x worse.

@codykonior
Copy link
Contributor Author

Aborting this PR, I can't fix this.

@codykonior codykonior closed this Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xPackage: The variable '$Localized' cannot be retrieved because it has not been set.
7 participants