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

RedundantParenthesesTest.java:43-49: Do we need {@link... #2484

Closed
0pdd opened this issue Sep 8, 2023 · 0 comments · Fixed by #2495
Closed

RedundantParenthesesTest.java:43-49: Do we need {@link... #2484

0pdd opened this issue Sep 8, 2023 · 0 comments · Fixed by #2495
Milestone

Comments

@0pdd
Copy link

0pdd commented Sep 8, 2023

The puzzle 2399-a6eaec39 from #2399 has to be resolved:

* @todo #2399:30min Do we need {@link RedundantParentheses} class? After refactoring grammar
* ({@see Program.g4}) parentheses are controlled at the level of grammar and can't be used in the
* many ways it was allowed to use them before. This is the reason the test is disabled. Need to
* check whether we really need the class with new grammar or not. If yes - return
* {@link RedundantParentheses} back to {@link XeListener} and refactor the test.
* If no - move the test cases below to {@link org.eolang.parser.typos} folder and remove
* {@link RedundantParentheses} class from the source code.

The puzzle was created by rultor on 08-Sep-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

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.

2 participants