You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The locks for the assembler at kclvm/runner crate. should be applied to the entire read cache, assembly and write cache processes, not just the assembly process.
* Replace relative paths with absolute paths in test cases.
* Fix(kclvm-runner): Fixed file locks in kclvm-runner.
The operations of the read and write cache are also wrapped in the file lock.
fix issue #213.
* remove useless println!
* modified method `clean_path` from pub to pub(crate)
Enhancement
The locks for the assembler at
kclvm/runner
crate. should be applied to the entire read cache, assembly and write cache processes, not just the assembly process.Related code: https://github.com/KusionStack/KCLVM/blob/main/kclvm/runner/src/assembler.rs#L422
The text was updated successfully, but these errors were encountered: