Skip to content
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

Adapt to simplified subsumption patch #6563

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

phadej
Copy link
Collaborator

@phadej phadej commented Feb 29, 2020

Originally written by Ryan Scott in
#6545 (comment)

@@ -1356,7 +1356,7 @@ withTempFileEx opts tmpDir template action =
withTempDirectory :: Verbosity -> FilePath -> String -> (FilePath -> IO a) -> IO a
withTempDirectory verbosity targetDir template f = withFrozenCallStack $
withTempDirectoryEx verbosity defaultTempFileOptions targetDir template
(withLexicalCallStack f)
(withLexicalCallStack (\x -> f x))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@RyanGlScott I'll leave this in place, yet I'm not sure whether we need (i.e. there's any benefit) from wthFrozen/LexicalCallStack.

@phadej phadej force-pushed the simplified-subsumption-ryan branch from 87737d3 to 8dc7f0d Compare March 4, 2020 18:11
@phadej phadej merged commit c0dc305 into haskell:master Mar 4, 2020
@phadej
Copy link
Collaborator Author

phadej commented Mar 4, 2020

Merged. Ping @bgamari

@phadej phadej deleted the simplified-subsumption-ryan branch March 4, 2020 19:43
@phadej phadej added this to the 3.4.0.0-rc1 milestone Jul 10, 2020
@phadej phadej mentioned this pull request Jul 10, 2020
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.

2 participants