Brock Pytlik wrote:
Webrev:
http://cr.opensolaris.org/~bpytlik/ips-10046-v1/

Bug:
client always rereads dictionaries
http://defect.opensolaris.org/bz/show_bug.cgi?id=10046

This is necessary so that any programmatic use of local api search which issues more than one query (such as my first pass at a dependency resolver) works is a reasonable amount of time.

modules/client/query_parser.py:
  lines 158-160:  Can you explain why it works now, but wouldn't before?

modules/search_storage.py:
line 159: why do this check after the stat instead of before? did you mean 'if stat_info and self._mtime is None:' ?

  lines 559, 560, 600, 800: " instead of ' or is the ' special here?

Otherwise, seems fine.

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to