sigh ... i get a bit fed up explaining to 'LilyPond programmers' who know more
than I do about the exact patch testing method - it is all documented, I didn't
come up with it, I just follow what I was told and have been doing ever since.
I've repeated this over and over many times on many trackers but here goes
(again).
I do the following
~~~
./autogen.sh --no configure
mkdir build
cd build
../configure --disable-optimising
make -j7 CPU_COUNT=7
make -j7 CPU_COUNT=7 test-baseline
cd ..
git apply --index [path to diff]
cd build
make clean
make -j7 CPU_COUNT=7
make -j7 CPU_COUNT=7 check
make -j7 CPU_COUNT=7 doc
~~~
clear?
---
** [issues:#5564] Fix conversion warnings in beaming code**
**Status:** Started
**Created:** Wed Oct 02, 2019 02:50 AM UTC by Dan Eble
**Last Updated:** Thu Oct 10, 2019 12:39 AM UTC
**Owner:** pkx166h
Fix conversion warnings in beaming code
Changes include preserving sizes and indices as vsize types and adding
explicit static casts. Warnings were reported by g++ 9.2.1 on x86_64.
http://codereview.appspot.com/553010043
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto