[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: symlinked directory in project
From: |
Shigio YAMAGUCHI |
Subject: |
Re: symlinked directory in project |
Date: |
Mon, 18 Nov 2013 09:54:41 +0900 |
Hi,
It is surely a bug.
Would you please try the attached patch?
2013/11/17 Leo Liu <address@hidden>:
> 1. cd /tmp
>
> 2. create A/a.c with contents
>
> void aa() {
> bb();
> }
>
> 3. create B/b.c with contents:
>
> void bb() {
> aa();
> }
>
> 4. cd A
>
> 5. ln -s /tmp/B .
>
> 6. gtags
>
> 7. global -v --result=grep --path-style=shorter --from-here=2:B/b.c aa
>
> global: '/private/tmp/B/b.c' is out of the source project.
>
> can this be made to work since symlinking other projects are common?
> Thanks.
>
> Leo
>
>
> _______________________________________________
> Bug-global mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-global
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
patch
Description: Binary data