go-exiftool icon indicating copy to clipboard operation
go-exiftool copied to clipboard

Using exec.Cmd pipes for stdout and stderr which don't deadlock and a…

Open agorman opened this issue 2 years ago • 5 comments

…re closed properly by call to wait

This would solve #68. I haven't fixed the failing tests yet and wanted to get your opinion.

Thanks!

agorman avatar May 28 '23 00:05 agorman

@barasher any thoughts on this?

agorman avatar Jun 19 '23 18:06 agorman

Codecov Report

Patch coverage: 50.00% and project coverage change: -1.35 :warning:

Comparison is base (b9a9a53) 80.80% compared to head (97132af) 79.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   80.80%   79.46%   -1.35%     
==========================================
  Files           2        2              
  Lines         297      297              
==========================================
- Hits          240      236       -4     
- Misses         40       42       +2     
- Partials       17       19       +2     
Impacted Files Coverage Δ
exiftool.go 70.95% <50.00%> (-1.91%) :arrow_down:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Jun 20 '23 21:06 codecov-commenter

I'm so sorry @agorman, I really did not have time to check it yet. I'm running out of time these last week's but it should be better in one or two weeks. I do not forget this PR.

barasher avatar Jul 04 '23 06:07 barasher

@barasher thanks for the update. I'm not in a big hurry on this so don't stress about it. When you have some extra time take a look.

Thanks!

agorman avatar Jul 04 '23 17:07 agorman

@barasher bump :)

agorman avatar Nov 10 '23 00:11 agorman