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

Constructing an array object in #lang racket crashes the macro stepper #24

Closed
Rscho314 opened this issue May 10, 2019 · 1 comment
Closed

Comments

@Rscho314
Copy link
Sponsor

As the title suggests, this crashes the macro stepper:

#lang racket
(require math/array)
(array #[5])

With error:

Internal error:
with-syntax1: failed pattern match against
(?first . ?rest)
in: ()

But using typed/racket works as expected:

#lang typed/racket
(require math/array)
(array #[5])

Error dump:
dump.txt

@samth
Copy link
Sponsor Member

samth commented Feb 20, 2020

This now works as of 7.6.

@samth samth closed this as completed Feb 20, 2020
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

No branches or pull requests

2 participants