Thread overview
[Issue 11640] New: [regression] goto-def not working in v0.3.38beta1
Nov 29, 2013
Stephan Dilly
Nov 29, 2013
Stephan Dilly
Nov 30, 2013
Rainer Schuetze
Nov 30, 2013
Stephan Dilly
Nov 30, 2013
Rainer Schuetze
Jan 05, 2014
Rainer Schuetze
November 29, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11640

           Summary: [regression] goto-def not working in v0.3.38beta1
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: VisualD
        AssignedTo: nobody@puremagic.com
        ReportedBy: spam@extrawurst.org


--- Comment #0 from Stephan Dilly <spam@extrawurst.org> 2013-11-29 03:26:33 PST ---
```
void main()
{
    int foo;

    foo = 0;
}
```

while writing the second foo i get auto completion but it wont goto-def(F12) on
ANYTHING (this is just a totally reduces repro case). this used to work b4.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 29, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11640


Stephan Dilly <spam@extrawurst.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 30, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11640


Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de


--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> 2013-11-30 04:56:15 PST ---
Are you using Alexanders' dparser semantic engine or the no-longer-default engine?

I can reproduce with the latter, but I'm unsure whether I should deprecate it.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 30, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11640



--- Comment #2 from Stephan Dilly <spam@extrawurst.org> 2013-11-30 08:06:10 PST ---
ok weird. now it works after i reinstalled visuald. befor i checked that the correct parser was active...

well i guess it is not reproducable and can be closed...

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 30, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11640



--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> 2013-11-30 09:46:18 PST ---
The semantic engine did not really work at all, caused by a dmd change (issue 11648). I have uploaded a new beta.

If you switch engines, there is the quirk that the source is only passed to the new engine if it is modified, so this might cause a bit of confusion.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 05, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11640


Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> 2014-01-05 14:22:19 PST ---
fixed in beta2

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------