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

Make mkModuleName use Text instead of String #1260

Closed
brianhuffman opened this issue Feb 23, 2021 · 0 comments · Fixed by #1270
Closed

Make mkModuleName use Text instead of String #1260

brianhuffman opened this issue Feb 23, 2021 · 0 comments · Fixed by #1270
Labels
tech debt Issues that document or involve technical debt

Comments

@brianhuffman
Copy link
Contributor

GaloisInc/saw-core#160 converts many of the remaining internal uses of the String type to Text, but there are still some uses of String in the external-facing saw-core API. One example is mkModuleName, which converts a list of Strings to a ModuleName. This should be converted to Text, which should let us avoid some addition uses of Text.unpack and Text.pack that still remain after GaloisInc/saw-core#160.

@brianhuffman brianhuffman transferred this issue from GaloisInc/saw-core Apr 27, 2021
@brianhuffman brianhuffman added the tech debt Issues that document or involve technical debt label Apr 27, 2021
brianhuffman pushed a commit that referenced this issue Apr 27, 2021
sauclovian-g added a commit that referenced this issue Oct 21, 2024
This is a cleanup change that breaks the API (though in a minor way)
so we want to keep up with it. Apply the one-line fix to adjust to
that change.

Update what4 as well because crucible requires it.
sauclovian-g added a commit that referenced this issue Oct 21, 2024
Bump crucible and what4 to sync crucible #1260
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Issues that document or involve technical debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant