We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1a5ec commit d31fc6dCopy full SHA for d31fc6d
src/Development/Shake/Internal/Core/Build.hs
@@ -152,8 +152,8 @@ updateReverseDeps myId db prev new = do
152
updateResult f (Ready r) = Ready $ f r
153
updateResult f (Failed e r) = Failed e (fmap f r)
154
updateResult f (Loaded r) = Loaded $ addDep r
155
- updateResult _ Running{} = error "Running"
156
- updateResult _ Missing{} = error "Missing"
+ updateResult _ Running{} = error "Running: can this happen?"
+ updateResult _ Missing{} = error "Missing: can this happen?"
157
158
-- | Compute the value for a given RunMode and a restore function to run
159
buildRunMode :: Global -> Stack -> Database -> Maybe (Result a) -> Wait Locked RunMode
0 commit comments