Skip to content

fix: beam - flat-named transformed zips + lightweight discovery + IsLbvPending - #2849

Open
Rajanna-Karthik wants to merge 1 commit into
mainfrom
karsraja/beam-lsp-fixes
Open

fix: beam - flat-named transformed zips + lightweight discovery + IsLbvPending#2849
Rajanna-Karthik wants to merge 1 commit into
mainfrom
karsraja/beam-lsp-fixes

Conversation

@Rajanna-Karthik

Copy link
Copy Markdown
Contributor
  • listBeamedRepos: derive repo name from both subdir (/file.zip) and flat ([_suffix].zip) transformed-source shapes, so a flat-named repo is no longer dropped from the beamed list.
  • Add optional Lightweight param: the IDE poll-refresh sets it to skip the beam-map download scan (throttle-safe); the IDE preserves stepId across lightweight ticks.
  • Add IsLbvPending (beamed but LBV HITL not created yet) via isRepoLbvHitlPending, so the IDE gates Load (IsLbvOpen && !IsLbvPending) until the HITL exists.

Problem

Solution

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…bvPending

- listBeamedRepos: derive repo name from both subdir (<repo>_<hash>/file.zip) and flat
(<repo>_<hash>[_suffix].zip) transformed-source shapes, so a flat-named repo is no
longer dropped from the beamed list.
- Add optional Lightweight param: the IDE poll-refresh sets it to skip the beam-map
download scan (throttle-safe); the IDE preserves stepId across lightweight ticks.
- Add IsLbvPending (beamed but LBV HITL not created yet) via isRepoLbvHitlPending, so
the IDE gates Load (IsLbvOpen && !IsLbvPending) until the HITL exists.
@Rajanna-Karthik
Rajanna-Karthik requested a review from a team as a code owner August 23, 2026 04:31
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