Nigel Horne
Nigel Horne
The code snippet is around line 1011 of https://github.com/nigelhorne/gedcom. The gedcom file is very large and I don't wish to upload to github as it contains personal information. Can I...
Thanks, I'll give it a go.
Not forgotten, will check.
I just tried. This "die" is never called: ``` print ">>>>>>>>>>", $person->as_string(), "\n"; if($person->marriage_bann()) { die; } ``` The Gedcom contains this: ``` 1 MARB 2 _PRIM Y 2 DATE...
Thanks, I'll take a look. I understand. In the real world, we have to realise that, sadly, genealogy websites do not adhere to the Gedcom standard, sigh.
That patch doesn't work for me on the latest Haiku (Beta5)
The difficulty with this is that generating each page will still reference other information (for example to determine who someone may be living with or close to), each page generation...
I understand - I use a similar hack when testing a specific person `next if($person->xref() ne 'foo');`
This hack makes it build and test. I don't like it, but at least it works pending a solution from the author: ``` *** UUID.xs 2024-09-25 11:06:47.817889280 -0400 --- ../UUID.xs...
Try it now, please.