[Github-comments] [geany/geany] Various fixes reported in #1876 (#1878)
Colomban Wendling
notifications at xxxxx
Fri Jun 15 21:07:32 UTC 2018
Addresses relevant issues mentioned in #1876. I didn't care about several "dead assignments", because they are initial values for variables, or make mirrors similar logic in the same function (like successive calls moving a pointer, I left the last one storing the move even if it's not (currently) used afterward), etc.
**:warning: WARNING :warning:** The Perl change should be checked by a Perl person, I don't really know if it actually makes sense to report this differently. Also, should be upstreamed if relevant. BTW, I can move this out of this PR.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1878
-- Commit Summary --
* Report subroutine declarations as such
* Add a sanity check on the Save As callback
* Remove an unnecessary local variable
* Remove unused parameter
-- File Changes --
M ctags/parsers/perl.c (1)
M src/dialogs.c (1)
M src/editor.c (15)
M src/editor.h (2)
M src/keybindings.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/1878.patch
https://github.com/geany/geany/pull/1878.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1878
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180615/efe7faea/attachment.html>
More information about the Github-comments
mailing list