Skip to content

🩹 [Patch]: Merge into empty hashtable - #13

Closed
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
emptyMerge
Closed

🩹 [Patch]: Merge into empty hashtable#13
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
emptyMerge

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Description

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MariusStorhaug