<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r66292520">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>>  
> -  includes_files = g_list_reverse (includes_files);
> +  return g_list_reverse(includes_files);
</pre>
<p>nothing new in the patch set, but reversing the list here is most probably absurd, as the order in the hash table isn't guaranteed, and unlikely to be neither alphabetical nor in order.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/957/files/6e89ee5ebef888e5d07407d33ffb4d455831e752#r66292520">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJzUOtZPMT0avUU5d455D9wx7yMiBks5qJvFOgaJpZM4Ht-Ad">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0ETUDrrzI-t221qCt_1Q6wrWUlJks5qJvFOgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/957/files/6e89ee5ebef888e5d07407d33ffb4d455831e752#r66292520"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>