Conversation
44cd496 to
7955c02
Compare
|
I can’t see what’s wrong in the checks that didn’t pass :-/ |
You cannot declare a local variable inside the |
7955c02 to
4744350
Compare
|
Thanks! I did a search on |
|
search for |
4744350 to
74dc5a5
Compare
TurboGit
left a comment
There was a problem hiding this comment.
Please separate the different changes on separate commits. The PR is about signal and this is only covered by changes in tagging.c.
When hitting Return or Escape when completion list is visible, both `_lib_tagging_tag_destroy` hooked by https://github.com/darktable-org/darktable/blob/733a44142ae373a85f3dc1b342d92de725d8caa3/src/libs/tagging.c#L3973 and https://github.com/darktable-org/darktable/blob/733a44142ae373a85f3dc1b342d92de725d8caa3/src/libs/tagging.c#L3876 boith got called and destroys twice the floating window unhook the signal on Return and Escape to avoid that
74dc5a5 to
accfaf9
Compare
|
@Geobert : I'll see if I can rebase from GitHub, but please remember to never merge master into your topic branch. The policy on Darktable is to rebase when needed. |
|
I though I did a rebase… After all these years as a dev, I still suck at git x) |
|
Manually merged with conflict resolution. |
Summary
When hitting Return or Escape when completion list is visible, both
_lib_tagging_tag_destroyhooked bydarktable/src/libs/tagging.c
Line 3973 in 733a441
and
darktable/src/libs/tagging.c
Line 3876 in 733a441
boith got called and destroys twice the floating window
unhook the signal on Return and Escape to avoid that
fix in the flake.nix to allow build on NixOS unstable
fix in the build.sh to be compatible with more Linux distrib (NixOS)
Referenced issue
Fixes #20919
Checklist
coding style.
own.
src/tests/integration/where thepixelpipe is touched, or
darktable-clias a headless smoke test._(), new preferences are registered indata/darktableconfig.xml.in.RELEASE_NOTES.mdentry was added.Test instructions
Was crashing with the procedure described in #20919 and not crashing anymore
AI assistance
None