-
Notifications
You must be signed in to change notification settings - Fork 184
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
Run non-null-safe tests with Dart 2 #791
Conversation
Feel free to squash/merge and delete the branch if you're happy |
@osa1 I think this might be related to what you looked at today. |
@kevmoo we've been discussing these tests in Dart Ecosystem chat. I don't think we want to remove these tests yet as internally we have non-null-safe Dart that uses this library. |
@osa1 – but we can't run Dart 3.0.0- tests against this package w/ them there. We could pull those out into another test file and only run them on stable or something 🤷 |
Right, I think we will need to move these to another file/package, and configure mono_repo to only test that package/file with SDK 2.x. Apparently |
@osa1 – sure? Just trying to get CI to green so we can keep the signals of knowing when the SDK breaks things. |
It seems like on CI We need to somehow make |
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.
LGTM now, but someone should review my mono_repo changes :-)
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.
mono_repo changes and repo reconfiguration lgtm
Move the non-null-safe usage of the API to another file, test the file with Dart 2.x.