Skip to content

Conversation

@wz1000
Copy link
Collaborator

@wz1000 wz1000 commented May 23, 2020

No description provided.

pmap <- readVar persistentKeys
mv <- runMaybeT $ do
f <- MaybeT $ pure $ HMap.lookup (Key k) pmap
liftIO $ hPutStrLn stderr $ "LOOKUP UP PERSISTENT FOR" ++ show k
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
liftIO $ hPutStrLn stderr $ "LOOKUP UP PERSISTENT FOR" ++ show k
liftIO $ hPutStrLn stderr $ "LOOKUP UP PERSISTENT FOR " ++ show k

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, it probably should use the logger from ShakeExtras

@mpickering
Copy link
Owner

Only want to merge this once ShakeQueue is upstreamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants