sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.96k stars 360 forks source link

Use thread-safe writeln in dart-sdk 3.3 #2206

Closed ntkme closed 7 months ago

ntkme commented 7 months ago

The thread safety issue of writeln has been fixed in https://github.com/dart-lang/sdk/commit/1d3d819ecfa2000ed11a137f5ee80df5bb687819, which is in dart-sdk >3.3.0.

ntkme commented 7 months ago

Unfortunately, dart-sdk only fixed thread-safety issue with print, but not writeln: https://github.com/dart-lang/sdk/issues/55345