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

Relative-pathed var parsing issues #2178

Open
ike709 opened this issue Jan 21, 2025 · 0 comments
Open

Relative-pathed var parsing issues #2178

ike709 opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working Compiler Involves the OpenDream compiler

Comments

@ike709
Copy link
Collaborator

ike709 commented Jan 21, 2025

The following code currently can't be parsed by OpenDream:

/datum/foo
	var
		tmp
			active = 0
			deleting = 0
			full_delete = 0
			delay = 5
		list
			connected = list()
@ike709 ike709 added bug Something isn't working Compiler Involves the OpenDream compiler labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Compiler Involves the OpenDream compiler
Projects
None yet
Development

No branches or pull requests

1 participant