这是indexloc提供的服务,不要输入任何密码
Skip to content

fixed mutation let-aliasing bug #5

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

Merged
merged 1 commit into from
Jan 5, 2015
Merged

fixed mutation let-aliasing bug #5

merged 1 commit into from
Jan 5, 2015

Conversation

pnwamk
Copy link
Member

@pnwamk pnwamk commented Jan 4, 2015

let-aliasing initially forgot to check if a variable that might act as
an alias was ever mutated. fixed by disallowing a mutated variable to
act as an alias.

let-aliasing initially forgot to check if a variable that might act as
an alias was ever mutated. fixed by disallowing a mutated variable to
act as an alias.
@samth
Copy link
Member

samth commented Jan 5, 2015

Looks good to commit.

pnwamk pushed a commit that referenced this pull request Jan 5, 2015
fixed mutation let-aliasing bug
@pnwamk pnwamk merged commit dc2ce38 into racket:master Jan 5, 2015
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