Uh oh!
There was an error while loading. Please reload this page.
🩹 [Patch]: Merge into empty hashtable - #13
Closed
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Closed
🩹 [Patch]: Merge into empty hashtable#13Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Conversation
Marius Storhaug (MariusStorhaug) added a commit
that referenced
this pull request
Aug 3, 2026
Incorporates the test from #13 to cover the empty-main merge case. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug) added a commit
that referenced
this pull request
Aug 3, 2026
## Description This PR bumps the reusable workflow to `Process-PSModule` v6.1.4, pulls in the open maintenance/docs changes that make sense, and adds one previously-closed test improvement. ### Changes - Bumped `PSModule/Process-PSModule/.github/workflows/workflow.yml` from `205d193` (v5.4.6) to `da180ba` (v6.1.4). - Added a `#Requires -Modules` statement to `tests/Hashtable.Tests.ps1` to lock test execution to **Pester 6.x**, matching the version used by the new workflow. - Standardized the README landing page to the format used across PSModule repositories. - Added the test from #13 for merging into an empty hashtable. ### Quality check - Ran the test suite locally with Pester 6.0.1 after dot-sourcing the public functions. - Result: **27 passed, 0 failed**. ### Related PRs - Closes#31 (adopt Process-PSModule v6.1.4 + require Pester 6.x). - Closes#30 (README standardization). - Closes#29 (Process-PSModule 5.5.7 bump — superseded by v6.1.4). - Includes the test from #13 (merging into an empty hashtable). ## How has this been tested? - `Invoke-Pester -Path tests/Hashtable.Tests.ps1` executed locally with Pester 6.0.1. --- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of change
Checklist