Skip to content

Commit 3d8c6dc

Browse files
authored
Merge pull request #535 from rustcoreutils/updates
C99 Updates
2 parents c012501 + 9f7eb56 commit 3d8c6dc

File tree

126 files changed

+19050
-30655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+19050
-30655
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ cargo clippy # Lint (required)
2020
cargo fmt --all -- --check # Format check (required)
2121
```
2222

23+
## Git
24+
2325
NEVER amend git commits.
2426

27+
Pre-commit checks,
28+
- First re-review `git diff HEAD` in totality
29+
- Passes `cargo clippy --all-targets` with zero warnings (pre-existing warnings MUST be fixed)
30+
- Changes to (cc/token/ cc/partse/ cc/ir/) have associated unit tests?
31+
- New features And bug fixes have associated integration tests? (cc/tests/)
32+
2533
## Architecture
2634

2735
Workspace by category: `text/`, `fs/`, `process/`, `awk/`, `sh/`, `make/`, `editors/`, `plib/` (shared lib), `ftw/` (race-free file walking).

0 commit comments

Comments
 (0)