-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Make Dict handle all the fetching of Refs. #1488
Conversation
@pdfjsbot test |
Processing command test by user yurydelendik. Queue size: 2 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4960933.txt [bot:processed:4960933] |
I broke links and TOC, don't merge yet. |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 72.07 mins |
good if #1493 merged |
Now dict.get() will automatically deference refs. Not remembering to do xref.fetchIfRef has been the source of several bugs so hopefully this will help avoid that. I played around with doing this for Arrays too, but it proved to be a pretty large change, so I'll do that in another PR if I'm motivated (see # 1487 if you're interested in learning more).
Fixes #1447, #1370.