-
Notifications
You must be signed in to change notification settings - Fork 10
Add ShouldGenerateFile annotation #73
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
Conversation
alexeyinkin
commented
Aug 28, 2024
- Rebased copy of Add ShouldGenerateFile annotation #32
expect( | ||
reader.allElements.map((e) { | ||
// https://github.com/dart-lang/sdk/issues/52280 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue has been resolved, cleaning up.
- 'test/src/goldens/test_library_file_no_part.dart' | ||
- 'test/src/goldens/test_library_file_part_of.dart' | ||
- 'test/src/goldens/test_library_file_part_of_current.dart' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, just excluding test/src/goldens
entirely leaves out some issues in test/src/goldens/test_library_file_part_of_current.dart
on my machine (Dart 3.5.1), although it ignores other files there.
This could be a bug in the analyzer. I don't have time to investigate or strip down a minimal reproducible example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
analyzer has had some issues lately w/ analysis_options and mono repos
Wonderful! Thank you! |
I'm so excited for this! @kevmoo how often do you publish releases to pub? (not trying to rush, jw) |
@btrautmann I can do it now! |
Published! |