<p dir="auto">To correctly rename anonymous tags the  tag renaming function had to be updated for a special case in Fortran - see the commit for more details.</p>
<p dir="auto">I also updated 2 unit tests which (I believe) contained invalid Fortran code the new parser didn't handle.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/3160'>https://github.com/geany/geany/pull/3160</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/geany/geany/pull/3160/commits/13a58c2b2e58d4a3157e93a7f2bd0d006b884cdf" class="commit-link">13a58c2</a>  Fix anonymous tag renaming for Fortran structures</li>
  <li><a href="https://github.com/geany/geany/pull/3160/commits/625a1e4d9602e3f4893fd5838fc8f4a259aebc85" class="commit-link">625a1e4</a>  Use the upstream Fortran parser</li>
  <li><a href="https://github.com/geany/geany/pull/3160/commits/b77689457fa4eea723c8928902ea6330f9b41b28" class="commit-link">b776894</a>  Update unit tests</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/geany/geany/pull/3160/files">22 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-e0ce68205f4ca660762ddbc1f13f556330aea31c7de950df4da1d4ce6f95e6d6">ctags/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-7a1699eece46b17dc7892ab6b7bda39239450d558a4e408e7851bd6e36a3d057">ctags/parsers/fortran.c</a>
    (744)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4">meson.build</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-625af2608f940115f181bcc555b9109657624f03d7e5727afef3baad39e3b836">src/filetypes.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-d36eb041e0ffe3485e8ed99a19a597a95a368ffa898348ac95867b86b6e04cd6">src/tagmanager/tm_ctags.c</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-52c3ba1a920ce03ae524e393cf4d0ff582b13d9eafef29393f9841c19adf31f8">src/tagmanager/tm_parser.c</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-bf5ef327799b72933ceecfaa934a3b90ba5e983577974d2dc3a283fc4f6e8d60">src/tagmanager/tm_parser.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-86e706691d0515585732f8d260a35b118548d67d2ecbc65d866c0daa28f75d7b">src/tagmanager/tm_parsers.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-5539e6a7ff02fc787e2b8a9b4dad074a7ce8c8a1dbdf2daafa0002b57fe06e88">tests/ctags/bug565813.f90.tags</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-2e730257c6aa5c051b38a54b8566482ba090e809f473f8f3fbb3cac238a65fb9">tests/ctags/bug670433.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-7bc46081d16d4bb470f91023d5c54294d030ad40f92626ed903003235ef6880d">tests/ctags/bug726712.f90.tags</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-898597ed1d70f471744ba2108592f4f702c9d9c9315a0da64292d7c9fb199a90">tests/ctags/enum.f90.tags</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-af23313f16016a06f8c3c5af649281af815eef75a9dd768981ff538a46d45a00">tests/ctags/forall_module.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-523306d79f7e11074a8808ca5700d411fe7d7bfa3a9152eabd686e5d9bf9e639">tests/ctags/fortran_associate.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-7edecdd9679e83c9c4e53d82e2c2232331d905e13104933f0cfd35ac88ad2ce5">tests/ctags/members.f90</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-e39f1fbeb7a0b4bc28a67b778e54a56e7e64a746c17b385b1b1d03b5e000fc8c">tests/ctags/members.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-c8f9811decaf1b898d799c566c6eec81b8f8252b7d6ada4d62789250ae93d24f">tests/ctags/numlib.f90.tags</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-bb1357e4d4505d59bcd930201c574759ae8e128e91e2da18de9253c13644ea2f">tests/ctags/procedure_pointer_module.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-d0a1b967b35d8db8fe3b2ee8a9a5c8cd6d2463e0b6fc37c00937d66eca82de28">tests/ctags/qualified_types.f90</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-4a073566d39aced88e23ddd3d63b5a7141f249e1217fe1b0ad4ee028e272e50d">tests/ctags/square_parens.f90.tags</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-fc6c80fae919c0519b8359320d5f0e3cbdfcbec34eb083d8a9a72610709544b5">tests/ctags/stdcall.f.tags</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3160/files#diff-318fb999dfee132e0a53b616fc51c0b5096ea7a7e6dfa5dbcb767ad2e0e2aba0">tests/ctags/structure.f.tags</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/3160.patch'>https://github.com/geany/geany/pull/3160.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/3160.diff'>https://github.com/geany/geany/pull/3160.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6O7ILDPMOAAHNTEOLVEW563ANCNFSM5TIFCZTA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ4G6BGCL3VQWUOZDD3VEW563A5CNFSM5TIFCZTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4R5IVSXA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3160</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3160",
"url": "https://github.com/geany/geany/pull/3160",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>