Skip to content

Don't panic on Text/replace ""#2184

Merged
mergify[bot] merged 5 commits intomasterfrom
gabriel/fix_text_replace
May 13, 2021
Merged

Don't panic on Text/replace ""#2184
mergify[bot] merged 5 commits intomasterfrom
gabriel/fix_text_replace

Conversation

@Gabriella439
Copy link
Copy Markdown
Collaborator

Fixes #2181

@Gabriella439
Copy link
Copy Markdown
Collaborator Author

I verified that this passes cabal v1-test tasty --test-option --quickcheck-replay=126743

Copy link
Copy Markdown
Collaborator

@sjakobi sjakobi left a comment

Choose a reason for hiding this comment

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

Looks great! Ideally this should be merged together with the added tests from dhall-lang/dhall-lang#1172, but it doesn't matter much.

Comment on lines +608 to +612
let hLamInfo = case needle of
VTextLit (VChunks [] "") -> TextReplaceEmpty
_ -> Prim

in VHLam hLamInfo $ \replacement ->
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

So that's how you include the lambda in the TextReplaceEmpty case! :) I hadn't figured that out.

@Gabriella439
Copy link
Copy Markdown
Collaborator Author

I can wait until the upstream tests are merged

@mergify mergify bot merged commit 4c55791 into master May 13, 2021
@mergify mergify bot deleted the gabriel/fix_text_replace branch May 13, 2021 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text/replace "" triggers "Compiler bug"

2 participants