Re: Six not properly documented patches for ntpviz

2025-07-02 Thread Richard Laager via devel
NAK on 0001-ntpviz-Make-some-conditionals-Yoda-style.patch and the similar part of the change in 0001-ntpviz-correct-usaage-for-no-os.errno-ever.patch. That style is not common in Python, as it is unnecessary. Python does not allow "if x = y", so you cannot make the mistake that style prohibits

Re: Six not properly documented patches for ntpviz

2025-07-02 Thread James Browning via devel
On Tuesday, July 1, 2025 8:11:13 PM Pacific Daylight Time Gary E. Miller via devel wrote: > Yo James! > > On Tue, 01 Jul 2025 16:23:37 -0700 > > James Browning via devel wrote: > >is They should apply in any order. > > Please make these Merge Requests. Unmodified no. I have too many merge req

Re: Six not properly documented patches for ntpviz

2025-07-01 Thread Gary E. Miller via devel
Yo James! On Tue, 01 Jul 2025 16:23:37 -0700 James Browning via devel wrote: >is They should apply in any order. Please make these Merge Requests. RGDS GARY --- Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend,

Six not properly documented patches for ntpviz

2025-07-01 Thread James Browning via devel
They should apply in any order.>From 223d51f05069c6ff888db8f35e1d402894245b9d Mon Sep 17 00:00:00 2001 From: James Browning Date: Tue, 1 Jul 2025 12:21:26 -0700 Subject: [PATCH] ntpviz: Adjust some white space. --- ntpclients/ntpviz.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)