summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2024-07-25 15:20:38 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2024-07-25 15:20:47 -0600
commitb2d88d41e70c93a4cf8fbe8ab20834a854a7a58a (patch)
treed74970a41014e0210c2c56fab43ce3921aac7c25 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent7208220b63aac7dfa4df42340ef1a6fb6c36be42 (diff)
vala: remove unconditional work around for clang 16 function pointer errors
Hook accumulates the flag over sereval executions as observed in: - https://github.com/NixOS/nixpkgs/issues/301592 - https://github.com/NixOS/nixpkgs/pull/252484#issuecomment-2089095268 Since this has been committed, gcc started emitting a warning on `-Wno-incompatible-function-poniter-types` being an unrecognized flag and additionally upstream vala added its own meassure to reduce these new pointer errors to warnings in its generated sources. https://gitlab.gnome.org/GNOME/vala/-/commit/23ec71b1a5c4cead3d1bdac82e184d0a63fa7b79 Which is part of the current release branch (https://gitlab.gnome.org/GNOME/vala/-/commits/0.56?ref_type=heads) and released on 0.56.15 ``` Vala 0.56.15 ============ * Various improvements and bug fixes: - codegen: ... + Emit diagnostic pragmas for GCC 14, Clang 16 compatibility [#1408] ``` https://gitlab.gnome.org/GNOME/vala/-/merge_requests/369
Diffstat (limited to 'pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch')
0 files changed, 0 insertions, 0 deletions