Improve library update scripts#27254
Conversation
- This checks the that Emscripten directory is clean (has no uncommitted changes) before copying its contents. You can force updating with `-f`/`--force`. - This automatically updates version numbers in `readme.txt`. Suggested in emscripten-core#27252 (comment).
You mean to check if Emscripten directory (dest) is clean, right? Or you really meant the source (LLVM) directory should be clean? I'm not sure why that's important. Here I checked Emscripten directory. Let me know in case you meant otherwise.
This now automatically updates version names. I didn't try to update the branch name though. This just detects |
-f/--force.readme.txt.Suggested in #27252 (comment).