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

Make XLSXFile a class, not a struct #100

Merged
merged 2 commits into from
Apr 5, 2020
Merged

Conversation

MaxDesiatov
Copy link
Collaborator

@MaxDesiatov MaxDesiatov commented Apr 5, 2020

XLSXFile has a reference property of the Archive type, which is a class that represents an archive file handle. It would make sense to make XLSXFile a class to reflect its reference semantic.

@MaxDesiatov MaxDesiatov added the enhancement New feature or request label Apr 5, 2020
@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

Merging #100 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files           8        8           
  Lines         267      267           
=======================================
  Hits          262      262           
  Misses          5        5           
Impacted Files Coverage Δ
Sources/CoreXLSX/XLSXFile.swift 97.24% <ø> (ø)

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 b58b2ce...7610370. Read the comment docs.

@MaxDesiatov MaxDesiatov merged commit cdaf991 into master Apr 5, 2020
@MaxDesiatov MaxDesiatov deleted the xlsxfile-reference-type branch April 5, 2020 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant