Christian,
Thank you for the clarification about ctags and clang. I am switching
to C for now, since I have some personal interests here. I am learning
GObject concept and playing with builder. I run builder with -vvvv
option just in case. The builder crashed when closed the latest window.
I attached stdout/stderr file. I don't exactly for what I should file a
bug. Anyway, I can file if it helps.
-Pavlo.
On Sun, 2017-02-05 at 14:02 -0800, Christian Hergert wrote:
> On 02/03/2017 06:22 AM, [email protected] wrote:
> > I played a little bit. And have some questions to ask. What it the
> > purpose
> > of <project>.tags file in ~/.cache/gnome-builder/tags?
>
> That is where we place the tags file for the project if we generate
> them
> with our own `ctags ...` command.
>
> If we use automake to generate the tags with `make ctags`, it will
> generate them in the build directory. One thing we probably still
> need
> to improve now that we do builds out-of-tree by default is to ensure
> we
> check the build directory for tags files (as opposed to $srcdir).
>
> I've filed https://bugzilla.gnome.org/show_bug.cgi?id=778217 to track
> this.
>
> > From debug output the program complains "Error open file ...". It
> > is clear
> > since the file is not there. clang completion gives so many C
> > functions such so it becomes hard to use completion. Ideally, I
> > would like to have at least something similar to OmniCppCompletion
> > (in Vim) in gtkmm project.
>
> We use the same backend (provided clang_codeCompleteAt() API) so is
> there something more specific that you would like to see changed? One
> place where we differ today is that we use our own fuzzy sorting for
> completion items because we were getting fairly poor sorting from
> clang
> directly.
>
> This could still use more performance optimization in case anyone is
> interested.
>
> > Can we summarize all possible completion options here? I may help
> > with
> > documentation. Thus, two options:
> >
> > 1) clang (Some brief explanation how this completion works. What
> > files
> > parsed? etc)
>
> We use the clang_codeCompleteAt() API with the CXTranslationUnit that
> was parsed from the loaded file. We parse things like -I, -D, -std,
> and
> -x from the build system to prime Clang with the appropriate compile
> time options.
>
> Paths such as those passed to -I are translated into full paths
> before
> passing to clang such that relative paths do not bite us.
>
> > 2) ctags
> > |-- Automatically generated ctags file (Describe general
> > process for
> > end users)
> > |-- Custom ctags file. (How to make file, Where to place file,
> > Configuration etc)
>
> See ide_ctags_service_miner() in plugins/ctags/ide-ctags-service.c
> for
> the definitive answer. But in general, we will look at the generated
> project.tags file, ~/.tags, or any file named "tags" in the source
> tree.
> Once bug #778217 is fixed, that will also include $builddir.
>
> > Common questions:
> > Difference between C and C++ completion, if any.
>
> Both use the same plumbing, so while we have spent virtually zero
> time
> on C++ enablement, it *should* work.
>
> > Autotools configuration for completion purpose, if any.
>
> We have a bunch of fancy makefile extraction that looks at autotools
> patterns. See plugins/autotools/ide-makecache.c for the gritty
> details.
>
> > I can't get the desired completion for gtkmm project and what to
> > understand is this lack of information or program limitation.
>
> Personally, I would choose either ctags *or* clang, but not both.
> Ctags
> can be incredibly fast. But clang will give you expansion templates
> and
> some other nice features.
>
> -- Christian
> _______________________________________________
> builder-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/builder-list
23:36:30.0629 builder[26784]: MESSAGE: Initializing with Gtk+ version 3.22.7.
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "editor"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "directory-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "webkit"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "sysprof-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "autotools_templates"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "support-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "gettext-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "jedi_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "vala-pack-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "clang-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "xml-pack-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "html_preview_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "html-completion-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "color-picker-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "gcc-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "python_gi_imports_completion"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "quick-highlight-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "symbol-tree"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "todo_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "cargo_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "sysmon"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "comment-code-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "command-bar"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "rust_langserv_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "contributing_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "meson_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "gnome-code-assistance-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "terminal"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "git-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "flatpak-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "build-tools-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "autotools-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "file-search"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "ctags-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "python-pack-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "project-tree-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "create-project-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "c-pack-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "devhelp-plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "fpaste_plugin"
23:36:30.0633 ide-application[26784]: DEBUG: Discovered plugin "jhbuild_plugin"
23:36:30.0664 ide-application[26784]: DEBUG: Loading plugin "editor"
23:36:30.0664 ide-application[26784]: DEBUG: Loading plugin "directory-plugin"
23:36:30.0664 ide-application[26784]: DEBUG: Loading plugin "webkit"
23:36:30.0664 ide-application[26784]: DEBUG: Loading plugin "sysprof-plugin"
23:36:30.0666 ide-application[26784]: DEBUG: Loading plugin "autotools_templates"
23:36:30.0739 ide-application[26784]: DEBUG: Loading plugin "support-plugin"
23:36:30.0739 ide-application[26784]: DEBUG: Loading plugin "gettext-plugin"
23:36:30.0739 ide-application[26784]: DEBUG: Loading plugin "clang-plugin"
23:36:30.0786 ide-application[26784]: DEBUG: Loading plugin "xml-pack-plugin"
23:36:30.0786 ide-application[26784]: DEBUG: Loading plugin "html_preview_plugin"
23:36:30.0789 ide-application[26784]: DEBUG: Loading plugin "html-completion-plugin"
23:36:30.0790 ide-application[26784]: DEBUG: Loading plugin "color-picker-plugin"
23:36:30.0790 ide-application[26784]: DEBUG: Loading plugin "gcc-plugin"
23:36:30.0791 ide-application[26784]: DEBUG: Loading plugin "python_gi_imports_completion"
23:36:30.0793 ide-application[26784]: DEBUG: Loading plugin "quick-highlight-plugin"
23:36:30.0794 ide-application[26784]: DEBUG: Loading plugin "symbol-tree"
23:36:30.0794 ide-application[26784]: DEBUG: Loading plugin "todo_plugin"
23:36:30.0799 ide-application[26784]: DEBUG: Loading plugin "cargo_plugin"
23:36:30.0802 ide-application[26784]: DEBUG: Loading plugin "comment-code-plugin"
23:36:30.0803 ide-application[26784]: DEBUG: Loading plugin "command-bar"
23:36:30.0804 ide-application[26784]: DEBUG: Loading plugin "contributing_plugin"
23:36:30.0816 ide-application[26784]: DEBUG: Loading plugin "meson_plugin"
23:36:30.0821 ide-application[26784]: DEBUG: Loading plugin "gnome-code-assistance-plugin"
23:36:30.0821 ide-application[26784]: DEBUG: Loading plugin "terminal"
23:36:30.0822 ide-application[26784]: DEBUG: Loading plugin "git-plugin"
23:36:30.0823 ide-application[26784]: DEBUG: Loading plugin "flatpak-plugin"
23:36:30.0828 ide-application[26784]: DEBUG: Loading plugin "build-tools-plugin"
23:36:30.0828 ide-application[26784]: DEBUG: Loading plugin "autotools-plugin"
23:36:30.0828 ide-application[26784]: DEBUG: Loading plugin "file-search"
23:36:30.0828 ide-application[26784]: DEBUG: Loading plugin "ctags-plugin"
23:36:30.0829 ide-application[26784]: DEBUG: Loading plugin "project-tree-plugin"
23:36:30.0829 ide-application[26784]: DEBUG: Loading plugin "create-project-plugin"
23:36:30.0830 ide-application[26784]: DEBUG: Loading plugin "c-pack-plugin"
23:36:30.0830 ide-application[26784]: DEBUG: Loading plugin "devhelp-plugin"
23:36:30.0832 ide-application[26784]: DEBUG: Loading plugin "fpaste_plugin"
23:36:30.0862 ide-application[26784]: DEBUG: Loading plugin "jhbuild_plugin"
23:36:31.0289 ide-autotools-project-miner[26794]: DEBUG: Discovered autotools project at file:///home/pavlo/Projects/solchempro
23:36:33.0966 ide-git-vcs[26796]: DEBUG: Discovered .git location at “file:///home/pavlo/Projects/solchempro/.git”
23:36:33.0966 ide-git-vcs[26796]: DEBUG: Discovered .git location at “file:///home/pavlo/Projects/solchempro/.git”
23:36:33.0969 ide-unsaved-files[26796]: DEBUG: Loading drafts manifest /home/pavlo/.local/share/gnome-builder/drafts/solchempro/manifest
23:36:33.0973 gb-file-search-index[26796]: MESSAGE: File index built in 0.002084 seconds.
23:36:34.0137 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:36:34.0137 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:36:39.0876 egg-widget-action-group[26784]: DEBUG: Action redo disabled
23:36:39.0876 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:36:39.0897 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:36:39.0900 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:36:39.0909 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:36:41.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:36:55.0398 ide-makecache[26810]: DEBUG: Using "/home/pavlo/.cache/gnome-builder/makecache" for makecache directory
23:36:55.0398 ide-makecache[26810]: DEBUG: Creating temporary makecache at "/home/pavlo/.cache/gnome-builder/makecache/solchempro.makecache.tmp-1486445815"
23:36:55.0440 ide-makecache[26810]: DEBUG: Validating makecache
23:36:59.0975 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:37:15.0480 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:37:44.0568 egg-widget-action-group[26784]: DEBUG: Action redo disabled
23:37:44.0568 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:37:44.0581 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:44.0585 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:44.0590 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:46.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:47.0949 egg-widget-action-group[26784]: DEBUG: Action redo disabled
23:37:47.0949 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:37:47.0963 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:47.0965 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:47.0969 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:47.0988 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:37:49.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:52.0313 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:37:52.0365 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:37:52.0378 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:37:53.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:53.0830 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:37:53.0832 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:37:53.0866 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:37:53.0879 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:37:54.0652 ide-unsaved-files[26784]: DEBUG: Removing draft for "file:///home/pavlo/Projects/solchempro/src/scp-mainapplication.h"
23:37:54.0652 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:37:54.0672 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:37:55.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:37:55.0480 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:37:55.0485 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:00.0329 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:38:00.0329 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:38:02.0497 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:38:04.0594 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:04.0621 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:38:06.0153 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:38:06.0156 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:06.0177 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:06.0194 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:06.0210 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:07.0327 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:07.0328 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:38:07.0328 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:38:07.0397 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:38:07.0398 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:07.0442 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:07.0443 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:07.0535 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:38:07.0539 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:07.0580 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:07.0580 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:08.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:08.0709 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:38:08.0712 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:08.0724 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:08.0724 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:08.0734 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:08.0737 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:09.0689 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:10.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:15.0894 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
2=G
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:15.0905 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:15.0940 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:15.0940 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:16.0385 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=Gt
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:16.0395 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:16.0421 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:16.0429 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:16.0489 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=Gtk
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:16.0491 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:16.0506 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:16.0515 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:17.0319 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkA
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:17.0329 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:17.0378 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:17.0378 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:18.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:19.0400 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkAp
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:19.0409 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:19.0461 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:19.0461 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:20.0208 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApp
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:20.0217 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:20.0267 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:20.0267 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:21.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:21.0728 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkAppl
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:21.0736 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:21.0789 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:21.0792 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:22.0665 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkAppli
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:22.0674 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:22.0728 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:22.0728 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:22.0873 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplic
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:22.0881 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:22.0914 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:22.0914 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:23.0105 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplica
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:23.0108 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:23.0156 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:23.0156 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:23.0404 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplicat
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:23.0412 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:23.0466 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:23.0467 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:23.0669 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplicati
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:23.0673 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:23.0710 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:23.0710 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:23.0754 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplicatio
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:23.0756 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:23.0783 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:23.0784 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:24.0053 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=<glib-object.h>
23:38:24.0061 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:24.0113 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:24.0116 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:25.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:26.0463 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=g
23:38:26.0478 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:26.0525 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:26.0532 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:26.0553 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gt
23:38:26.0555 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:26.0568 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:26.0576 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:26.0878 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk
23:38:26.0882 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:26.0922 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:26.0926 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:27.0499 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/
23:38:27.0503 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:27.0533 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:27.0545 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:28.0024 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/g
23:38:28.0032 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:28.0085 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:28.0094 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:28.0151 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/gt
23:38:28.0162 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:28.0224 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:28.0226 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:28.0397 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/gtk
23:38:28.0404 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:28.0460 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:28.0475 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:29.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:29.0412 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/gtk.
23:38:29.0418 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:29.0460 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:29.0478 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:29.0690 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:38:29.0815 egg-widget-action-group[26784]: DEBUG: Action undo disabled
2=GtkApplication
filename=scp-mainapplication.h
1=ScpMainapplication
3=gtk/gtk.h
23:38:29.0822 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:38:29.0864 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:29.0878 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:31.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:38:32.0652 ide-unsaved-files[26784]: DEBUG: Removing draft for "file:///home/pavlo/Projects/solchempro/src/scp-mainapplication.h"
23:38:32.0691 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:38:38.0342 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:38:38.0343 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:38:49.0867 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:38:52.0692 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:39:29.0879 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:39:32.0692 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:39:35.0330 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:39:35.0330 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:40:09.0341 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:40:09.0343 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:40:15.0767 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:15.0791 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:15.0947 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:15.0949 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:16.0002 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:16.0020 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:16.0582 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:16.0583 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:16.0623 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:16.0628 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:16.0840 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:16.0843 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:16.0883 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:16.0897 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:18.0134 ide-unsaved-files[26784]: DEBUG: Removing draft for "file:///home/pavlo/Projects/solchempro/src/scp-mainapplication.c"
23:40:18.0135 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:40:18.0319 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:23.0342 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:40:23.0343 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:40:27.0457 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:27.0461 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:27.0475 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:27.0484 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:27.0498 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:28.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:28.0914 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:28.0916 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:28.0916 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:28.0916 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:28.0937 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:28.0955 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:28.0972 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:29.0085 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:29.0087 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:29.0087 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:29.0087 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:29.0121 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:29.0139 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:29.0157 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:30.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:30.0891 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:30.0893 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:30.0936 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:30.0950 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:31.0030 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:31.0033 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:31.0083 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:31.0084 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:31.0293 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:31.0297 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:31.0360 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:31.0368 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:32.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:33.0323 egg-widget-action-group[26784]: DEBUG: Action undo disabled
23:40:33.0350 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:33.0364 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:33.0364 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:33.0372 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:33.0384 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:34.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:38.0142 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:40:50.0391 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
4=G
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:50.0404 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:50.0445 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:50.0445 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:50.0874 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=Gt
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:50.0883 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:50.0915 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:50.0915 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:51.0026 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=Gtk
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:51.0059 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:51.0101 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:51.0101 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:52.0133 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkA
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:52.0147 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:52.0217 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:52.0217 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:52.0499 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkAp
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:52.0530 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:52.0596 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:52.0597 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:52.0682 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApp
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:52.0719 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:52.0781 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:52.0781 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:52.0851 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkAppl
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:52.0863 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:52.0881 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:52.0892 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:53.0043 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkAppli
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:53.0079 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:53.0172 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:53.0172 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:53.0210 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplic
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:53.0215 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:53.0251 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:53.0251 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:53.0417 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplica
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:53.0453 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:53.0497 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:53.0498 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:53.0725 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplicat
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:53.0755 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:53.0795 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:53.0795 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:53.0958 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplicati
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:53.0995 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:54.0113 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplicatio
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:54.0121 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:54.0122 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:54.0122 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:54.0176 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:54.0217 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:54.0386 egg-widget-action-group[26784]: DEBUG: Action undo disabled
4=GtkApplication
filename=scp-mainapplication.c
1=scp-mainapplication
2=ScpMainapplication
3=scp_mainapplication
23:40:54.0423 egg-widget-action-group[26784]: DEBUG: Action undo enabled
23:40:54.0561 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:40:54.0562 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:40:55.0320 ide-git-buffer-change-monitor[26784]: MESSAGE: Reference 'refs/heads/master' not found
23:40:57.0692 ide-unsaved-files[26784]: DEBUG: Removing draft for "file:///home/pavlo/Projects/solchempro/src/scp-mainapplication.c"
23:40:57.0692 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:41:03.0329 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:41:03.0329 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:41:14.0563 egg-task-cache[26784]: DEBUG: Evicted 1 item from gettext diagnostic cache
23:41:17.0701 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:41:18.0952 egg-task-cache[26784]: DEBUG: Evicted 1 item from symbol-tree symbol cache
23:41:54.0562 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:41:55.0441 egg-task-cache[26784]: DEBUG: Evicted 1 item from makecache
23:41:58.0955 egg-task-cache[26784]: DEBUG: Evicted 1 item from clang translation-unit cache
23:41:59.0342 ide-ctags-service[26784]: DEBUG: Building ctags in memory index for file:///home/pavlo/.cache/gnome-builder/tags/solchempro.tags
23:41:59.0343 ide-ctags-service[26784]: DEBUG: Error opening file /home/pavlo/.cache/gnome-builder/tags/solchempro.tags: No such file or directory
23:43:02.0619 ide-makecache[31212]: DEBUG: Using "/home/pavlo/.cache/gnome-builder/makecache" for makecache directory
23:43:02.0619 ide-makecache[31212]: DEBUG: Creating temporary makecache at "/home/pavlo/.cache/gnome-builder/makecache/solchempro.makecache.tmp-1486446182"
23:43:02.0668 ide-makecache[31212]: DEBUG: Validating makecache
23:43:02.0687 symbol-tree-panel[26784]: WARNING: Failed to create translation unit: Unknown failure
_______________________________________________
builder-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/builder-list