Skip to content

Cleaning cache flag? #95

Answered by edubart
stefanos82 asked this question in Q&A
Discussion options

You must be logged in to vote

First you don't need to clean the cache after updating the Nelua compiler, because the cache will be invalidated anyway if any pull change impacts the code.

There is no flag to clean the cache folder, and I don't see much need for that at the moment. Also this is not so simple to do, there is no standard cross platform API to recursively remove directories, and is also dangerous to remove files recursively, this problem is out of the scope of the compiler. If you want to clean the cache indeed you have to remove the directory $HOME/.cache/nelua/ .

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by edubart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants