Skip to content

chore(release): bump version to 0.5.7 - #1592

Merged
Shashankss1205 merged 1 commit into
mainfrom
chore/release-0.5.7
Aug 8, 2026
Merged

Shashankss1205 merged 1 commit into
mainfrom
chore/release-0.5.7

Conversation

@Shashankss1205

Copy link
Copy Markdown
Collaborator

Ten PRs since 0.5.6, mostly parser correctness. Every fix ships regression tests, and each was verified to fail without the change.

Parsers

Fix Effect Issue / PR
Ruby nested classes class Client wrapping class TimeoutError produced one class — the outer vanished #1523 / #1581
Ruby method parameters every method reported zero params; no HAS_PARAMETER edge ever created #1527 / #1581
C/C++ pointer/reference returns char* f() never extracted, and missing from pre_scan so unresolvable as a call target #1524 / #1582
C# fields and locals variables was hardcoded []; broke receiver-type inference for var x = new T(); x.M(); #1525 / #1584
JS destructured/rest params function Button({label}) yielded nothing; now records the binding names #1527 / #1591

Queries and analysis

#1577 — five defects that returned plausible wrong answers rather than erroring: repository stats counting CONTAINS paths (2202 reported vs 1551 real), find_callers misattributing across same-named functions, graph_name discarded so queries hit the wrong repository, count(*) after OPTIONAL MATCH, and a tool argument advertised then ignored.

#1578 — dead-code detection made correct and self-consistent. Includes #600, open since March: module-level JS calls are File-sourced edges, and the query counted only Function callers.

Indexing

Docs and tests

Full suite green at each merge; final verification 1153 passed, 7 skipped.

🤖 Generated with Claude Code

Ten PRs since 0.5.6 — mostly parser correctness, all with regression tests.

Parsers
- Ruby nested classes no longer delete their parent; method parameters
  extracted at all (#1523, #1527, #1581)
- C/C++ functions returning a pointer or reference are extracted, and
  registered in pre_scan so they resolve as call targets (#1524, #1582)
- C# fields and locals parsed, restoring receiver-type inference for
  `var x = new T(); x.M();` (#1525, #1584)
- JavaScript destructured, array and rest parameters extracted, recording
  the binding names rather than a placeholder (#1527, #1591)

Queries and analysis
- Five defects that returned wrong answers without erroring: inflated
  repository stats, misattributed callers, discarded graph_name,
  count(*) after OPTIONAL MATCH, an ignored tool argument (#1577)
- Dead-code detection made correct and self-consistent, including the
  JS module-level false positive (#600, #1559, #1578)

Indexing
- add_package_to_graph on a flat module no longer indexes the whole
  virtualenv (#1528, #1586)
- SCIP job progress no longer exceeds 100% (#1535, #1583)

Docs and tests
- Database Options table columns realigned (#1590)
- MCP tool definition contract validation (#1580)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-graph-context-pack Ready Ready Preview Aug 8, 2026 6:11pm

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Hi! 👋 Join our CodeGraphContext Discord channel to collaborate: https://discord.gg/dR4QY32uYQ

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

🔍 PR Code Graph Analysis

chore(release): bump version to 0.5.7 (#1592)

📊 Interactive Visualization

View the blast radius graph: PR Reviewer Dashboard

📦 Artifacts

The graph JSON has been uploaded as a build artifact: pr-code-graph-1592


Generated by CodeGraphContext using FalkorDB Lite

@Shashankss1205
Shashankss1205 merged commit 0ae10a1 into main Aug 8, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog tasks to Done in CGC Progress Board Aug 8, 2026
@Shashankss1205
Shashankss1205 deleted the chore/release-0.5.7 branch August 8, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant