Skip to content

fix(cobol): correct ctags_reader to include SECTION tags for COBOL - #2121

Merged
squid-protocol merged 1 commit into
mainfrom
fix-1891-cobol-ctags-reader
Aug 22, 2026
Merged

fix(cobol): correct ctags_reader to include SECTION tags for COBOL#2121
squid-protocol merged 1 commit into
mainfrom
fix-1891-cobol-ctags-reader

Conversation

@squid-protocol

Copy link
Copy Markdown
Owner

Fixes #1891. Updated tests/tools/ctags_reader.py's CTAGS_FUNC_KINDS to include 's' (section) along with 'p' (paragraph) for COBOL, and updated the ledger and charts to resolve the false discrepancy.

@github-actions

Copy link
Copy Markdown
Contributor

🐦‍⬛ Muninn Security Scan

✅ No security issues found.

🐦‍⬛ Powered by Muninn · Skald Lab

@squid-protocol
squid-protocol merged commit 88aa27e into main Aug 22, 2026
28 checks passed
@squid-protocol
squid-protocol deleted the fix-1891-cobol-ctags-reader branch August 22, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests/tools/ctags_reader.py's cobol CTAGS_FUNC_KINDS drops section-kind tags, undercounting ctags-side cobol function readings

1 participant