bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

About the release of the plug-in parser.


From: Shigio YAMAGUCHI
Subject: About the release of the plug-in parser.
Date: Mon, 01 Mar 2010 10:58:38 +0900

Hi,
Thank you for your committing of the support of plug-in parser.
I scheduled the release plan.

1. Scheduling

How about releasing like follows?

                includes plugin-example enable built-in parser by default
--------------------------------------------------------------------------
GLOBAL-5.8.1    Yes                     No
GLOBAL-5.8.2    Yes                     Yes

The release date is 2010/3 (5.8.1) and 2010/4 or 5 (5.8.2).

2. Description in the NEW file

I will write a description in the NEW file like follows.

----------------------------------------------------------------------------------------
[CHANGES]
New facilities:
o gtags: Added support of function layer plug-in parser by Hideki IWAMOTO.
  This package includes an example of plug-in parser which uses Exuberant ctags.
  To execute it, please try the following:
  (It assumed that Exuberant ctags is installed in "/usr/local/bin".)
        $ ./configure --with-exuberant-ctags=/usr/local/bin/ctags
        $ make install
        $ gtags --gtagsconf=/usr/local/share/gtags/gtags.conf 
--gtagslabel=plugin-example

[INCOMPATIBLE CHANGES]
gtags: Gtags using function layer plug-in parser always makes all tag files
even if some of them are empty. Old style command layer plug-in parser makes
only specified tag files. The new specification is better than old one for the
reason that tag files of different parsers don't mix.
If you want to know whether a tag file is empty or not, please do the following:
        $ global '.*' -r                # GRTAGS is empty?
        $ global '.*' -s                # GSYMS is empty?
----------------------------------------------------------------------------------------

If there is something problem, please let me know.
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]