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

Remove references to the class Interpreter #6757

Closed
tesonep opened this issue Jul 2, 2020 · 0 comments · Fixed by #8518
Closed

Remove references to the class Interpreter #6757

tesonep opened this issue Jul 2, 2020 · 0 comments · Fixed by #8518

Comments

@tesonep
Copy link
Collaborator

tesonep commented Jul 2, 2020

Opal references the old Interpreter class that is in the VM code.

IRPrimitive >> #printPrimitiveOn:

To remove:

	(primIndex ~= 117 and: [ primIndex ~= 120 ])
		ifTrue: [ 
			Smalltalk
				at: #Interpreter
				ifPresent: [ :cls | 
					aStream
						nextPutAll: ' "';
						nextPutAll: ((cls classPool at: #PrimitiveTable) at: primIndex + 1);
						nextPutAll: '" ' ] ]
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.

1 participant