Skip to content

Conversation

@sgrekhov
Copy link
Collaborator

@sgrekhov sgrekhov commented Dec 16, 2025

UPD.

The spec says "Exception: inside fenced code blocks (```)...". Github flavored markdown also supports ~~~ as begin/end of code blocks. Probably it makes sense to mention it to the spec. Say "Exception: inside fenced code blocks (``` or ~~~)...".

@sgrekhov
Copy link
Collaborator Author

@szakarias @athomas please grant me the permission to assign reviewers.

@athomas
Copy link
Member

athomas commented Dec 17, 2025

@szakarias @athomas please grant me the permission to assign reviewers.

Done

@sgrekhov
Copy link
Collaborator Author

@szakarias @athomas please grant me the permission to assign reviewers.

Done

Thanks!

@sgrekhov sgrekhov marked this pull request as draft December 18, 2025 15:52
@sgrekhov sgrekhov changed the title #4134. Add/update tests regarding whitespaces and interrupting lines #4134. Add new tests regarding whitespaces and interrupting lines Dec 19, 2025
@sgrekhov sgrekhov marked this pull request as ready for review December 19, 2025 08:06
@sgrekhov
Copy link
Collaborator Author

@szakarias @eernstg please review. Some checks failed with SubprocessException[command: "dart analyze --fatal-infos .", workingDirectory: "(null)", exitCode: 2, environment: {}] but it looks like an infra issue.

@eernstg eernstg removed their request for review December 19, 2025 10:12
@eernstg
Copy link
Member

eernstg commented Dec 19, 2025

I'll just remain aware of this work, perhaps adding a comment now and then, but not do regular full reviews.

Copy link
Contributor

@szakarias szakarias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect the SubprocessException is just a side effect of the analyzer failing (exit code 2) due to the warnings and infos. Please try addressing those 5 reported issues first to see if it clears up the CI.

It is indeed annoying, but you will need to comment out the unreachable code after markTestSkipped to resolve the dead_code warnings.

@reflectiveTest
class LineBasedDocCommentsTest extends Co19TestBase {
/// Check that the parser removes the three slashes and all leading
/// whitespaces
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: replace "whitespaces" with "whitespace" in general

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.

4 participants