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

Allow the null safety release of stream_transform #1223

Merged
merged 3 commits into from Feb 10, 2021

Conversation

lukaszkolodziejczyk
Copy link
Contributor

No description provided.

@kevmoo
Copy link

kevmoo commented Feb 2, 2021

@nex3 ?

@nex3
Copy link
Contributor

nex3 commented Feb 3, 2021

stream_transform 3.0.0 is marked as a breaking change release—is it safe for us to migrate to it before we make Sass null-safe?

@@ -25,7 +25,7 @@ dependencies:
source_maps: "^0.10.5"
source_span: "^1.6.0"
stack_trace: ">=0.9.0 <2.0.0"
stream_transform: ">=0.0.20 <2.0.0"
stream_transform: ">=0.0.20 <3.0.0"
Copy link

Choose a reason for hiding this comment

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

We just published the stable release of stream_transform. It'll be picked up by a fresh pub get.

@nex3 – if you restart the tests here, we can confirm it's picked up on the Dart dev builds to ensure nothing is broken.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I rebased the branch on top of master so the tests got restared as well. The new stable stream_transform was picked and it seems that everything works fine.

Copy link

Choose a reason for hiding this comment

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

@nex3 ?

@Awjin
Copy link
Contributor

Awjin commented Feb 10, 2021

LGTM, thanks.

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.

None yet

4 participants