Hi,
> I played a little with CVS version of Global and noticed a small
> problem when running htags for a file with very long line e.g.:
> 
>   private static final long[] crc_table =3D { 0x00000000L, 0x77073096L, ...=
> .
> 
> this line contained several hundreds of characters and htags
> dies with following error:
> 
>   gtags: aprimary key too long.
>   htags: 'global -xns ".*" | gtags --sort --unique' failed.

I have fixed the CVS version, I believe.
Could you please try the current CVS version again?
Thank you for your report!

Here is the diff:

diff -r1.28 dupindex.c
128c128
<                        strbuf_puts(command, " | gtags --sort --unique");
---
>                        strbuf_puts(command, " | gtags --sort --format=ctags 
> --unique");
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to