GNU bug report logs -
#35464
[PATCH] Refactor update_window_begin and update_window_end hooks
Previous Next
Reported by: Alex Gramiak <agrambot <at> gmail.com>
Date: Sat, 27 Apr 2019 21:45:03 UTC
Severity: normal
Tags: patch
Merged with 35463
Done: Alex Gramiak <agrambot <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #24 received at 35464 <at> debbugs.gnu.org (full text, mbox):
> From: Alex Gramiak <agrambot <at> gmail.com>
> Cc: 35464 <at> debbugs.gnu.org
> Date: Thu, 02 May 2019 23:10:41 -0600
>
> I have another change that I don't think is worth a new bug report,
> which is refactoring scroll_run_hook in a similar way. Is it okay to
> apply it?
I'm not sure this is a change for the best. scroll_run is already a
frame-specific method; just because its 3 implementations are similar
in some of their parts doesn't yet mean _all_ possible implementations
will be that way. Suppose the NS implementation needs to change for
some reason, or the TTY case needs to use this -- what do we do then?
move the code back to *term.[cm]?
The change also splits the code's logic into 2 parts in 2 different
places, another minus in my book.
This also adds an ifdef where currently there is none, which is an
additional small disadvantage.
Bottom line: I think this does not have enough significant advantages
to change the current code.
Thanks.
This bug report was last modified 6 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.