Skip to content

Conversation

@jvieyras
Copy link

…moved.

All tests pass now.

@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #13 (a0b840f) into main (3aeac1c) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   95.24%   95.30%   +0.06%     
==========================================
  Files           9        9              
  Lines         463      469       +6     
==========================================
+ Hits          441      447       +6     
  Misses         22       22              
Impacted Files Coverage Δ
src/write.jl 90.35% <100.00%> (+0.53%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

mktempdir() do tmpdir
cd(tmpdir)
tmpdir = mktempdir()
cd(tmpdir) do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice :)

EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pkg can be removed then?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haven't fully removed p7zip_jll usage yet, just the minimum to make the tests pass.

using ZipFile
using DataStructures

import Tables
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At line 11, we can remove import Pkg.PlatformEngines: exe7z ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haven't fully removed p7zip_jll usage yet, just the minimum to make the tests pass.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with ZipFile though, you don't need to write files to disk, but would need to rethink a bit more of the structure of the code.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's leave this idea for another version. We could leave this PR open for now, or open an issue instead.

@matthijscox-asml
Copy link
Member

We switched to ZipArchives.jl in #31, so closing this PR

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.

3 participants