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

remove Windows (C#) support #264

Merged
merged 15 commits into from
Mar 2, 2020
Merged

Conversation

brody4hire
Copy link
Owner

@brody4hire brody4hire commented Mar 2, 2020

updated:

Windows is no longer supported for reasons discussed in #23 & #43

Moving the existing Windows C# template into unsupported-platforms, will continue to be validated by the test suite for now (at least).

Moving "unsupported-platforms" tests very carefully to preserve the test coverage while avoiding excess test snapshot churn in the git history.

Removing the uuid package dependency which is no longer needed (unless it is used for a supported platform again, someday).

Further discussion would be welcome in a new issue on GitHub.

npm test ok
✅ able to generate library module with an example, tested on Android & iOS
✅ able to generate view module with an example, tested on Android & iOS

closes #23
closes #43

@brody4hire brody4hire self-assigned this Mar 2, 2020
README.md Outdated Show resolved Hide resolved
@brody4hire brody4hire force-pushed the remove-windows-platform-support branch from ffb42ee to d99e4a4 Compare March 2, 2020 05:15
@brody4hire brody4hire changed the title remove Windows platform support [WIP] remove Windows platform support Mar 2, 2020
@brody4hire brody4hire changed the title [WIP] remove Windows platform support [WIP] remove Windows [.NET] platform support Mar 2, 2020
@brody4hire brody4hire changed the title [WIP] remove Windows [.NET] platform support [WIP] remove Windows [CSharp] platform support Mar 2, 2020
@brody4hire brody4hire changed the title [WIP] remove Windows [CSharp] platform support [WIP] remove Windows [C#] support Mar 2, 2020
Christopher J. Brody added 13 commits March 2, 2020 11:36
OVERVIEW:

Windows is no longer supported for reasons discussed in #23 & #43

Moving the existing Windows C# template into `unsupported-platforms`,
will continue to be validated by the test suite for now (at least).

Removing the `uuid` package dependency which is no longer needed
(unless it is used for a supported platform again, someday).

Further discussion would be welcome *in a new issue* on GitHub.
@brody4hire brody4hire changed the title [WIP] remove Windows [C#] support remove Windows (C#) support Mar 2, 2020
@brody4hire brody4hire force-pushed the remove-windows-platform-support branch from 1db3d55 to ce7f07b Compare March 2, 2020 17:50
Christopher J. Brody added 2 commits March 2, 2020 13:04
which is no longer needed now that Windows platform support is gone

as discovered through mutation testing using Stryker Mutator
moving "unsupported-platforms" tests very carefully to preserve the
test coverage while avoiding excess test snapshot churn in the git
history
@brody4hire brody4hire merged commit 0de40fa into master Mar 2, 2020
@brody4hire brody4hire deleted the remove-windows-platform-support branch March 2, 2020 19:53
@brody4hire
Copy link
Owner Author

Merged with the additional update notes from 8194252 edited & combined with the general change notes from ddd6c21, along with some other minor updates to the combined commit message.

brody4hire pushed a commit that referenced this pull request Mar 3, 2020
followup to 0de40fa - remove Windows (C#) support (PR #264)

namespace parameter is commented out for now, at least

removed from library API since Windows platform is no longer supported

Note that it should be possible to add Windows platform support
and support the namespace parameter at some point in the future.
brody4hire pushed a commit that referenced this pull request Mar 3, 2020
followup to 0de40fa - remove Windows (C#) support (PR #264)

extra namespace parameter no longer needed was discovered through
mutation testing using Stryker Mutator (as reported in issue #274)

namespace parameter is commented out for now, at least

removed from library API since Windows platform is no longer supported

Note that it should be possible to add Windows platform support
and support the namespace parameter at some point in the future.
brody4hire pushed a commit that referenced this pull request Mar 3, 2020
* remove library API support for namespace

followup to 0de40fa - remove Windows (C#) support (PR #264)

extra namespace parameter no longer needed was discovered through
mutation testing using Stryker Mutator (as reported in issue #274)

namespace parameter is commented out for now, at least

removed from library API since Windows platform is no longer supported

Note that it should be possible to add Windows platform support
and support the namespace parameter at some point in the future.

* update a related comment

* add another blank line to the affected code

* update an error logging test snapshot
brody4hire pushed a commit that referenced this pull request May 3, 2020
remove `platforms` argument no longer needed
since dropping Windows (.NET) support in:
0de40fa

(this should have been done as part of PR #264)
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.

[TBD] Windows platform support to be fixed or not Known issues with out-of-tree Windows platform support
1 participant