-
is giving me an error: Error in fread(stri_c(stdout, collapse = "\n")) : I double checked the file directory pathing and it is correct. SCC is also correct in tools.yml. My understanding is that a .git file is in the project repository. git_repo_path is currently ~/rawdata/git_rep/apr/.git. apr in this case "apr" is the resulting file of "git clone https://github.com/apache/apr" so it is the project files and I can see the .git file with "ls -a" in the terminal. I'm wondering if anyone has had this error and if they have found a fix for it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Ssunoo2 The path should be under You can experiment using the tool directly without Kaiaulu as an intermediate to verify if the program can work on input data it expects. To be more precise, the input is the folder. The parameter where you specify .git is a legacy dependency, but you can see the path is formatted inside the function to remove the Line 1257 in 9294a9b |
Beta Was this translation helpful? Give feedback.
-
The point of confusion was the pathing to the scc binary. The link on the third party tools wiki contains the link to the version that also contains the source code: https://github.com/sailuh/kaiaulu/wiki/Third-Party-Tools-Setup git cloning the source code results in a file that does not contain the scc executable. Instead the file appropriate for your operating system and unzipping that file will result in the scc binary. Maybe a note specifying not to download the source code would help. |
Beta Was this translation helpful? Give feedback.
The point of confusion was the pathing to the scc binary. The link on the third party tools wiki contains the link to the version that also contains the source code: https://github.com/sailuh/kaiaulu/wiki/Third-Party-Tools-Setup
git cloning the source code results in a file that does not contain the scc executable. Instead the file appropriate for your operating system and unzipping that file will result in the scc binary. Maybe a note specifying not to download the source code would help.