Lin Zhihao

Results 14 comments of Lin Zhihao

I have seen the same issue. Is there any way I can turn this error off?

Made a few changes to make the code more maintainable: 1. wrap curl using C++ classes to provide better error handling and cleaner object lifetime management 2. using `clp::Thread` to...

> Do you consider moving curl-related functions and classes into a separate file? I think for now we don't have to since this is the only file using the curl-related...

> How about: > > core: Add NetworkReader to stream data from a URL. (#278) Uisng `core: Add NetworkReader to stream data from a URL using libcurl.` instead to indicate...

> > 1. The generation of the wild and tame is deterministic. Can we pre-generate them and add a script used for generation? Or we don't really care about the...

> A high level comment: Methodlogy wise, I feel the rest of our code tend to let caller check if the data_block is empty, rather having a function to read...

> > Anyway, it's my personal preference and I will let you decide. > > Remind me, Zhihao, did we reach a conclusion on this? > > Also, can you...

The bug can be reproduced by compressing the following empty archive using `clp`: [emptyFile.zip](https://github.com/user-attachments/files/15920365/emptyFile.zip)

Before adding review comments, I think it's worth discussing the high-level concern here. The changes in `decoding_methods.hpp/cpp` should be moved to another PR for the following reasons: 1. The code...