[geany/geany] 501236: TM: Fix actually running the mapping self-tests

Colomban Wendling git-noreply at xxxxx
Fri Jun 10 23:02:54 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Jun 2016 23:02:54 UTC
Commit:      50123626c756ff7fe2f87c023252132936ead69e
             https://github.com/geany/geany/commit/50123626c756ff7fe2f87c023252132936ead69e

Log Message:
-----------
TM: Fix actually running the mapping self-tests


Modified Paths:
--------------
    tagmanager/src/tm_workspace.c

Modified: tagmanager/src/tm_workspace.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -79,6 +79,7 @@ static gboolean tm_create_workspace(void)
 	theWorkspace->global_typename_array = g_ptr_array_new();
 
 	tm_ctags_init();
+	tm_parser_verify_type_mappings();
 
 	return TRUE;
 }



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list