Skip to content

Merge main into v7.1 (excluding extracted-files)#712

Open
dthaler wants to merge 1 commit into
v7.1from
merge-main-into-v7.1
Open

Merge main into v7.1 (excluding extracted-files)#712
dthaler wants to merge 1 commit into
v7.1from
merge-main-into-v7.1

Conversation

@dthaler

@dthaler dthaler commented Sep 23, 2025

Copy link
Copy Markdown
Collaborator

Copy changes from main to v7.1, excluding extracted-files directory
The extracted-files will be handled separately by the generate-files workflow
This PR is auto-generated by [gh pr create].

@tychonievich tychonievich left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these changes are incorrectly reversing additions to v7.1. I'm worried that our merge action has some kind of error, as I don't expect merge to be undoing updates.

@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch 2 times, most recently from 852cb59 to 0d6790e Compare October 3, 2025 20:49
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from 0d6790e to f87d885 Compare November 23, 2025 00:30
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch 2 times, most recently from 8edf553 to e1ef468 Compare February 17, 2026 17:07
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from e1ef468 to ad4a688 Compare February 17, 2026 17:24
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from ad4a688 to efb9e93 Compare March 11, 2026 18:24
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch 2 times, most recently from 99859c3 to 986502b Compare March 29, 2026 19:25
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from 986502b to a3e32b8 Compare April 28, 2026 17:06
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from a3e32b8 to 6a3a2bd Compare May 26, 2026 17:15
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from 6a3a2bd to 1d975bc Compare June 3, 2026 13:36
@tychonievich tychonievich self-requested a review June 9, 2026 16:58
Comment thread build/hyperlink-code.py
return full

doc = re.sub(r'<code>(g7:[^<]*)</code></h', r'<code class="uri">\1</code></h', doc)
doc = re.sub(r'<code>(g7.1:[^<]*)</code></h', r'<code class="uri">\1</code></h', doc)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should not be deleted

Comment thread build/hyperlink.py
Comment on lines -23 to -26
elif '`g7.1:' in bit:
si = bit.rfind('`g7.1:')+6
ei = bit.find('`', si)
slug = bit[si:ei].replace('#','-')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines should not be deleted

Comment thread build/hyperlink.py
slug = table_tags[m.group(1)]
return linkify(m.group(0), slug)
return m.group(0)
uried = re.sub(r'(?<![\[.`])`g7(?:\.1)?:[-A-Z0-9a-z`._#]+`', repl, line)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should not be deleted

Comment on lines -180 to -181
| `g7.1:record-INDI` | `g7:ADOP` |
| `g7:ADOP-FAMC` | `g7:FAMC-ADOP` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes should not be deleted

#### `HEADER` :=

```gedstruct
n HEAD {1:1} g7.1:HEAD

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and many other URIs should not change

@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from 1d975bc to c970844 Compare June 9, 2026 17:06
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch 2 times, most recently from f329639 to 0668eb7 Compare June 16, 2026 17:55
@github-actions github-actions Bot force-pushed the merge-main-into-v7.1 branch from 0668eb7 to 455a396 Compare June 20, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated pr Automated PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants