kcl-lang / rules_kcl

A Bazel ruleset for generating configuration files with KCL
https://kcl-lang.io
Apache License 2.0
2 stars 1 forks source link

Environment Variable Management, Package Handling Support and Execution in Parallel #4

Open zackzhangverkada opened 1 month ago

zackzhangverkada commented 1 month ago

Feature Request

Summary: First, thank you KCL developers for creating this rules_kcl repo!

We have encountered several issues while using the rules_kcl repository in our environment, specifically when attempting to execute example commands. These issues need to be addressed to improve the integration between Bazel and KCL, particularly concerning environment variable management, package handling, and support for kcl mod add.

Issues Identified

1. Example Command Inaccuracy

Request:

2. Lack of Support for kcl mod add

3. Execute kcl_run in parallel

Request:

Thank you very much! This will benefit us significantly.

Peefy commented 1 month ago

Thank you! @zackzhangverkada

These can all be used as improvements to improve KCL Bazel Rules. KCL run can work in parallel. Besides, PRs are also welcome! ❤️