Commit e7ef83d
committed
musicdiff verson 3.1.0
Squashed commit of the following:
commit 082377f
Author: Greg Chapman <[email protected]>
Date: Thu Mar 7 11:25:53 2024 -0800
Prepare for 3.1.0 release.
commit 86ef128
Author: Greg Chapman <[email protected]>
Date: Wed Mar 6 17:12:52 2024 -0800
Back out the pitch diff change (_do_ compare accidental and ties for rests, we annotated them as "None" and False, respectively).
commit 9ee8a4c
Author: Greg Chapman <[email protected]>
Date: Wed Mar 6 16:02:43 2024 -0800
Lyrics is now part of AllObjects, not GeneralNotes.
commit ce262bd
Author: Greg Chapman <[email protected]>
Date: Wed Mar 6 15:25:14 2024 -0800
Fix a bunch of stuff noticed when running new MusicXML import vs MEI/Humdrum export tests.
Squashed commit of the following:
commit 9618f6f
Author: Greg Chapman <[email protected]>
Date: Wed Mar 6 14:38:25 2024 -0800
Don't compare accidentals or ties if one or both notes are actually rests.
commit 7c0ea3e
Author: Greg Chapman <[email protected]>
Date: Sat Mar 2 17:48:46 2024 -0800
Treat MetronomeMark with explicit number and no explicit text the same as one with no explicit number and explicit text saying "x = NNN" (where x is a SMUFL note code followed by 1-4 SMUFL dots). They are printed identically, so they are the same.
commit abc005d
Author: Greg Chapman <[email protected]>
Date: Sun Feb 25 12:11:59 2024 -0800
Be smarter about what is a playback-only MetronomeMark.
commit 15bb7df
Author: Greg Chapman <[email protected]>
Date: Sun Feb 25 11:46:21 2024 -0800
Ignore (as invisible) playback-only MetronomeMarks.
commit a183cd3
Author: Greg Chapman <[email protected]>
Date: Sun Jan 21 10:42:31 2024 -0800
Ignore empty lyrics.
commit 115543e
Author: Greg Chapman <[email protected]>
Date: Sat Jan 20 16:01:55 2024 -0800
For lyrics, ignore placement=='below' and justify=='left', as equivalent to not specifying.
commit bdffd48
Author: Greg Chapman <[email protected]>
Date: Sat Jan 20 15:42:38 2024 -0800
Improve lyric style comparison, improve absoluteY <-> placement assumptions.
commit d6d63fe
Author: Greg Chapman <[email protected]>
Date: Sat Jan 20 14:15:37 2024 -0800
Better comparison of lyrics; better comparison of style.absoluteY vs. style.placement.
commit 0852f1d
Author: Greg Chapman <[email protected]>
Date: Sat Jan 20 11:57:00 2024 -0800
Ignore any StaffGroup that contains all the parts, and has no symbol
and has no barThrough.
commit b4314c7
Author: Greg Chapman <[email protected]>
Date: Fri Jan 19 15:19:23 2024 -0800
Skip over non-realized ChordSymbols just like we do unsupported extras.
commit 0e2e7e3
Author: Greg Chapman <[email protected]>
Date: Fri Jan 19 15:13:04 2024 -0800
Compare general note offsets.
commit 00ef8b0
Author: Greg Chapman <[email protected]>
Date: Tue Jan 16 15:09:33 2024 -0800
Handle Grace vs Appoggiatura more carefully (MusicXML import creates GraceDurations that are accented).
commit cd47caf
Author: Greg Chapman <[email protected]>
Date: Sun Jan 14 17:16:31 2024 -0800
Oops, we do care about style.alignVertical.
commit 7ef1c32
Author: Greg Chapman <[email protected]>
Date: Sun Jan 14 17:03:20 2024 -0800
And we don't need the invisible notes fix, since they were already being removed.
commit ff4565c
Author: Greg Chapman <[email protected]>
Date: Sat Jan 13 16:25:39 2024 -0800
That last commit also ignores invisible notes during annotation.
commit 353a2f8
Author: Greg Chapman <[email protected]>
Date: Sat Jan 13 16:24:32 2024 -0800
Ignore more style stuff we don't do anything with yet.
commit b007ccc
Author: Greg Chapman <[email protected]>
Date: Thu Jan 11 15:07:59 2024 -0800
Ignore extraneous SystemLayout and PageLayouts.
commit f37d8a8
Author: Greg Chapman <[email protected]>
Date: Thu Jan 11 14:00:32 2024 -0800
During visualization check for existence of pitch attribute before looking at it.
commit 4046d50
Author: Greg Chapman <[email protected]>
Date: Thu Jan 11 13:01:06 2024 -0800
Ignore fontSize, and regularize how 'bold' is represented.
commit 4d263f5
Author: Greg Chapman <[email protected]>
Date: Thu Jan 11 12:27:18 2024 -0800
Consider lyric.syllabic == None and 'single' to be exactly the same.
commit 1e8083c
Author: Greg Chapman <[email protected]>
Date: Thu Jan 11 10:44:04 2024 -0800
Don't put style in lyric if it is empty (hasStyleInformation is not sufficient anymore).
commit ac98055
Author: Greg Chapman <[email protected]>
Date: Tue Jan 9 16:05:44 2024 -0800
Ignore note stemStyle.
commit 6c92d39
Author: Greg Chapman <[email protected]>
Date: Mon Jan 8 17:34:34 2024 -0800
Metadata: Contributor might not have any names. Deal with it.
commit 7ea8505
Author: Greg Chapman <[email protected]>
Date: Mon Jan 8 14:59:54 2024 -0800
MusicXML import often produces uninteresting style things (absX/absY/etc) that musicdiff should ignore.
commit 673fbce
Author: Greg Chapman <[email protected]>
Date: Fri Jan 5 15:17:49 2024 -0800
No specified barline is the same as normal barline (at start and end of measure, that is)
Ignore invisible ('none') barlines
Compare tuplet_info (num format/visibility, bracket visibility), not just tuplet (start/continue/stop)
Squashed commit of the following:
commit e7d9d24
Author: Greg Chapman <[email protected]>
Date: Thu Dec 28 15:34:00 2023 -0800
Only ignore regular barlines that are at start/end of measure. Do ignore hidden barlines.
commit 42dffce
Author: Greg Chapman <[email protected]>
Date: Thu Dec 28 12:16:09 2023 -0800
Improve comparison of tuplets (we were only comparing starts and stops, missing out on numbers, brackets, visibility, etc). Also, regularize treatment of regular and invisible barlines, and stop comparing offset of barline within a measure, since that is redundant with all the object durations within that measure.
commit 39dc387
Author: Greg Chapman <[email protected]>
Date: Thu Nov 30 11:31:20 2023 -0800
And one more py.typed.
commit 77fedeb
Author: Greg Chapman <[email protected]>
Date: Thu Nov 30 11:30:03 2023 -0800
Add py.typed so clients can use mypy.
commit a3a1f60
Author: Greg Chapman <[email protected]>
Date: Mon Nov 27 22:08:22 2023 -0800
Even more metadata keys to skip (because they are specific to one particular file).
commit 338d5b3
Author: Greg Chapman <[email protected]>
Date: Fri Nov 24 16:32:58 2023 -0800
Better annotation of metadata text. Also, ignore some metadata items.
commit 3a5bf4b
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 12:29:23 2023 -0800
Date in LICENSE wasn't right.
commit 2a7e62e
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 12:23:24 2023 -0800
Update docs again, to pick up new copyright years.
commit afc1633
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 12:22:28 2023 -0800
Update copyright years.
commit a07df54
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 12:18:12 2023 -0800
More last-minute tweaks.
commit 0631249
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 12:14:08 2023 -0800
Last tweaks for release 3.
commit 52bb06b
Author: Greg Chapman <[email protected]>
Date: Fri Nov 10 11:32:39 2023 -0800
Re-generated docs.
commit dd4e6d8
Author: Greg Chapman <[email protected]>
Date: Tue Nov 7 21:24:46 2023 -0800
Handle spanners whose end is not in the score (I've seen a few), by pretending the end element isn't there.
commit 21c7d7a
Author: Greg Chapman <[email protected]>
Date: Wed Oct 25 14:21:14 2023 -0700
Support comparison of metadata. Detail level is now bits ORed together.
Squashed commit of the following:
commit f51b59d
Author: Greg Chapman <[email protected]>
Date: Sat Oct 14 16:53:38 2023 -0700
Be judicious about Contributor and Text metadata annotations, so non-meaningful diffs don't show up.
commit 93e3ed5
Author: Greg Chapman <[email protected]>
Date: Sat Aug 26 11:38:34 2023 -0700
Check for metadata keys that start with 'raw:', 'meiraw:', 'humdrumraw:' more carefully ('raw:' in key is a bit cavalier).
commit cbf501f
Author: Greg Chapman <[email protected]>
Date: Tue Aug 22 14:49:27 2023 -0700
Don't compare metadata that is uninterestingly different (e.g. fileFormat and various verbatim transcriptions of format-specific metadata).
commit 20774c1
Author: Greg Chapman <[email protected]>
Date: Sun Aug 20 11:38:04 2023 -0700
Proper support (and doc) for new Metadata detail level. Full internal support for any combination of Detail bits.
commit 0f43bc1
Author: Greg Chapman <[email protected]>
Date: Sat Aug 19 16:25:44 2023 -0700
Don't compare meiraw:meiHead metadata... the differences are redundant.
commit 5856884
Author: Greg Chapman <[email protected]>
Date: Fri Aug 18 09:57:36 2023 -0700
Don't crash if there is no metadata in the score.
commit 0f2642a
Author: Greg Chapman <[email protected]>
Date: Thu Aug 17 17:40:37 2023 -0700
Sort metadata primitives by hand (music21 can't do it).
commit 1d63b75
Author: Greg Chapman <[email protected]>
Date: Thu Aug 17 16:36:53 2023 -0700
Don't compare metadata 'software' key; it's almost always different between two different versions of a score file.
commit 07e5042
Author: Greg Chapman <[email protected]>
Date: Sat Aug 12 16:12:11 2023 -0700
Compare metadata if detail & DetailLevel.Metadata != 0.
Includes some (but not all) of the necessary changes to make DetailLevel
a lot more flexible. What's missing is: full definitions of all the bits,
and command line support for the new options.
commit 1badb6a
Author: Greg Chapman <[email protected]>
Date: Sun Aug 6 12:55:42 2023 -0700
Squash merge of gregc/meiWriterStuff.
Squashed commit of the following:
commit c4970cf
Author: Greg Chapman <[email protected]>
Date: Sat Aug 5 12:55:55 2023 -0700
A fix to the new "ignore rest positions, but do all the rest of style" undocumented feature.
commit c3a7783
Author: Greg Chapman <[email protected]>
Date: Sat Aug 5 12:19:21 2023 -0700
Undocumented ability to disable rest position comparison (for use by converter21 tests that compare Humdrum import vs MEI import of verovio-converted Humdrum; verovio makes up rest positions for every rest that isn't explicitly positioned)
commit b097632
Author: Greg Chapman <[email protected]>
Date: Mon Jul 31 14:49:30 2023 -0700
If detail includes style, compare rest positioning.
No longer compare chord.tie, since it is simply a derivation of all the note.tie in the chord.
commit 30eb0a9
Author: Greg Chapman <[email protected]>
Date: Fri Jul 21 17:44:19 2023 -0700
When annotating RepeatBrackets, include .overrideDisplay if present.
commit 67e7fe6
Author: Greg Chapman <[email protected]>
Date: Sun Jul 9 10:47:58 2023 -0700
Finish up support for comparing bowed and fingered tremolos.
commit 676c783
Author: Greg Chapman <[email protected]>
Date: Fri Jun 16 10:52:29 2023 -0700
Update tests to (1) use converter21's converters, (2) adjust expectations for that, and (3) fix up some tie stuff to match new reality.
commit fb1c766
Author: Greg Chapman <[email protected]>
Date: Wed Jun 14 13:50:40 2023 -0700
Fix tie diff.
commit 1deca2e
Author: Greg Chapman <[email protected]>
Date: Mon May 29 16:30:54 2023 -0700
Don't crash if you see tuplet.type == 'startStop'.
commit 0ee87a2
Author: Greg Chapman <[email protected]>
Date: Mon May 29 13:45:50 2023 -0700
Lint.
commit cdfa9bd
Author: Greg Chapman <[email protected]>
Date: Mon May 29 13:29:09 2023 -0700
Compare StaffLayout.staffLines (e.g. 5) and staffLayout.staffSize (percent of normal).
commit ec533b1
Author: Greg Chapman <[email protected]>
Date: Sun May 28 16:23:50 2023 -0700
If diffing at Style level of detail, compare placement (above/below) of articulations and expressions.
commit d4c9182
Author: Greg Chapman <[email protected]>
Date: Wed May 10 08:43:02 2023 -0700
StaffGroup.symbol (brace, bracket, line, etc) should be considered style, not substance.
commit 58d226b
Author: Greg Chapman <[email protected]>
Date: Sun May 7 12:17:33 2023 -0700
Support comparison of StaffGroups.
Squashed commit of the following:
commit c0b7491
Author: Greg Chapman <[email protected]>
Date: Sun May 7 10:21:12 2023 -0700
AnnStaffGroups are in AllObjects (like AnnExtras)
commit 9934e79
Author: Greg Chapman <[email protected]>
Date: Tue May 2 15:20:56 2023 -0700
Stop trying to differentiate between Part and PartStaff. That's not a visible difference.
commit 2ef16d0
Author: Greg Chapman <[email protected]>
Date: Tue May 2 15:13:43 2023 -0700
Support comparison of StaffGroups, and differentiate between Parts and PartStaffs.
commit 21edc39
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 17:35:15 2023 -0700
Update tests to include the new AnnNote parameter tuplet_info (tuplet number/bracket visibility and placement).
commit e17a228
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 16:57:41 2023 -0700
Update dependencies: python 3.10, converter21 3.0.0, music21 v9.1.
commit 921d547
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 16:52:41 2023 -0700
Squashed commit of the following:
commit d897d39
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 14:10:13 2023 -0700
Fix a couple of introduced bugs.
commit 75182dd
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 13:57:53 2023 -0700
A bunch of new typing for mypy to think about.
commit 17dcd40
Author: Greg Chapman <[email protected]>
Date: Fri Apr 21 12:43:20 2023 -0700
Get pylint, mypy, flake8 all happy.
commit 237e41f
Author: Greg Chapman <[email protected]>
Date: Tue Apr 18 15:24:07 2023 -0700
Support comparison of ornament accidentals.
Squashed commit of the following:
commit d75e1a3
Author: Greg Chapman <[email protected]>
Date: Sat Apr 15 17:21:42 2023 -0700
Do proper annotation of InvertedMordent, too, not just Mordent.
commit f97099a
Author: Greg Chapman <[email protected]>
Date: Sat Apr 15 15:08:33 2023 -0700
Add expression_to_string so we only see ornament accidental names if the accidental is visible.
commit b45bf9f
Author: Greg Chapman <[email protected]>
Date: Mon Mar 27 19:59:24 2023 -0700
Undo some of that (match music21 changes).
commit 4be373e
Author: Greg Chapman <[email protected]>
Date: Sat Mar 25 16:32:24 2023 -0700
Custom name for Turn/Mordent/Trill that includes accidentals, but only those with displayStatus == True.
commit b7835fd
Author: Greg Chapman <[email protected]>
Date: Fri Mar 10 13:21:05 2023 -0800
Support comparison of tuplet visibility/format/placement (placement only if diffing with style).
commit 143edd1
Author: Greg Chapman <[email protected]>
Date: Sat Feb 11 10:35:28 2023 -0800
Support comparison of page breaks and system breaks (but only if AllObjectsWithStyle is requested).
commit e0b5a9e
Author: Greg Chapman <[email protected]>
Date: Fri Feb 10 13:03:49 2023 -0800
Support for Ottavas (filling and transposition), and delayed turns.
Squashed commit of the following:
commit a00f0de
Author: Greg Chapman <[email protected]>
Date: Tue Feb 7 14:59:56 2023 -0800
Support delayed vs non-delayed turns. No actual code changes necessary yet, since if music21 supports them, the turn.name will reflect the delay (and thus be incorporated into the diff).
commit 3f53d2f
Author: Greg Chapman <[email protected]>
Date: Fri Feb 3 13:19:37 2023 -0800
Preserve accidental display status when transposing to written pitch.
commit 888e3d8
Author: Greg Chapman <[email protected]>
Date: Fri Jan 27 17:27:47 2023 -0800
Catch up with music21 gregc/ottavaTransposeFix.
commit 2058a72
Author: Greg Chapman <[email protected]>
Date: Fri Jan 20 14:00:45 2023 -0800
Keep up with music21 gregc/ottavaTransposeFix.
commit 5b4ef4d
Author: Greg Chapman <[email protected]>
Date: Fri Jan 20 13:27:03 2023 -0800
Pick up a lost fix from main branch.
commit 007b0ff
Merge: 5f264da a0a2b0a
Author: Greg Chapman <[email protected]>
Date: Fri Jan 20 10:37:25 2023 -0800
Merge branch 'main' into gregc/ottavas
commit 5f264da
Author: Greg Chapman <[email protected]>
Date: Sun Jan 15 14:46:54 2023 -0800
Use new converter21.register() API if it is there.
commit 49c8212
Author: Greg Chapman <[email protected]>
Date: Wed Dec 7 17:14:45 2022 -0800
Before de-duping clefs from multiple voices, sort initialList by offset in measure, so potential duplicates are next to each other.
commit 717d21f
Author: Greg Chapman <[email protected]>
Date: Tue Dec 6 17:12:21 2022 -0800
Ignore redundant clef changes.
commit 7990f54
Author: Greg Chapman <[email protected]>
Date: Mon Dec 5 15:09:42 2022 -0800
Make ArpeggioMarkSpanner duration consistent when order of elements is different (0 will do).
commit 000b9b7
Author: Greg Chapman <[email protected]>
Date: Mon Dec 5 12:56:41 2022 -0800
Lose the lint.
commit b2749a4
Author: Greg Chapman <[email protected]>
Date: Mon Dec 5 12:52:18 2022 -0800
Instead of getFirst() to find primary location of spanner, for ArpeggioMarkSpanner use getHighestDiatonicNoteOrChord() so a difference in order of ArpeggioMarkSpanner elements is not seen as a difference worth noting.
commit d865632
Author: Greg Chapman <[email protected]>
Date: Sat Dec 3 12:46:04 2022 -0800
Change the name of a M21Utils routine.
commit 4944340
Author: Greg Chapman <[email protected]>
Date: Fri Dec 2 17:41:07 2022 -0800
Actually compare ottavas themselves. Deal with it if music21 doesn't have fillIntermediateSpannedElements or inheritAccidentalDisplay.
commit 30f00a0
Author: Greg Chapman <[email protected]>
Date: Thu Dec 1 14:16:17 2022 -0800
A couple fixes around inheritsAccidentalDisplay.
commit 0014f92
Author: Greg Chapman <[email protected]>
Date: Tue Nov 29 20:32:02 2022 -0800
At start of annotation, transpose the entire score to written pitch. This means we will be comparing apples with apples, both for transposing instruments, ottavas, and sometimes both at the same time.1 parent c6c9afc commit e7ef83d
File tree
10 files changed
+433
-93
lines changed- musicdiff
10 files changed
+433
-93
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
103 | 120 | | |
104 | 121 | | |
105 | 122 | | |
| |||
119 | 136 | | |
120 | 137 | | |
121 | 138 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
136 | 158 | | |
137 | 159 | | |
138 | 160 | | |
| |||
239 | 261 | | |
240 | 262 | | |
241 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
242 | 267 | | |
243 | 268 | | |
244 | 269 | | |
| |||
335 | 360 | | |
336 | 361 | | |
337 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
338 | 368 | | |
339 | 369 | | |
340 | 370 | | |
| |||
344 | 374 | | |
345 | 375 | | |
346 | 376 | | |
347 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
348 | 392 | | |
349 | 393 | | |
350 | 394 | | |
| |||
386 | 430 | | |
387 | 431 | | |
388 | 432 | | |
| 433 | + | |
389 | 434 | | |
390 | 435 | | |
391 | 436 | | |
| |||
421 | 466 | | |
422 | 467 | | |
423 | 468 | | |
| 469 | + | |
424 | 470 | | |
425 | 471 | | |
426 | 472 | | |
| 473 | + | |
427 | 474 | | |
428 | 475 | | |
429 | 476 | | |
| |||
510 | 557 | | |
511 | 558 | | |
512 | 559 | | |
513 | | - | |
| 560 | + | |
514 | 561 | | |
515 | 562 | | |
516 | 563 | | |
517 | 564 | | |
518 | | - | |
| 565 | + | |
519 | 566 | | |
520 | 567 | | |
521 | 568 | | |
522 | 569 | | |
523 | 570 | | |
524 | 571 | | |
525 | | - | |
| 572 | + | |
526 | 573 | | |
527 | 574 | | |
528 | 575 | | |
| |||
756 | 803 | | |
757 | 804 | | |
758 | 805 | | |
759 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
760 | 810 | | |
761 | 811 | | |
762 | 812 | | |
763 | | - | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
764 | 824 | | |
765 | 825 | | |
766 | 826 | | |
| |||
791 | 851 | | |
792 | 852 | | |
793 | 853 | | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
794 | 860 | | |
795 | 861 | | |
796 | 862 | | |
| |||
834 | 900 | | |
835 | 901 | | |
836 | 902 | | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
837 | 910 | | |
838 | 911 | | |
839 | 912 | | |
| |||
855 | 928 | | |
856 | 929 | | |
857 | 930 | | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
858 | 941 | | |
859 | 942 | | |
860 | 943 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
896 | 897 | | |
897 | 898 | | |
898 | 899 | | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
899 | 907 | | |
900 | 908 | | |
901 | 909 | | |
| |||
930 | 938 | | |
931 | 939 | | |
932 | 940 | | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
933 | 946 | | |
934 | 947 | | |
935 | 948 | | |
| |||
0 commit comments