|
Fix for undefined symbol: sqlite3_auto_extension
|
| |
Hi,
While compiling git master dxr, I get
Could not load tokenizer:
/home/mariusn/workspace/code-i ndx/dxr/sqlite/libdxr-code-tok enizer.so:
undefined symbol: sqlite3_auto_extension
which is caused by linker option ordering (see below)
diff --git a/sqlite/Makefile b/sqlite/Makefile
index 3121138..2c9693b 100644... more »
|
|
keyword search broken ?
|
| |
Hello,
I
found that, a few weeks ago, we were asked to fix the keyword
search for derived:nsIXPCComponents_Utils , which was reported as
broken.
Currently,
it looks to work fine on
[link] <[link]>... more »
|
|
DXR Bugzilla clean-up
|
| |
Hello there,
We did a huge spring cleaning on DXR bugzilla, including copying bugs
from GitHub into bugzilla:
[link]
...
If your issue is something related to DXR <-> MXR parity (so it works in
MXR and not in DXR), put me in CC: of the bug.... more »
|
|
Duplicate lines of code returned from simple string query
|
| |
When I perform a simple string query through the web interface, any line of
code that contains the simple string appears in the list multiple times
consecutively. Most commonly I see it appear in triplicate, but I have
also seen it appear four times. Has anyone else ever encountered this, or
is it yet another artifact of a partially-failed (or partially successful)... more »
|
|
Are there known problems using Chrome?
|
| |
I'm noticing behavioral differences between using chrome vs. firefox. Are
there known issues documented, or should am I going boldly where no hacker
has gone before?
-- Chris Cleeland
|
|
Excluding files from being indexed?
|
| |
Hi,
I'm about 2 weeks into using dxr. The build system where I am generates a
lot of files that are for the build system alone and have nothing to do
with source code. However, they are generated under the source tree.
Is there already a way to specify in dxr.config patterns which should be... more »
|
|
how to import the Python dxr module
|
| |
Hello list, How to tell Python about the dxr module? I've never done anything with
Python. I installed the OS X binary Clang 3.0 from
[link]
and of course dxr from git://github.com/mozilla/dxr.g it. I followed the
README and landed here:... more »
|
|
DXR performance work
|
| |
Hey hey,
Even though I know performance wasn't part of this sprint's focus, I
felt the long indexing times were slowing down development and testing
more than necessary, so I've spent some time improving dxr-index.py and
the clang plugin to have it perform better.
With these patches [1], more operations happen directly on the database... more »
|
|
|