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

fix(manifest): Correct Supported Platforms #107

Merged
merged 2 commits into from Jul 4, 2019
Merged

fix(manifest): Correct Supported Platforms #107

merged 2 commits into from Jul 4, 2019

Conversation

sleepdefic1t
Copy link
Contributor

As reported by @yhyuan in #104,
the current library manifest uses a wildcard * for the platforms value signifying that it supports all platforms.

This is incorrect as the Cpp SDK's only officially support the espressif8266 & espressif32 platforms.

This PR corrects that discrepancy.

What kind of change does this PR introduce?

  • Other, please describe:

Affects external package manager library manifest

Does this PR introduce a breaking change?

  • Yes
  • No

Does this PR release a new version?

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • It's submitted to the develop branch, not the master branch
  • All tests are passing
  • [n/a] New/updated tests are included

The current library manifest uses a wildcard `*` for the `platforms` value incorrectly signifying that it supports all platforms.

This is incorrect as the Cpp SDK's only officially support the espressif8266 & espressif32 platforms.

This PR corrects this discrepancy.
@ghost ghost added Complexity: Low Less than 64 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour. labels Jul 2, 2019
@codecov-io
Copy link

Codecov Report

Merging #107 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #107   +/-   ##
========================================
  Coverage    91.52%   91.52%           
========================================
  Files           30       30           
  Lines          861      861           
========================================
  Hits           788      788           
  Misses          73       73

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00575f7...ac57f7a. Read the comment docs.

@faustbrian faustbrian merged commit 56864e0 into ArkEcosystemArchive:develop Jul 4, 2019
@sleepdefic1t sleepdefic1t deleted the fix(manifest)/correct-supported-platforms branch July 4, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Low Less than 64 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants