Re: [PATCH] Avoid some C++ comparisons of SCM values

2016-04-21 Thread James Lowe
David On 20/04/16 13:54, David Kastrup wrote: --- lily/axis-group-interface.cc | 2 +- lily/output-def-scheme.cc| 4 ++-- lily/scheme-engraver.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index

Re: [PATCH] Avoid some C++ comparisons of SCM values

2016-04-20 Thread David Kastrup
This is a minor patch sent to the developer list since my upload.py (part of git-cl) stopped working in the course of updating Ubuntu to version 16.04. It seems to be related with urllib2/urllib3 but so far I have found no information making it easy for me to get this back to working. upload.py

[PATCH] Avoid some C++ comparisons of SCM values

2016-04-20 Thread David Kastrup
--- lily/axis-group-interface.cc | 2 +- lily/output-def-scheme.cc| 4 ++-- lily/scheme-engraver.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index 5252028..38a193c 100644 --- a/lily/axis-group-interf