Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better element IDs - deterministic and document-unique hashes #2673
Better element IDs - deterministic and document-unique hashes #2673
Changes from 12 commits
e68a7f5
f3f3321
3398be3
76cbaef
272f4a6
3375f63
b71369c
e5d90ab
608bdbe
4c139de
02ca092
0d33608
e813b89
3f87ad2
e2eea35
d14a47e
bc29126
cd9b9b3
f49c68d
eef4264
b6e850f
7efe3a4
4c393f4
8f9c445
d33c86c
3becd44
183c38b
01f16c8
fbdaefe
03fc126
289b1b3
56783b5
5509bb5
82efb28
1812435
bc35458
cdac860
dfe446d
1d01dfb
9350866
dfba0fb
75f3e88
e179a55
6d93e0b
baa0540
d51b8c1
1e0a4a5
1f64d46
4b5b84c
49d899d
24b7b5b
8911fa3
5d0ed03
6fe739a
135f8af
c578aa7
dd0b949
ca53a97
a6cae7b
6b2cffa
fa4cb39
0126788
237636a
007b733
23dbbb1
3a6d04a
515cb52
652d6c2
6ed2c7e
452e3cd
86023f8
3bd0745
810dce1
5a58acd
a4e654f
298fad1
339a440
0d65b02
9dbf6ae
a2e4302
cd3cdc4
2d27057
d1ecb40
fd3b55a
ebb1209
2c398e6
6b5dddf
639423a
ad9f58f
ee90096
2d9a127
f5c650a
11c4041
20d7c2f
4aadf22
45973ee
3f51745
bc93f54
e9a5dcf
f36f76c
71e70d7
17d6585
511cc05
96e5b67
d555736
1a38d70
920837a
933cef0
53599d3
9507a96
39d7958
939f54d
c4c91a5
793ef37
36aeefd
f0e0149
1c35139
bec0b90
b5e53bb
38cd4fa
ac94588
52e830b
7052896
c5b16f3
af879ab
82546ed
79afe97
ea6b881
4d9dbc2
adb4592
836e514
c0add80
e20666d
cf62230
178bf57
73d8edd
170141f
3937ac4
3ee35ce
5017e6c
f0def7b
560d2cd
bde2907
ba28243
ca5861c
2a9f0b8
21914f2
6e80fb4
3916d0d
3250abe
fe7fa00
66c3f23
8fa2666
aab6bad
4fd7d62
90a1880
ae2cd30
c0d1bb1
bdc0c3b
461f9b9
624ba1a
8e100f7
4ef4821
a3e5d60
562df25
b17c80f
89c7f27
e2f4c3c
3c07881
e0b02ec
cf45f7a
ff2fd2f
eeb1ea6
33ae279
f6ec6a0
9f4aded
3dad5ae
4463830
a93a156
c8b7c66
d8e9a2f
ee0392a
e578aba
b9baf8a
a2227fc
b22784c
68f93bd
f50c13c
9ac682f
b10b3c1
1178ca0
232c405
973dc29
3280625
22991c8
cc8be15
779db46
af28f77
ca13902
f4fd49a
4a0b27d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test seems a little weak. There's no indication that page_number is an int or index_on_page is not str or something. I think it would be better as something like:
Also this give the user some concrete intuitive sense of how these values proceed along an element-stream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 you're right, my implementation was quite naive and needs to be refactored the way you proposed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outdated, please resolve