-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deprecate Intel Mac #891
Deprecate Intel Mac #891
Conversation
1. For development, one of | ||
1. x86-compatible systems running a modern Linux or Windows operating system. | ||
2. ARM-based Macintosh systems running MacOS 11 or above. | ||
3. Deprecated: Intel-based Macintosh systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated
is relatively unspecific. It could mean that it's supported for 2.10 but not 2.11 or not 3.x etc. So I would be explicit and say "Unsupported".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm. This was prompted because Intel Mac machines are no longer supported and build systems are deprecating Intel Mac builds.
So, in this context, I suggest 'deprecated' means "don't count on it being supported forever., even as a patch release for the 2.10 version" For example, if all of our Mac Intel build machines die then we won't be creating any more Intel Mac binaries regardless of the version. More concretely, if there is a critical security bug in a dependency, we will not be able to create a patch release for the Intel Mac.
"Deprecated" seems to be the industry term for this. Given the above, how would you rephrase it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm with Curtis here. Unsupported suggests that if you file a support ticket on Intel Mac on 2.10 we'll just say "no". That's not what will happen. In reality, if we get a support ticket on Intel Mac and we can no longer reasonably fix things for Intel Mac because neither Apple nor other vendors/dependency are available anymore, the solution we'll offer is to move to new hardware.
Co-authored-by: carrielaben-da <[email protected]>
Co-authored-by: carrielaben-da <[email protected]>
No description provided.