Gs/mstatic tmp android cookies#3
Open
augyg wants to merge 39 commits into
Open
Conversation
The multi-package repl in this project sometimes hangs mid-session (both ghcid and its GHCi child in futex_wait, no output to ghcid-output.txt for hours). Without --verbose we can't tell whether the deadlock is in the file watcher, the reload dispatch, or GHCi itself. Neil Mitchell's suggested triage for this class of report is 'run with --verbose and share the trace' (see ghcid obsidiansystems#310 comments). Chatty but harmless — the async SFU log sink handles the extra volume. Related upstream: - ghc #26610 --enable-multi-repl bugs -- related to multiple home units - ghc #24345 Concurrent GHC sessions clobber RTS linker state - ghcid obsidiansystems#310 Reloading doesn't work quite often - ghcid obsidiansystems#355 Reload very slow on project, instant in ghci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have:
developbranchhlint .(lint found code you did not write can be left alone)$(nix-build -A selftest --no-out-link)nix-build release.nix -A build.x86_64-linux --no-out-link(orx86_64-darwinon macOS)