[searchfox-Rust] Index the Rust repo
Categories
(Webtools :: Searchfox, defect)
Tracking
(firefox38 ?)
Tracking | Status | |
---|---|---|
firefox38 | --- | ? |
People
(Reporter: nrc, Assigned: kats)
References
(Depends on 1 open bug)
Details
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•5 years ago
|
||
We are not going to work on that!
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Let's save a bug by reopening it :)
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
So the rust repo has a bunch of submodules including a complete fork of llvm which makes things a bit tricky. Either we can initialize the submodules and not have blame, or we can skip the submodules and maybe have blame info. Right now we don't support blame for repos with submodules. In theory that's fixable but will take some work.
Assignee | ||
Comment 8•5 years ago
|
||
The repo with submodules checked out is 3.4G which is pretty large. I guess I'd lean towards no submodules initially unless they're needed.
Assignee | ||
Comment 9•5 years ago
|
||
I built the git and blame tarballs and uploaded them to S3. But the indexer run fails because we ask codesearch to walk submodules and the submodules don't get checked out. So we probably need a repo config option to disable walk_submodules.
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
PRs merged. I also updated the release-lb
load balance to redirect /rust/*
to the release4
web-server and triggered a new run of that indexer. Should be done pretty soon. And then when the daily release1
indexer is up it should have link to the repo on the main page as well.
Assignee | ||
Updated•5 years ago
|
Description
•