▲ | bbor 3 days ago | |||||||
Thanks for the specifics, really fascinating list! I'm sure I'm being a bit flippant, but it's pretty funny that a list including the Playstation 1, N64, and Apple Watches is in the same conversation as systems that need to compile git from source. Anyone know of anything on that list with more than a thousand SWE-coded users? Presumably there's at least one or two for those in the know? | ||||||||
▲ | 3036e4 3 days ago | parent | next [-] | |||||||
What I like about seeing a project support a long list of totally irrelevant old obscure platforms (like Free Pascal does, and probably GCC) is that it gives some hope that they will support some future obscure platform that I may care about. It shows a sign of good engineering culture. If a project supports only 64-bit arm+x86 on the three currently most popular operating systems that is a red flag for future compatibility risks. | ||||||||
| ||||||||
▲ | whalee 3 days ago | parent | prev | next [-] | |||||||
I don't think the concern is whether a user can compile git from source on said platform, but rather whether the rust standard lib is well supported on said platform, which is required for cross compiling. | ||||||||
▲ | loeg 3 days ago | parent | prev [-] | |||||||
In practice, the only systems any significant number of people care about running Git on are arm64 and x86-64, and those are very well supported. |