feat(llar): add install command wrapper - #2
Closed
MeteorsLiu wants to merge 2841 commits into
Closed
Conversation
…-compact-sections pclnpost: physically compact the deduplicated funcinfo carrier
ssa: match gc float-to-integer conversions on amd64
…2-20260801 ssa: saturate float-to-uint32 conversions
…i-20260815 ssa: honor saturating uint32 conversion on amd64
…slot-size fix: align indirect map slot sizes
…ize-symbols-20260823 build: compact Darwin size-optimized executables
…-to-this-20260823 ssa: lazily generate methodless pointer type descriptors
…20260824 windows: establish Go-compatible MSVC target configuration (R0)
Bumps [xgo-dev/setup-benchmark-go-action](https://github.com/xgo-dev/setup-benchmark-go-action) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/xgo-dev/setup-benchmark-go-action/releases) - [Commits](xgo-dev/setup-benchmark-go-action@v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: xgo-dev/setup-benchmark-go-action dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…/publish.yml Bumps [xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml](https://github.com/xgo-dev/setup-benchmark-go-action) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/xgo-dev/setup-benchmark-go-action/releases) - [Commits](xgo-dev/setup-benchmark-go-action@v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…rtability-20260824 windows: make compiler host storage portable (R1, depends on xgo-dev#2400)
…-20260824 windows: build native PE/COFF artifacts (R2, depends on xgo-dev#2401)
…i-20260825 windows: lower the MSVC C ABI and select libffi ABIs (R3, depends on xgo-dev#2402)
Update codecov.yml
…s/xgo-dev/setup-benchmark-go-action-1.0.6 build(deps): bump xgo-dev/setup-benchmark-go-action from 1.0.5 to 1.0.6
…s/xgo-dev/setup-benchmark-go-action/dot-github/workflows/publish.yml-1.0.6 build(deps): bump xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml from 1.0.5 to 1.0.6
Owner
Author
|
Superseded by upstream PR xgo-dev#2413. |
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.
Add a Go wrapper for invoking the LLAR install command from LLGo.
The implementation includes:
llar.New(bin, verbose)andCmd.Installfor executingllar install.Module,Config,Dependency, andResultvalues without importing the LLAR module.This gives LLGo a typed, testable entry point for installing LLAR modules while keeping the existing CLI as the execution boundary.