kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.61k stars 112 forks source link

KCL Watch System Proposal #1132

Closed octonawish-akcodes closed 4 months ago

octonawish-akcodes commented 6 months ago

This issue targets the proposal for the development of a file monitoring system, termed the KCL Watch System, to enhance the KCL development workflow. The system is intended to monitor changes to files and directories within the KCL package directory, dynamically detecting file types based on their extensions and invoking corresponding handlers to perform actions upon changes.

octonawish-akcodes commented 6 months ago

Design document PR is raised here #1119

Peefy commented 4 months ago

Closed by #1119