-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: Coding-Dev-Tools/deadcode
base: master
head repository: Coding-Dev-Tools/deadcode
compare: pr-41
- 19 commits
- 12 files changed
- 4 contributors
Commits on May 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0785e67 - Browse repository at this point
Copy the full SHA 0785e67View commit details
Commits on Jun 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4ecfb0a - Browse repository at this point
Copy the full SHA 4ecfb0aView commit details
Commits on Jun 13, 2026
-
cowork-bot: fix multi-line export list detection + 4 regression tests
scanner.py: _EXPORT_LIST_PATTERN was applied line-by-line, so multi-line export blocks like: export { Foo, Bar, } were silently missed — Foo and Bar were never added to the exports map and thus never flagged as unused exports (false negatives). Fix: apply _EXPORT_LIST_PATTERN to the full file content (re.DOTALL added for clarity; [^}] already matched newlines). Line number computed via content.count('\n', 0, m.start()) + 1 so findings still point to the opening 'export {' line. Single-line export { Foo, Bar } behaviour is unchanged. Add TestMultiLineExportList (4 tests) covering: multi-line detection, used-name suppression, alias handling, single-line regression.cowork-bot committedJun 13, 2026 Configuration menu - View commit details
-
Copy full SHA for 7f02726 - Browse repository at this point
Copy the full SHA 7f02726View commit details -
cowork-bot: seed cowork-auto-pr workflow for auto PR creation
cowork-bot committedJun 13, 2026 Configuration menu - View commit details
-
Copy full SHA for d3317e5 - Browse repository at this point
Copy the full SHA d3317e5View commit details
Commits on Jun 23, 2026
-
cowork-bot: resolve merge conflict in tests/test_scanner.py (keep bot…
…h TestMultiLineExportList and master test suites)
DevForge Engineer committedJun 23, 2026 Configuration menu - View commit details
-
Copy full SHA for c46eabc - Browse repository at this point
Copy the full SHA c46eabcView commit details -
cowork-bot: fix export-list comment masking + repair broken CLI subpr…
…ocess tests - Strip // comments from multi-line export lists so exports after commented entries are no longer silently missed (_parse_exports in scanner.py). - Replace sys.executable subprocess probes in test_cli_edge_cases.py with CliRunner so the suite passes regardless of editable-install state. - Add regression test for inline comments inside export { } blocks.DevForge Engineer committedJun 23, 2026 Configuration menu - View commit details
-
Copy full SHA for 91459da - Browse repository at this point
Copy the full SHA 91459daView commit details
Commits on Jun 24, 2026
-
improve: add missing AGENTS.md for agent workflow conventions
dev-engineer committedJun 24, 2026 Configuration menu - View commit details
-
Copy full SHA for cf1a081 - Browse repository at this point
Copy the full SHA cf1a081View commit details
Commits on Jun 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3b6734d - Browse repository at this point
Copy the full SHA 3b6734dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7ada1 - Browse repository at this point
Copy the full SHA 9e7ada1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5652deb - Browse repository at this point
Copy the full SHA 5652debView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c3360 - Browse repository at this point
Copy the full SHA e9c3360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15fe386 - Browse repository at this point
Copy the full SHA 15fe386View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b926f - Browse repository at this point
Copy the full SHA f7b926fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bcf55 - Browse repository at this point
Copy the full SHA e1bcf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb8330 - Browse repository at this point
Copy the full SHA 4bb8330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df6496 - Browse repository at this point
Copy the full SHA 0df6496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247a7f8 - Browse repository at this point
Copy the full SHA 247a7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc1c27 - Browse repository at this point
Copy the full SHA fdc1c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957f02f - Browse repository at this point
Copy the full SHA 957f02fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...pr-41