[geany/geany] d1d0eb: Merge pull request #1068 from b4n/tm/run-tests

Jiří Techet git-noreply at xxxxx
Sat Jun 11 08:21:07 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   GitHub <noreply at github.com>
Date:        Sat, 11 Jun 2016 08:21:07 UTC
Commit:      d1d0eb618694062efa2b6de8b118fd61d3230c96
             https://github.com/geany/geany/commit/d1d0eb618694062efa2b6de8b118fd61d3230c96

Log Message:
-----------
Merge pull request #1068 from b4n/tm/run-tests

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