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

PGProblemEditor perltidy can error out on unused code. #2585

Open
somiaj opened this issue Sep 28, 2024 · 0 comments
Open

PGProblemEditor perltidy can error out on unused code. #2585

somiaj opened this issue Sep 28, 2024 · 0 comments

Comments

@somiaj
Copy link
Contributor

somiaj commented Sep 28, 2024

PG problems stop processing when they hit the first ENDDOCUMENT(); call, and sometimes authors will put older code after this. If that code has errors, the problem will run fine but formatting the code with perltidy will error out.

This is a very minor issue, but should perltidy also ignore all code after the first ENDDOCUMENT(); call, since it isn't being used anyways? Also would this also be an issue with the convert to PGML option, should it also ignore any code after the first ENDDOCUMENT();?

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

No branches or pull requests

1 participant