-
Notifications
You must be signed in to change notification settings - Fork 282
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
exifprint_lint #1738
exifprint_lint #1738
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1738 +/- ##
==========================================
+ Coverage 66.85% 66.89% +0.03%
==========================================
Files 151 151
Lines 20729 20754 +25
==========================================
+ Hits 13858 13883 +25
Misses 6871 6871
Continue to review full report at Codecov.
|
@clanmills thanks for sharing this feature, cool stuff! 👍 There seems to be a problem with the new test on the WIN platforms though... |
@hassec Thanks for looking at this. I've fixed the python test script to run via cmd.exe on Windows and via bash on other platforms. |
@@ -33,7 +33,9 @@ if ( MINGW OR UNIX OR MSYS ) # MINGW, Linux, APPLE, CYGWIN | |||
if (COMPILER_IS_GCC OR COMPILER_IS_CLANG) | |||
# This fails under Fedora - MinGW - Gcc 8.3 | |||
if (NOT (MINGW OR CYGWIN OR CMAKE_HOST_SOLARIS)) | |||
if (NOT APPLE) # Don't know why this isn't working correctly on Apple with M1 processor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clanmills is this maybe worth tracking in an issue?
Also didn't this now disable -fstack-clash-protection
for all Apple machine? e.g. also for the normal x86 platforms?
$ exifprint --lint path
I still have to: