Lin Zhihao

Results 13 issues of Lin Zhihao

### Request In the current key-value pair IR format, we only have one type of key-value pairs. As we planned to extend the current format, we decided to split input...

enhancement

### Bug The recent lint workflows failed due to clang-format warnings: https://github.com/y-scope/clp/actions/runs/11006755921 This is because clang-format released version 19.1 in PyPI, which changed code formatting behavior. ### CLP version 3ceb17ee51cc91026f156ce5b1905f84ef18d7a9...

bug

# Description ## Problem Statement In the current CLP core, we use a generic enum defined in `clp/ErrorCode.hpp` as our error code machism. We've been seeing problems of this design...