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

[programgen] Large string literals are not generated correctly #1562

Open
lunaris opened this issue Jan 6, 2025 · 0 comments
Open

[programgen] Large string literals are not generated correctly #1562

lunaris opened this issue Jan 6, 2025 · 0 comments
Labels
area/codegen Code generation kind/bug Some behavior is incorrect or out of spec

Comments

@lunaris
Copy link
Contributor

lunaris commented Jan 6, 2025

The l1-output-string conformance test fails presently due to its use of multiline strings, which are not available in Java 11 (our minimum supported version). "Normal" strings do not work either since they have a maximum character limit exceeded by the test string, so we'll need something a bit more robust here.

@lunaris lunaris added area/codegen Code generation kind/bug Some behavior is incorrect or out of spec labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codegen Code generation kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant