[Webkit-unassigned] [Bug 126371] New: [GTK] fixing .ycm_extra_conf.py file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 1 19:23:08 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126371

           Summary: [GTK] fixing .ycm_extra_conf.py file
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: danilo.cesar at collabora.co.uk


It's an attempt to fix three problems with the current ycm_extra_conf file.
The current implementation assumes that it's a symlink, which is not true.

Usually python creates a pyc file, and this is what you get in __file__.
the .pyc is not a symlink, and the current implementation doesn't work
if that's the case.

It also assumes that the user is in the root folder.
If the user is in WebkitBuild/Debug and open a file as ../../Source/* it won't work.

Last but not least, "elif flag in FLAGS_PRECEDING_PATHS" emits an
exception since "flag" doesn't exists.

All those things were fixed and the current implementation works with the latest YouCompleteMe plugin.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list