Skip to content

Refactor service call and memory free functions - #288

Merged
Peefy merged 1 commit into
kcl-lang:mainfrom
karmafun:fix/287_build_fails_for_target_linux_arm64_musl
Feb 9, 2026
Merged

Refactor service call and memory free functions#288
Peefy merged 1 commit into
kcl-lang:mainfrom
karmafun:fix/287_build_fails_for_target_linux_arm64_musl

Conversation

@antoinemartin

Copy link
Copy Markdown
Contributor

Fixes upstream #287

1. Does this PR affect any open issues?(Y/N) :

  • N
  • Y

Fixes #287

2. What is the scope of this PR (e.g. component or file name):

go/native

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

Copy the corresponding lines from [native_musl_amd64.go](https://github.com/kcl-lang/lib/blob/main/go/native/native_musl_amd64.go)

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

@Peefy
Peefy merged commit bde7439 into kcl-lang:main Feb 9, 2026
9 of 11 checks passed
@Peefy

Peefy commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Thank you! Amazing Job!

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.

[BUILD] build fails for target linux arm64 musl

2 participants