Skip to content
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

Add DEST record parsing and conversion #52

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Jul 19, 2024

Purpose

This pull request adds support for parsing and converting the DEST record in the GEDCOM file format. The DEST record is used to specify the destination system or application that created the GEDCOM file.

Description

The changes in this pull request include:

  1. Added a new Dest class in the Gedcom\Parser\Head namespace to handle the parsing of the DEST record.
  2. Added a new Dest class in the Gedcom\Record\Head namespace to represent the DEST record.
  3. Added a new Dest class in the Gedcom\Writer\Head namespace to handle the conversion of the DEST record back to the GEDCOM format.
  4. Updated the Head parser to use the new Dest parser to handle the DEST record.

Summary

  • Added Gedcom\Parser\Head\Dest to parse the DEST record
  • Added Gedcom\Record\Head\Dest to represent the DEST record
  • Added Gedcom\Writer\Head\Dest to convert the DEST record back to GEDCOM format
  • Updated Gedcom\Parser\Head to use the new Dest parser

Suggested changes from Sweep Chat by @curtisdelicata. Continue chatting at https://sweep-chat-demo.vercel.app/c/6c525396-9cda-4952-81e6-ee2225231414.

@curtisdelicata curtisdelicata merged commit dcb7b37 into main Jul 19, 2024
0 of 5 checks passed
@curtisdelicata curtisdelicata deleted the sweep/Add-DEST-record-parsing-and-conversion branch July 19, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant