feat: add owned semantic export API - #417
Open
aaaaaandrew wants to merge 1 commit into
Open
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Closes PHPantom-dev#328 Co-authored-by: OpenAI Codex <codex@openai.com>
aaaaaandrew
force-pushed
the
feat/semantic-export-api
branch
from
August 31, 2026 15:15
e9b86d0 to
e52449e
Compare
Author
|
CI update: the previous benchmark ran from a stale, conflicting base and compared against newer |
Contributor
|
The benchmark often fails because of permission issues, but thanks for looking in to it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
semantic-exportAPI for caller-supplied PHP documents, with owned declarations, occurrences, calls, byte ranges, and diagnosticsoffline-stubsfeature so offline consumers can build without triggering a stub downloadmainand 1.766 ms with this patchThe generated-corpus export benchmark processed 24,000 documents / 146 MB of source in 1.50–1.56 seconds at the default cache window, with peak RSS holding between 476.7 and 478.3 MiB.
Closes #328
Test plan
cargo testcargo clippy --features semantic-export --all-targets -- -D warningscargo fmt -- --checkcargo test --no-default-features --features semantic-export semantic_export::testssemantic-export,offline-stubsand network access disabledcargo build --release --features semantic-export,offline-stubs