diff --git a/Changes.md b/Changes.md index ed7f7844e1..919c8e629d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,8 @@ `*` means potential breaking changes +# master +Fix issue with compiler log not terminated that causes problems with editor extension not clearing issues when fixed [#5545](https://github.com/rescript-lang/rescript-compiler/issues/5545) + # 10.0.0-beta.2 - Changed Linux build to depend on GLIBC 2.28 again for compatibility with Debian 10. diff --git a/darwin/ninja.exe b/darwin/ninja.exe old mode 100755 new mode 100644 index 969426bd0a..93e4acb420 Binary files a/darwin/ninja.exe and b/darwin/ninja.exe differ diff --git a/darwinarm64/ninja.exe b/darwinarm64/ninja.exe index 2d72eff8af..4abca28cdf 100755 Binary files a/darwinarm64/ninja.exe and b/darwinarm64/ninja.exe differ diff --git a/linux/ninja.exe b/linux/ninja.exe old mode 100755 new mode 100644 index cae2d0155f..e696189f43 Binary files a/linux/ninja.exe and b/linux/ninja.exe differ diff --git a/ninja b/ninja index b51c91cca7..9e92c5fc85 160000 --- a/ninja +++ b/ninja @@ -1 +1 @@ -Subproject commit b51c91cca7a9d7ef3fff39585122ba20265753c6 +Subproject commit 9e92c5fc853fe70c81f44fcbb093603c6d2a5098 diff --git a/win32/ninja.exe b/win32/ninja.exe index 9fb9975786..bc96e080fe 100644 Binary files a/win32/ninja.exe and b/win32/ninja.exe differ