[Github-comments] [geany/geany] Make geany -g tags output reproducible (#1989)

Matthew Brush notifications at xxxxx
Tue Nov 6 15:13:04 UTC 2018


codebrainz commented on this pull request.



> @@ -477,7 +460,7 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)
 	size_t idx_glob;
 #endif
 
-	table = g_hash_table_new_full(tm_file_inode_hash, g_direct_equal, NULL, g_free);
+	table = g_hash_table_new_full(g_str_hash, g_direct_equal, NULL, g_free);

Should the 2nd parameter be `g_str_equal`, or is it meant to compare the address/pointer of the keys?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1989#pullrequestreview-172066932
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181106/c8ade799/attachment.html>


More information about the Github-comments mailing list