Skip to content

update version to 0.11.2 and fix indexmap test #216

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

Merged
merged 1 commit into from
Jun 14, 2025

Conversation

liangyuanpeng
Copy link
Contributor

@liangyuanpeng liangyuanpeng commented Jun 13, 2025

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 liangyuanpeng marked this pull request as draft June 13, 2025 15:04
@liangyuanpeng liangyuanpeng marked this pull request as ready for review June 14, 2025 04:45
@@ -1,6 +1,6 @@
[package]
name = "kcl-lang"
version = "0.11.1"
version = "0.11.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this version should update first when release, no? cc @zong-zhe

@@ -2,7 +2,8 @@ use anyhow::{anyhow, Result};
use kclvm_evaluator::Evaluator;
use kclvm_loader::{load_packages, LoadPackageOptions};
use kclvm_parser::LoadProgramOptions;
use kclvm_runtime::{Context, IndexMap, PluginFunction, ValueRef};
use kclvm_primitives::IndexMap;
Copy link
Contributor Author

@liangyuanpeng liangyuanpeng Jun 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change in kcl-lang/kcl#1952
cc @Peefy

@liangyuanpeng liangyuanpeng changed the title use kclvm_primitives::IndexMap; update version to 0.11.2 and fix indexmap test Jun 14, 2025
@Peefy
Copy link
Contributor

Peefy commented Jun 14, 2025

Good Catch! LGTM

@Peefy Peefy merged commit f070cd2 into kcl-lang:main Jun 14, 2025
7 checks passed
@liangyuanpeng liangyuanpeng deleted the indexmap branch June 14, 2025 15:07
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