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

drracket doesn't like infinity recursive macro #622

Open
6cdh opened this issue Jul 1, 2023 · 0 comments
Open

drracket doesn't like infinity recursive macro #622

6cdh opened this issue Jul 1, 2023 · 0 comments

Comments

@6cdh
Copy link

6cdh commented Jul 1, 2023

Drracket silently reach 100% CPU when open a file with infinity recursion macro:

#lang racket

(define-syntax (f stx)
  stx)

f

It goes back to normal if I fix the macro to make it terminate.

It also runs forever for check syntax. But I can stop it in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants