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

fix: remove unnecessary #lang diagnostic in drracket-created files #132

Conversation

virchau13
Copy link
Contributor

@virchau13 virchau13 commented Sep 7, 2024

Student language files created by DrRacket do not have #lang directives; they only have #reader directives instead. (See e.g. #86). The "Missing #lang" diagnostic should not be reported in these files.

Fixes #86.

Files created by DrRacket do not have `#lang` directives; they only
have `#reader` directives instead. (See e.g.
jeapostrophe#86).
The "Missing `#lang`" diagnostic should not be reported in these files.

Fixes jeapostrophe#86.
@jeapostrophe jeapostrophe merged commit 05dbc95 into jeapostrophe:master Sep 9, 2024
@jeapostrophe
Copy link
Owner

Thank you!

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.

Server requires #lang line even though #reader is present.
3 participants