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

data string init pretty printer #37

Open
epatrizio opened this issue Jun 5, 2023 · 0 comments · May be fixed by #391
Open

data string init pretty printer #37

epatrizio opened this issue Jun 5, 2023 · 0 comments · May be fixed by #391
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@epatrizio
Copy link
Collaborator

Format.fprintf fmt {|(data %a %a %S)|} id_opt d.id data_mode d.mode d.init

(types.ml - line 950)
Using %S tag to display the init string of the data instruction could produce errors.
For example, %S escapes special characters : check Issue #36

@zapashcanon zapashcanon added bug Something isn't working good first issue Good for newcomers labels Feb 19, 2024
@zapashcanon zapashcanon assigned zapashcanon and unassigned epatrizio Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants