Skip to content
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

[DO NOT MERGE] Support for unknown platforms names #87

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sofiaromorales
Copy link
Contributor

@sofiaromorales sofiaromorales commented Oct 11, 2024

Bug/issue #, if applicable: 112033286

Summary

Removed Unsupported OS string from unknown platforms

This change removes the addition of the string Unsupported OS: to platform names that are not considered as known platforms. Known platforms are apple platforms + Linux.

DocC can be used to document other codebases with different platforms outside of the initial ecosystem use case. Having this string was making Symbolkit platform name logic incompatible for all this other documentation use cases.

rdar://112033286

Dependencies

N/A

Testing

Review unit tests.

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

  • Added tests
  • Ran the ./bin/test script and it succeeded
  • Updated documentation if necessary

    This change removes the addition of the string `Unsupported OS:` to platform names that are not considered as known platforms. Known platforms are apple platforms + Linux.

    DocC is being used to document REST APIs and other codebases outside of the initial ecosystem use case. Having this string was makig Symbolkit incompatible for all this other documentation use cases.

rdar://112033286
@sofiaromorales sofiaromorales changed the title Support for unknown platforms names [DO NOT MERGE] Support for unknown platforms names Oct 11, 2024
@QuietMisdreavus
Copy link
Contributor

@swift-ci Please test

@QuietMisdreavus
Copy link
Contributor

If this shouldn't be merged yet, the PR should be marked as a draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants