[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-19 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- **labels**: --> Fixed_2_21_1 - **status**: Started --> Fixed - **Patch**: push --> - **Comment**: ~~~ commit d48d79b52c28cf9c82d088b2fdf8edbf452d6f94 Author: Han-Wen Nienhuys AuthorDate: Mon Apr 13 18:36:46 2020 +0200 Commit: Han-Wen Nienhuys CommitDate: Sun Apr 19 09:59:34 2020

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-19 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- **Patch**: countdown --> push - **Comment**: Patch counted down - please push. --- ** [issues:#5904] Optimize get_path_list.** **Status:** Started **Created:** Mon Apr 13, 2020 04:36 PM UTC by Han-Wen Nienhuys **Last Updated:** Fri Apr 17, 2020 08:32 AM UTC **Owner:** Han-Wen Nienhuys It

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-17 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- **Patch**: review --> countdown - **Comment**: Patch on countdown for April 19th (is it worth a new tracker for the 'I'm going to pass on ... ' issue?) --- ** [issues:#5904] Optimize get_path_list.** **Status:** Started **Created:** Mon Apr 13, 2020 04:36 PM UTC by Han-Wen Nienhuys

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-14 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- Description has changed: Diff: - **Needs**: --> - **Patch**: new --> review - **Type**: --> - **Comment**: Passes make, make check and a full make doc. --- ** [issues:#5904] Optimize get_path_list.** **Status:** Started **Created:** Mon Apr 13, 2020 04:36 PM UTC by

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-13 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
dak https://codereview.appspot.com/579570043 --- ** [issues:#5904] Optimize get_path_list.** **Status:** Started **Created:** Mon Apr 13, 2020 04:36 PM UTC by Han-Wen Nienhuys **Last Updated:** Mon Apr 13, 2020 07:12 PM UTC **Owner:** Han-Wen Nienhuys It constructed a list just call memv()

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.

2020-04-13 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
--- ** [issues:#5904] Optimize get_path_list.** **Status:** Started **Created:** Mon Apr 13, 2020 04:36 PM UTC by Han-Wen Nienhuys **Last Updated:** Mon Apr 13, 2020 04:36 PM UTC **Owner:** nobody It constructed a list just call memv() on it. Memv does the hare algorithm, so it's also