Avoid unnecessary unpacking and repacking of Text
values
#1269
Labels
tech debt
Issues that document or involve technical debt
Text
values
#1269
We should look over all occurrences of
Text.pack
andText.unpack
in the codebase; many of them are probably unnecessary. We should be able to keep values in typeText
as much as possible, and try not to ever convert them to typeString
.The text was updated successfully, but these errors were encountered: