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

lookupVariableForRead: raises a DNU #6957

Closed
Ducasse opened this issue Jul 22, 2020 · 1 comment · Fixed by #7035
Closed

lookupVariableForRead: raises a DNU #6957

Ducasse opened this issue Jul 22, 2020 · 1 comment · Fixed by #7035
Assignees

Comments

@Ducasse
Copy link
Member

Ducasse commented Jul 22, 2020

lookupVariableForRead: aVariableNode

	| var |
	
	var := scope lookupVar: aVariableNode name.
	
	var ifNil: [^var].
	var isLocalVariable ifTrue: [ self analyseEscapingRead: var].
	^var

How to reproduce: add sindarin in the new debugger.
and press run.

@StevenCostiou
Copy link
Collaborator

FYI: fixed in the next merge (tomorrow afternoon hopefully).

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

Successfully merging a pull request may close this issue.

3 participants