Skip to content

[anneal][v2] Implement out-of-tree dependency chasing for expand command#3405

Open
mdittmer wants to merge 1 commit into
Gnafivbpqcaatsvsxamgsjcudchscvaaefrom
Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3
Open

[anneal][v2] Implement out-of-tree dependency chasing for expand command#3405
mdittmer wants to merge 1 commit into
Gnafivbpqcaatsvsxamgsjcudchscvaaefrom
Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3

Conversation

@mdittmer
Copy link
Copy Markdown
Collaborator

@mdittmer mdittmer commented May 25, 2026

Notes about largely unreviewed generated change:

  • Last test assertion looks dubious. Should probably switch all LLBC
    test verifications to something that properly parses the LLBC and
    makes more precise assertions.

  • Integration and structure requires more thought. It seems that only
    the scanner "knows" about this behaviour; is it being being plumbed
    through cmdline args and through run_charon?

  • New test (and probably other tests) should have their setup procedures
    overhauled/simplified. In general, I would expect the test to create
    a fixture, and then be able to pass largely static data to
    run_charon(), but right now it's manually setting up locked roots,
    etc., etc.


Latest Update: v23 — Compare vs v22

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v8 v7 v6 v5 v4 v3 v2 v1 Base
v7 v6 v5 v4 v3 v2 v1 Base
v6 v5 v4 v3 v2 v1 Base
v5 v4 v3 v2 v1 Base
v4 v3 v2 v1 Base
v3 v2 v1 Base
v2 v1 Base
v1 Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 && git checkout -b pr-Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 FETCH_HEAD

Checkout

git fetch origin refs/heads/Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3

Stacked PRs enabled by GHerrit.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.85%. Comparing base (c34277b) to head (bcd9f3e).

Additional details and impacted files
@@                        Coverage Diff                         @@
##           Gnafivbpqcaatsvsxamgsjcudchscvaae    #3405   +/-   ##
==================================================================
  Coverage                              91.85%   91.85%           
==================================================================
  Files                                     20       20           
  Lines                                   6093     6093           
==================================================================
  Hits                                    5597     5597           
  Misses                                   496      496           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdittmer mdittmer force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 17613f2 to a3d47a3 Compare May 25, 2026 18:30
@mdittmer mdittmer force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from e8af624 to 1c62cfd Compare May 25, 2026 18:30
@mdittmer mdittmer force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from a3d47a3 to e60c407 Compare May 25, 2026 19:12
@mdittmer mdittmer force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 43a1ef4 to c7bc335 Compare May 25, 2026 19:34
@mdittmer mdittmer force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from e60c407 to 56d3125 Compare May 25, 2026 19:34
@mdittmer mdittmer force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from c7bc335 to fafcee4 Compare May 25, 2026 22:48
@mdittmer mdittmer force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch 2 times, most recently from 25f8010 to d3b9547 Compare May 27, 2026 18:13
@mdittmer mdittmer force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 0cf1bf4 to 964666d Compare June 5, 2026 16:02
@mdittmer mdittmer force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from d3b9547 to 491140c Compare June 5, 2026 16:02
@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 964666d to c1eebe7 Compare June 5, 2026 17:07
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 491140c to a6368cf Compare June 5, 2026 17:07
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from a354b80 to c6017c4 Compare June 5, 2026 21:46
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 8ac1f77 to 89072a4 Compare June 5, 2026 21:46
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 89072a4 to 69b654d Compare June 5, 2026 22:38
@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from c6017c4 to 4b54759 Compare June 5, 2026 22:38
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 4b54759 to ec75210 Compare June 6, 2026 00:08
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 69b654d to 4eb96b8 Compare June 6, 2026 00:08
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from ec75210 to 8264851 Compare June 6, 2026 00:50
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 4eb96b8 to 7439bf4 Compare June 6, 2026 00:50
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 2de2f9c to 84850f1 Compare June 6, 2026 02:02
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 0c5f2a0 to 4948425 Compare June 6, 2026 02:02
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 4948425 to 8e2e362 Compare June 6, 2026 02:21
@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 84850f1 to 2c0a874 Compare June 6, 2026 02:21
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 2c0a874 to 8b2c023 Compare June 6, 2026 03:00
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 8e2e362 to 2a71cc0 Compare June 6, 2026 03:00
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

Notes about largely unreviewed generated change:

- Last test assertion looks dubious. Should probably switch all LLBC
  test verifications to something that properly parses the LLBC and
  makes more precise assertions.

- Integration and structure requires more thought. It seems that only
  the scanner "knows" about this behaviour; is it being being plumbed
  through cmdline args and through run_charon?

- New test (and probably other tests) should have their setup procedures
  overhauled/simplified. In general, I would expect the test to create
  a fixture, and then be able to pass largely static data to
  `run_charon()`, but right now it's manually setting up locked roots,
  etc., etc.

gherrit-pr-id: Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3
@joshlf joshlf force-pushed the Gnafivbpqcaatsvsxamgsjcudchscvaae branch from 8b2c023 to c34277b Compare June 6, 2026 04:37
@joshlf joshlf force-pushed the Gxsjyiksx4pd6h5gzup7ensn4qtrxu6s3 branch from 2a71cc0 to bcd9f3e Compare June 6, 2026 04:37
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Optimistically Approved: Changes appear scoped. Final strict verification will occur in the Merge Queue.

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.

2 participants