Skip to content

Commit 555404f

Browse files
authored
added ideas on how to find object creation changes
1 parent 850e281 commit 555404f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/TipsAndTricks/PopplerMethodSignaturesChange.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ of poppler at the new version. Once you have identified
1717
examples of the uses of the new method signatures, you
1818
can diff the poppler code between the two versions to
1919
see *how* the poppler programmers made the changes.
20+
21+
## When object creation signatures change...
22+
23+
When an object's creatino signature chagnes, it can be
24+
rather harder to find example code... so instead of searching
25+
for the object creation (which can be difficult
26+
to identify using `grep`) try reading the code and find
27+
some associated method which *uses* the created object
28+
as a target of your `grep`ing command...

0 commit comments

Comments
 (0)