Skip to content

Sync ninja: fix done not emitted with -w. #5544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Binary file modified darwin/ninja.exe
100755 → 100644
Binary file not shown.
Binary file modified darwinarm64/ninja.exe
Binary file not shown.
Binary file modified linux/ninja.exe
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion ninja
Submodule ninja updated 2 files
+3 −1 src/build.cc
+2 −5 src/ninja.cc
Binary file modified win32/ninja.exe
Binary file not shown.