PowerShell / PowerShell/Win32-OpenSSH
#pragma once needs to be used consistently
Open
Nobody has claimed this yet.
Area-Code Review and cleanup
- Dominant language
- No language data
- Stars
- 8.3k
- Forks
- 819
- PR merge metrics
- No merged PRs in 30d
Description
POSIX headers need to use
#pragma once
consistently to avoid name clashes, since a handful of these headers share the same as those in VS CRT.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the POSIX headers in the Win32-OpenSSH source and checking their existing include guards or pragma directives. Update the relevant headers so they consistently use #pragma once, then verify that the affected headers no longer clash with similarly named VS CRT headers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100