lowRISC / lowRISC/opentitan-provisioning

[quality] improve include guard checking implementation

Open
#41 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
16
Forks
13
Avg merge
2d 3h
Merged PRs (30d)
18

Description

The include guard check / fix Bazel rules (added in #40) execute a Python script on the local system. These should be enhanced to:
- [ ] run the script via a Bazel managed python toolchain and py_binary target, and
- [ ] accept the project names as a command line arg.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the include guard check and fix Bazel rules added in issue #40, then trace how they invoke the local Python script. Review the repository's Bazel Python toolchain and py_binary usage before changing the rules. Done means the script runs through a Bazel-managed Python target and accepts project names as a command-line argument.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.