KhronosGroup / KhronosGroup/OpenCL-Docs
Turn Copyright Header Update Command into Script
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 421
- Forks
- 132
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 11
Description
The description of PR https://github.com/KhronosGroup/OpenCL-Docs/pull/757 has a single command for updating copyright headers, that should be copy pasted into a script for when 2023+ comes around.
Given the command modifies spec source some safety checks may be prudent, e.g. don't run on a "dirty" direction, and that running the script twice doesn't do anything odd.
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 with the copyright-header command described in PR 757 and inspect how the OpenCL spec source is organized. Create a script around that command with checks for a dirty working directory and safe repeated runs; done means the script updates headers without unintended source changes when run twice.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100