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

dfmc-reader: fix bug in make-hash-literal #1486

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

cgay
Copy link
Member

@cgay cgay commented Apr 2, 2023

#:foo:{\} would crash the compiler with "element outside of range" unless the } delimiter occurred later in the same source record.

@cgay cgay force-pushed the make-hash-literal branch from 3ad5193 to 2a6c75c Compare April 2, 2023 17:28
@cgay cgay force-pushed the make-hash-literal branch from 2a6c75c to e84d3a3 Compare April 9, 2023 02:06
`#:foo:{\}` would crash the compiler with "element outside of range" unless the
`}` delimiter occurred later in the same source record.
@cgay cgay force-pushed the make-hash-literal branch from e84d3a3 to 82f6ad7 Compare April 9, 2023 02:09
@cgay cgay merged commit 917c2b3 into dylan-lang:master Apr 9, 2023
@cgay cgay deleted the make-hash-literal branch April 22, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants