msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
285 stars 38 forks source link

Why are UCRT64 and CLANG64 "experimental"? #270

Closed oscarbenjamin closed 1 year ago

oscarbenjamin commented 1 year ago

The README shows that msystem can be set to ucrt64 or clang64 but the comments in the examples describe those as being experimental.

It seems that these options were added over a year ago (https://github.com/msys2/setup-msys2/issues/125, #130) so are they still considered to be experimental?

lazka commented 1 year ago

Those notes can probably removed now, thanks.

They still have way less users compared to the old environments, but they should just work.

kmilos commented 1 year ago

Also, shouldn't the default msystem now be ucrt64?

lazka commented 1 year ago

Also, shouldn't the default msystem now be ucrt64?

that would be a breaking change, since the users will install packages for the selected environment only

kmilos commented 1 year ago

Makes sense... So, for v3 then?

lazka commented 1 year ago

yeah