Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sync kcl 0.8 abi spec #237

Merged
merged 5 commits into from
Feb 22, 2024
Merged

feat: sync kcl 0.8 abi spec #237

merged 5 commits into from
Feb 22, 2024

Conversation

Peefy
Copy link
Contributor

@Peefy Peefy commented Feb 21, 2024

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y
  • feat: sync kcl 0.8 abi spec

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

  • kclvm.go
  • kclvm_test.go
  • pkg/kcl/opt.go
  • pkg/settings/utils_settings_yaml.go
  • pkg/spec/gpyrpc/gpyrpc.proto
  • scripts/kclvm.go

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

  • 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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8000192146

Details

  • -66 of 97 (31.96%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 62.921%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/kcl/api.go 12 19 63.16%
pkg/kcl/opt.go 2 18 11.11%
pkg/kcl/hook.go 4 47 8.51%
Totals Coverage Status
Change from base Build 7960242030: -0.3%
Covered Lines: 3080
Relevant Lines: 4895

💛 - Coveralls

@Peefy Peefy merged commit d03d3a9 into kcl-lang:main Feb 22, 2024
7 checks passed
@Peefy Peefy deleted the sync-0.8-abi-spec branch February 22, 2024 06:11
@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support Go API for GetSchemaTypeMapping
2 participants