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

chore: bump version to 0.11.1 #437

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liangyuanpeng
Copy link
Contributor

/hold
pending for kcl-lang/kcl#1829

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

  • N
  • Y

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

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

@liangyuanpeng
Copy link
Contributor Author

liangyuanpeng commented Feb 6, 2025

@Peefy
Seems like grpc needs some update, and i just got the error.Does kcl use a special version of protoc/protobuf or i missed some doc? please remind me thanks!

kcl/kclvm/spec/gpyrpc$ protoc --proto_path=./ --go_out=tmp gpyrpc.proto
protoc-gen-go: unable to determine Go import path for "gpyrpc.proto"

Please specify either:
        • a "go_package" option in the .proto source file, or
        • a "M" argument on the command line.

See https://protobuf.dev/reference/go/go-generated#package for more information.

--go_out: protoc-gen-go: Plugin failed with status code 1.
kcl/kclvm/spec/gpyrpc$ protoc --proto_path=./ --go_out=tmp gpyrpc.proto 
gpyrpc.proto:8:1: Expected top-level statement (e.g. "message").

@zong-zhe
Copy link
Contributor

zong-zhe commented Feb 7, 2025

Hi @liangyuanpeng 😄

I have release the 0.11.1 for lib, go mod tidy and update this PR, thanks !

@coveralls
Copy link

coveralls commented Feb 7, 2025

Pull Request Test Coverage Report for Build 13203530960

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 36.529%

Totals Coverage Status
Change from base Build 13136715563: 0.0%
Covered Lines: 5495
Relevant Lines: 15043

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 13203365187

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 36.529%

Totals Coverage Status
Change from base Build 13136715563: 0.0%
Covered Lines: 5495
Relevant Lines: 15043

💛 - Coveralls

Signed-off-by: Lan Liang <gcslyp@gmail.com>
@liangyuanpeng
Copy link
Contributor Author

@zong-zhe ready to go~

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.

support Go API for GetSchemaTypeMapping
3 participants