-
Notifications
You must be signed in to change notification settings - Fork 123
Fujifilm X-A20 support #610
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #610 +/- ##
========================================
Coverage 59.19% 59.19%
========================================
Files 251 251
Lines 14869 14869
Branches 2001 2001
========================================
Hits 8801 8801
Misses 5952 5952
Partials 116 116
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you for looking into this. The thing is, i really don't want to add explicit support for something, |
Well, that's how I started... ;) |
I'm sorry, i'm failing to comprehend the meaning. |
I was going to add this one as "unknown-no-samples", but then I figured it is sort of supported (not entirely unknown). As I mentioned in the discussion way before, I don't really see any difference between "no-samples" and "unknown-no-samples" in the darktable UI, the warning message is the same in the current implementation. Perhaps it'll come in the future... I'll change the PR anyway. |
Right, i'm not arguing with that. I'm sure it works with the entry added.
Is that with submodule updated, or just edited |
Good point, I'll retest when I get a chance. |
Note that i suspect you'll need to update black level copying code in |
Hm, it fails building as a dt subproject even before getting to
I guess I need to sync up some of the dt cmake modules as well? |
Huh, that makes no sense. You have removed the build directory first, right? |
Yep... It's almost as if the system |
I just tried locally, and it works fine for me. |
Windows? Could be because it can't tel between "Cpuid.h" and <cpuid.h>? But why when it's only as subproject and not standalone? |
None of that stuff has been touched for a while now. |
FWIW, if i rename |
Yep, no problem if I go back on dt master w/
|
Well, can you |
Can try when I get another chance. |
Supposedly Windows dt build didn't like c2a68bb
|
Right. That kind of makes sense i suppose. |
For some reason `<cpuid.h>` first searches in current directory, just like it's `""` form, and after c2a68bb, `Cpuid.h` is in the current directory of the compiler for `Cpuid.cpp`, which results in wrong file being included (global `<cpuid.h>` not being included) darktable-org#610 (comment)
With your |
Note to self: reopen PR before making changes to the branch. 🤦 |
Yup, github is best, isn't it? |
It's not just a permission issue, I really have to create a new one? |
It's not a permission issue, i regularly hit that too. |
Haven't actually used the new "unknown-no-samples" tag (as first planned) because it is basically the same as the supported X-A10.