Re: DXR 2.0 staged. Feedback please!

2015-06-04 Thread Erik Rose
I am wondering, how close are we to be able to index IDL/WebIDL files, and navigate through JS and C++ callers and implementations of those attributes/methods? That is currently the biggest reason why I have to use MXR from time to time, and it would be nice to see DXR growing support for

Re: DXR 2.0 staged. Feedback please!

2015-06-04 Thread Jeff Muizelaar
It looks like finding of overrides of virtual methods is missing from DXR 2.0. Is this intentional? -Jeff On Wed, Jun 3, 2015 at 3:10 PM, Erik Rose e...@mozilla.com wrote: DXR 2.0 is about to land! This is a major revision touching every part of the system, swapping out SQLite for

Re: DXR 2.0 staged. Feedback please!

2015-06-04 Thread Erik Rose
It looks like finding of overrides of virtual methods is missing from DXR 2.0. Is this intentional? Hmm, no. The tests seem to pass (https://github.com/mozilla/dxr/blob/es/dxr/plugins/clang/tests/test_overrides.py). Where are you seeing it? ___

Re: DXR 2.0 staged. Feedback please!

2015-06-04 Thread Ehsan Akhgari
This is great to see Erik! Thanks everyone for their hard work! I am wondering, how close are we to be able to index IDL/WebIDL files, and navigate through JS and C++ callers and implementations of those attributes/methods? That is currently the biggest reason why I have to use MXR from

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Erik Rose
Is indexing all the various release branches a blocker? For decommissioning MXR it is. We'll have all the trees MXR does before we think about turning it off. ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Nick Fitzgerald
Looking forward to eventually getting better JS searching via the multi-language support! What is the relative priority of permalinks to specific revisions? On Wed, Jun 3, 2015 at 12:10 PM, Erik Rose e...@mozilla.com wrote: DXR 2.0 is about to land! This is a major revision touching every part

DXR 2.0 staged. Feedback please!

2015-06-03 Thread Erik Rose
DXR 2.0 is about to land! This is a major revision touching every part of the system, swapping out SQLite for elasticsearch, and replacing many hard-coded C++ assumptions with a language-independent plugin interface. Please take it for a spin on the staging server at http://dxr.allizom.org/,

Re: DXR 2.0 staged. Feedback please!

2015-06-03 Thread Ryan VanderMeulen
On 6/3/2015 3:10 PM, Erik Rose wrote: DXR 2.0 is about to land! This is a major revision touching every part of the system, swapping out SQLite for elasticsearch, and replacing many hard-coded C++ assumptions with a language-independent plugin interface. Please take it for a spin on the