amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Adds clarification about the relationship between AnyElement and Ion-typed *Element interfaces #75

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

Fixes #55

Description of changes:

Small addition to make an implicit part of the AnyElement contract more explicit.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 years ago

Codecov Report

Merging #75 (a0f8b18) into master (57313e2) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #75   +/-   ##
=========================================
  Coverage     88.54%   88.54%           
  Complexity      452      452           
=========================================
  Files            29       29           
  Lines           812      812           
  Branches         70       70           
=========================================
  Hits            719      719           
  Misses           62       62           
  Partials         31       31           

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 57313e2...a0f8b18. Read the comment docs.