Huanbing
Huanbing
./lib/findprog-in.c:137:25: error: implicit declaration of function 'eaccess' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (eaccess (progpathname, X_OK) == 0) ^ ./lib/findprog-in.c:137:25: note: did you mean 'access'? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:431:6: note: 'access' declared here...
### Issue Description Whether it is the master or dev branch, there is a problem when compiling with the clang14 compiler under mac m1 ### Log Output ```plain text ERROR:...
### Type - [X] File icon - [ ] Folder icon ### Context and associations *.thrift ### References no known logo like :(
- [x] Implement basic IO Module - [ ] Implement a FunctionVistor(may be a simple one for poc) and FieldRef for FileIndexReader - [x] Implement FileIndexFormat and FileIndexWriter/Reader and other...
Implement FileIndex related interfaces, implement Format format, and write related tests to ensure the correct file structure. close #34
close #13