www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dub search

reply Nicholas Wilson <iamthewilsonator hotmail.com> writes:
I was searching for zmq-d on code.dlang.org to find the git page 
for it ( to differentiate it from the other ama wrappers) and was 
greeted with

500 - Internal Server Error

Internal Server Error

Internal error information:
vibe.db.mongo.connection.MongoDriverException ../vibe.d/mongodb/vibe/db/
ongo/cursor.d(304): Query failed. Does the database exist?
----------------
??:? [0xa7bbee]
??:? [0xa825de]
exception.d:421 [0x50aa93]
exception.d:388 [0x50116d]
cursor.d:304 [0x517adc]
dbcontroller.d:393 [0x518643]
...

OK, i thought, I'll try searching for "z"

 Found 30 packages.
^f z one match: Search results for: z That does not bode well for people searching for code on dub. Nic
May 08 2018
next sibling parent Timoses <timosesu gmail.com> writes:
On Tuesday, 8 May 2018 at 15:50:01 UTC, Nicholas Wilson wrote:
 I was searching for zmq-d on code.dlang.org to find the git 
 page for it ( to differentiate it from the other ama wrappers) 
 and was greeted with

 500 - Internal Server Error

 Internal Server Error

 Internal error information:
 vibe.db.mongo.connection.MongoDriverException ../vibe.d/mongodb/vibe/db/
ongo/cursor.d(304): Query failed. Does the database exist?
 ----------------
 ??:? [0xa7bbee]
 ??:? [0xa825de]
 exception.d:421 [0x50aa93]
 exception.d:388 [0x50116d]
 cursor.d:304 [0x517adc]
 dbcontroller.d:393 [0x518643]
 ...

 OK, i thought, I'll try searching for "z"

 Found 30 packages.
^f z one match: Search results for: z That does not bode well for people searching for code on dub. Nic
Interesting. Searching for "libneo4j-client" gives 112 search results. Searching for "libneo4j" just one, namely: libneo4j-client ...
May 08 2018
prev sibling next sibling parent Dlang User <dlang.user gmx.com> writes:
On 5/8/2018 10:50 AM, Nicholas Wilson wrote:
 I was searching for zmq-d on code.dlang.org to find the git page for it 
 ( to differentiate it from the other ama wrappers) and was greeted with
 
 500 - Internal Server Error
 
 Internal Server Error
 
 Internal error information:
 vibe.db.mongo.connection.MongoDriverException ../vibe.d/mongodb/vibe/db/
ongo/cursor.d(304): 
 Query failed. Does the database exist?
 ----------------
 ??:? [0xa7bbee]
 ??:? [0xa825de]
 exception.d:421 [0x50aa93]
 exception.d:388 [0x50116d]
 cursor.d:304 [0x517adc]
 dbcontroller.d:393 [0x518643]
 ...
 
 OK, i thought, I'll try searching for "z"
 
 Found 30 packages.
^f z one match: Search results for: z That does not bode well for people searching for code on dub. Nic
I am seeing the same thing, apparently it crashes for anything that contains a "-d" in the search. "-dd" doesn't crash.
May 08 2018
prev sibling parent Steven Schveighoffer <schveiguy yahoo.com> writes:
On 5/8/18 11:50 AM, Nicholas Wilson wrote:
 I was searching for zmq-d on code.dlang.org to find the git page for it 
 ( to differentiate it from the other ama wrappers) and was greeted with
 
 500 - Internal Server Error
 
 Internal Server Error
 
 Internal error information:
 vibe.db.mongo.connection.MongoDriverException ../vibe.d/mongodb/vibe/db/
ongo/cursor.d(304): 
 Query failed. Does the database exist?
 ----------------
 ??:? [0xa7bbee]
 ??:? [0xa825de]
 exception.d:421 [0x50aa93]
 exception.d:388 [0x50116d]
 cursor.d:304 [0x517adc]
 dbcontroller.d:393 [0x518643]
 ....
 
 OK, i thought, I'll try searching for "z"
 
 Found 30 packages.
^f z one match: Search results for: z That does not bode well for people searching for code on dub. Nic
I think there have been some long-standing issues. See for instance this post I made a while back: https://forum.dlang.org/post/p1ecqp$asi$1 digitalmars.com Of course, now it does find datefmt, but it did not before. -Steve
May 08 2018