www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Google code search for D

reply Walter Bright <newshound digitalmars.com> writes:
Google currently doesn't look for D source code (click on the language 
list box on http://www.google.com/codesearch/advanced_code_search). 
Please add your voice here:

http://groups.google.com/group/Google-Code-Search

to help remedy the situation.
Oct 13 2006
next sibling parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"Walter Bright" <newshound digitalmars.com> wrote in message 
news:egoq3q$179b$1 digitaldaemon.com...
 Google currently doesn't look for D source code (click on the language 
 list box on http://www.google.com/codesearch/advanced_code_search). Please 
 add your voice here:

 http://groups.google.com/group/Google-Code-Search

 to help remedy the situation.
Done.
Oct 13 2006
prev sibling next sibling parent reply Hasan Aljudy <hasan.aljudy gmail.com> writes:
Walter Bright wrote:
 Google currently doesn't look for D source code (click on the language 
 list box on http://www.google.com/codesearch/advanced_code_search). 
 Please add your voice here:
 
 http://groups.google.com/group/Google-Code-Search
 
 to help remedy the situation.
I voted. Anyway, for now we can search for D code using "file:\.d$" but sometimes weird files come up, they end with .d but have nothing to do with DigitalMars D whatsoever. Does "Make" use ".d" extension? I tried searching for "module file:\.d$" which I thought should come up with every D file indexed at Google, but it wasn't so. so, I revised the search term to: file:\.d$ module import -lang:Makefile -"#include" and 100 results came up, most of them seem relevant. Many of them from phobos. Only one result from dsource.org
Oct 14 2006
next sibling parent "Frank Benoit (keinfarbton)" <benoit tionex.removethispart.de> writes:
 Anyway, for now we can search for D code using "file:\.d$" but sometimes
 weird files come up, they end with .d but have nothing to do with
 DigitalMars D whatsoever. Does "Make" use ".d" extension?
 
I have often used .d for generated dependencies, which are written by gcc and read by make.
Oct 14 2006
prev sibling parent Walter Bright <newshound digitalmars.com> writes:
Hasan Aljudy wrote:
 Anyway, for now we can search for D code using "file:\.d$" but sometimes 
 weird files come up, they end with .d but have nothing to do with 
 DigitalMars D whatsoever. Does "Make" use ".d" extension?
 
 I tried searching for "module file:\.d$" which I thought should come up 
 with every D file indexed at Google, but it wasn't so.
 so, I revised the search term to:
 file:\.d$ module import -lang:Makefile -"#include"
 and 100 results came up, most of them seem relevant. Many of them from 
 phobos. Only one result from dsource.org
I tried searching for lang:d files, and came up with all kinds of irrelevant junk.
Oct 14 2006
prev sibling parent reply jcc7 <technocrat7 gmail.com> writes:
== Quote from Walter Bright (newshound digitalmars.com)'s article
 Google currently doesn't look for D source code (click on the language
 list box on http://www.google.com/codesearch/advanced_code_search).
 Please add your voice here:
 http://groups.google.com/group/Google-Code-Search
 to help remedy the situation.
Good news: "lang:d" works now! http://groups.google.com/group/Google-Code-Search/browse_thread/thread/cf1dccdd09a8364/da357f38cbdae6ba#da357f38cbdae6ba Quote: Hey everyone, There have been a few threads on this, so we wanted to be sure to let you know that we recently added support for D. You can restrict searches to D code with the Advanced Code Search page or by using the lang: operator. For example: sdl_init lang:d If you notice that D code you've written is missing from the search results, feel free to submit it to be added: http://www.google.com/codesearch/addcode Happy coding (and code searching), The Google Code Search Team
Jan 25 2007
parent Serg Kovrov <kovrov no.spam> writes:
jcc7 wrote:
 Good news: "lang:d" works now!
Excellent! I believe this is not just useful tool for coders, but also really important step in recognition of D. -- serg.
Jan 25 2007