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: add more feature flags about llvm and wasm #1249

Merged

Conversation

Peefy
Copy link
Contributor

@Peefy Peefy commented Apr 26, 2024

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

  • N
  • Y

Close #1217

  • feat: add more feature flags about llvm and wasm

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

  • docs/dev_guide/2.quick_start.md
  • kclvm/Cargo.toml
  • kclvm/api/Cargo.toml
  • kclvm/api/src/service/mod.rs
  • kclvm/cmd/src/lib.rs
  • kclvm/error/Cargo.toml
  • kclvm/makefile
  • kclvm/runner/src/lib.rs
  • kclvm/runner/src/runner.rs
  • kclvm/src/lib.rs
  • kclvm/tools/src/LSP/Cargo.toml
  • kclvm/utils/Cargo.toml

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

Signed-off-by: peefy <xpf6677@163.com>
@Peefy Peefy added wasm Issues or PRs related to kcl and wasm release labels Apr 26, 2024
@Peefy Peefy added this to the v0.9.0 Release milestone Apr 26, 2024
@coveralls
Copy link
Collaborator

coveralls commented Apr 26, 2024

Pull Request Test Coverage Report for Build 8843767786

Details

  • 5 of 10 (50.0%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.002%) to 71.446%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/cmd/src/lib.rs 0 1 0.0%
kclvm/runner/src/runner.rs 5 6 83.33%
kclvm/runner/src/lib.rs 0 3 0.0%
Files with Coverage Reduction New Missed Lines %
kclvm/runner/src/lib.rs 1 90.43%
kclvm/cmd/src/lib.rs 1 84.51%
Totals Coverage Status
Change from base Build 8843448896: -0.002%
Covered Lines: 52730
Relevant Lines: 73804

💛 - Coveralls

@Peefy Peefy merged commit 2d0960f into kcl-lang:main Apr 26, 2024
8 checks passed
@Peefy Peefy deleted the add-more-feature-flag-about-llvm-and-wasm branch April 26, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release wasm Issues or PRs related to kcl and wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build wasm target failed
2 participants