thingsiplay@beehaw.org
on 26 May 16:33
nextcollapse
As an Open Source and Linux fan, this is a little bit sour news. I don’t know how this impacts real world. For anyone who does cross compile Windows apps from Linux, does this affect in any way? Article says it won’t. So Tier 2 only means how much of bug testing and development is devoted to it, right?
KillTheMule@programming.dev
on 26 May 17:51
nextcollapse
And it really only concerns a certain subset - 32bit applications compiled with the gnu toolchain. I’m glad they keep the workload in check this way.
BartyDeCanter@lemmy.sdf.org
on 26 May 22:13
collapse
It only affects people who are cross compiling for 32-bit Windows from Linux. Considering that the last 32 bit only x86 CPU came out over 20 years ago, I bet you can count the number of people who will be affected by this on one hand.
LeFantome@programming.dev
on 27 May 15:37
collapse
32 bit Windows is probably no big loss. The real headline is this:
“The *-windows-gnu targets currently do not have any dedicated target maintainers. We do not have a lot of expertise for this toolchain, and issues often aren’t fixed and cause problems in CI that we have a hard time to debug.”
That means 64 bit Windows support as well. That is a pretty big deal. How is it possible that Microsoft uses Rust in Windows now and yet there are no Windows maintainers? Isn’t their new Edit written in Rust too?
This is where is shake my head at corporate support. Microsoft has 200,000 employees. They cannot spare one for Rust?
bitcrafter@programming.dev
on 27 May 16:41
collapse
Only the GNU-based targets are being demoted, not the MSVC-based ones.
bitcrafter@programming.dev
on 28 May 15:04
collapse
Sure, but the comment I was responding to seemed to be operating under the misunderstanding that there were no Windows maintainers at all, rather than just no maintainers for the GNU toolchain. In particular, the following remark gives the impression that they believe that no one at Microsoft is supporting Rust on Windows at all:
This is where is shake my head at corporate support. Microsoft has 200,000 employees. They cannot spare one for Rust?
jenesaisquoi@feddit.org
on 28 May 16:25
nextcollapse
Right. My mistake.
LeFantome@programming.dev
on 31 May 19:38
collapse
threaded - newest
As an Open Source and Linux fan, this is a little bit sour news. I don’t know how this impacts real world. For anyone who does cross compile Windows apps from Linux, does this affect in any way? Article says it won’t. So Tier 2 only means how much of bug testing and development is devoted to it, right?
And it really only concerns a certain subset - 32bit applications compiled with the gnu toolchain. I’m glad they keep the workload in check this way.
It only affects people who are cross compiling for 32-bit Windows from Linux. Considering that the last 32 bit only x86 CPU came out over 20 years ago, I bet you can count the number of people who will be affected by this on one hand.
32 bit Windows is probably no big loss. The real headline is this:
“The
*-windows-gnu
targets currently do not have any dedicated target maintainers. We do not have a lot of expertise for this toolchain, and issues often aren’t fixed and cause problems in CI that we have a hard time to debug.”That means 64 bit Windows support as well. That is a pretty big deal. How is it possible that Microsoft uses Rust in Windows now and yet there are no Windows maintainers? Isn’t their new Edit written in Rust too?
This is where is shake my head at corporate support. Microsoft has 200,000 employees. They cannot spare one for Rust?
Only the GNU-based targets are being demoted, not the MSVC-based ones.
Yeah, but those are the not-annoying ones. I don’t care to spend 10 days installing 10 versions of the “Microsoft©® C++ Redistributable” or whatever it is called and 25 KBs in the right order with reboots in between on slowdows just to get a fucking compiler in CI. Compare this with a 5 second apt-get install mingw-gcc and done.
Sure, but the comment I was responding to seemed to be operating under the misunderstanding that there were no Windows maintainers at all, rather than just no maintainers for the GNU toolchain. In particular, the following remark gives the impression that they believe that no one at Microsoft is supporting Rust on Windows at all:
Right. My mistake.
I did misunderstand. Thank you.