Commit 5f936d8
refactor: deduplicate code, remove unused code, improve CI/CD
Code deduplication:
- Create CSVValueParser for shared parsing logic (decoder)
- Create CSVValueFormatter for shared encoding logic (encoder)
- Create StreamingRowProcessor for streaming decode pattern
- Extract adjustedBuffer helper to CSVUtilities
- Use encodeValue/processAsyncRow to eliminate duplication
Dead code removal:
- Remove unused FieldBufferPool class and tests
- Mark unused protocol parameters with underscore prefix
CI/CD improvements:
- Merge release.yml into ci.yml with 4-stage pipeline
- Add code quality checks (format, duplicates, unused)
- Add CodeQL security analysis
- Add test coverage reporting
- Add SPM dependency caching
- Use .spk.json for version management
- Add benchmark results to release notes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 996b926 commit 5f936d8
52 files changed
Lines changed: 2543 additions & 2436 deletions
File tree
- .githooks
- .github/workflows
- Sources
- CSVCoderBenchmarks
- CSVCoderMacros
- CSVCoderTestFixtures
- CSVCoder
- Core
- Decoder
- Encoder
- Extensions
- Parsing
- Utilities
- Tests
- CSVCoderMacrosTests
- CSVCoderTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments