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

xVMHyperV - AutomaticCheckpointsUnsupported var name incorrect #148

Closed
wants to merge 1 commit into from

Conversation

Geogboe
Copy link

@Geogboe Geogboe commented Apr 25, 2018

Pull Request (PR) description

AutomaticCheckpointsUnsupportedError on line 740 does not resolve to a defined localized data variable and it looks like it should be AutomaticCheckpointsUnsupported instead. Without this change a meaningless error message is produced: ScriptHalted instead of what is should be: AutomaticCheckpoints are not supported on this host.

Task list:

  • Change details added to Unreleased section of CHANGELOG.md?
  • Added/updated documentation, comment-based help and descriptions in .schema.mof files where appropriate?
  • Examples appropriately updated / added?
  • New/changed code adheres to Style Guidelines?
  • Unit and (optional) Integration tests created/updated where possible?

This change is Reviewable

`AutomaticCheckpointsUnsupportedError` on line 740  does not resolve to a defined localized data variable and it looks like it should be `AutomaticCheckpointsUnsupported instead. Without this change a meaningless error message is produced: `ScriptHalted` instead of  what is should be: `AutomaticCheckpoints are not supported on this host`
@johlju johlju changed the base branch from master to dev May 7, 2018 11:33
@johlju johlju changed the base branch from dev to master May 7, 2018 11:35
@johlju
Copy link
Member

johlju commented May 7, 2018

@Geogboe this PR targets the master branch, I tried to change the base to dev, but that didn't work. I need your help to send in the PR against the dev branch instead. I think we should change the line 15 to 'AutomaticCheckpointsUnsupportedError' instead (the localized string is used at two locations). Also, please add an entry about this change under the Unreleased section in the CHANGELOG.md.

@johlju johlju added the waiting for author response The pull request is waiting for the author to respond to comments in the pull request. label May 7, 2018
@johlju
Copy link
Member

johlju commented May 7, 2018

i added an issue #149 to track this.

@johlju
Copy link
Member

johlju commented May 23, 2018

Labeling this 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 the PR is taken up again.

@johlju johlju added abandoned The pull request has been abandoned. and removed waiting for author response The pull request is waiting for the author to respond to comments in the pull request. labels May 23, 2018
bgelens added a commit to bgelens/xHyper-V that referenced this pull request Jan 9, 2019
…nsupportedError to correct one AutomaticCheckpointsUnsupported

Redoing work from abandoned PR dsccommunity#148
@bgelens bgelens mentioned this pull request Jan 9, 2019
9 tasks
bgelens added a commit that referenced this pull request Jan 11, 2019
* moved localizedData to own file
* moved parameter validation tests which are only applicable with Ensure Present to if present block
* Redoing work from abandoned PR #67
* fixed code styling issues
* fixed StartupMemory evaluation in Test-TargetResource
* changed wrong localized data variable reference AutomaticCheckpointsUnsupportedError to correct one AutomaticCheckpointsUnsupported
* Redoing work from abandoned PR #148
* updated changelog
* fix psv5 parsing error and added verbose in Get-TargetResource
* Fixed Get throws errors when no NICs or missing NIC properties
* fix Null indexing error for Get-TargetResource when VM does not exists
* added periods to end of lines in changelog
* changed multiline comments to commentblocks
@bgelens bgelens closed this Jan 11, 2019
@bgelens
Copy link
Contributor

bgelens commented Jan 11, 2019

Since this PR was abandoned, I redid the work in PR #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abandoned The pull request has been abandoned.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants