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 0bd4a20 commit c580ff5Copy full SHA for c580ff5
hls-graph/src/Development/IDE/Graph/Internal/Database.hs
@@ -136,7 +136,7 @@ builder db@Database{..} stack keys = withRunInIO $ \(RunInIO run) -> do
136
isDirty :: Foldable t => Result -> t (a, Result) -> Bool
137
isDirty me = any (\(_,dep) -> resultBuilt me < resultChanged dep)
138
139
--- | Refresh dependencies for a key:
+-- | Refresh dependencies for a key and compute the key:
140
-- The deps refresh is kicking up linearly. If any of the deps are dirty in the process,
141
-- we jump to the actual computation of the key and shortcut the refreshing the rest of the deps.
142
-- * If no dirty dependencies and we have evaluated the key previously, then we refresh it in the current thread.
0 commit comments