Re: make check fails

2009-11-19 Thread Vlad GURDIGA
I've tried to checkout the source trunk anew. Everything worked. Then went back to the broken one, svn update-d, ./bootstrap ./configure make check failed again. After a make clean everything worked perfectly. =( make check and Futon test suite. Sorry for the so much noise. On Wed, Nov 18,

Re: Increasing Spidermonkey version

2009-11-19 Thread Paul Davis
On Thu, Nov 19, 2009 at 7:38 AM, Dirkjan Ochtman djc.ocht...@gmail.com wrote: On Wed, Nov 18, 2009 at 18:58, Mikeal Rogers mikeal.rog...@gmail.com wrote: CouchDB currently uses Spidermonkey 1.7 as it's javascript interpreter. 1.7 was released in 2007. 1.8.5 is the current version number used

Re: Increasing Spidermonkey version

2009-11-19 Thread Dirkjan Ochtman
On Thu, Nov 19, 2009 at 13:47, Paul Davis paul.joseph.da...@gmail.com wrote: I think this is the bug we want: https://bugzilla.mozilla.org/show_bug.cgi?id=479473 which was last updated in May. Most people are already on 1.8.1 libraries because packagers appear to have started pulling it from

Re: some thoughts on view

2009-11-19 Thread Jan Lehnardt
On 19 Nov 2009, at 02:16, Li Zhengji wrote: Hi, On Thu, Nov 19, 2009 at 12:46 AM, Adam Kocoloski kocol...@apache.org wrote: Hi, We already do this -- if two views in a design document have byte-identical map functions, the map is only run once, the index is only saved once, and the

Re: Increasing Spidermonkey version

2009-11-19 Thread Jan Lehnardt
On 19 Nov 2009, at 13:52, Dirkjan Ochtman wrote: On Thu, Nov 19, 2009 at 13:47, Paul Davis paul.joseph.da...@gmail.com wrote: I think this is the bug we want: https://bugzilla.mozilla.org/show_bug.cgi?id=479473 which was last updated in May. Most people are already on 1.8.1 libraries

couchdb-glib 0.5.3 released

2009-11-19 Thread Rodrigo Moya
CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization schema-free database of JSON documents, used in online services like Ubuntu One and Midgard. Changes since 0.5.2 --- - Remove superflous OAuth debug messages

Re: Increasing Spidermonkey version

2009-11-19 Thread Mikeal Rogers
The issue seems to be that some stuff was broken in Spidermonkey that didn't effect Firefox or Thunderbird and the fixes for that stuff is still being back ported. http://code.google.com/p/js18/wiki/BugzillaStatus -Mikeal On Thu, Nov 19, 2009 at 6:08 AM, Jan Lehnardt j...@apache.org wrote:

[jira] Closed: (COUCHDB-572) replication fails when a proxy gzips attachments

2009-11-19 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-572. -- Resolution: Fixed Fixed in http://svn.apache.org/viewvc?revision=882295view=revision

[jira] Created: (COUCHDB-572) replication fails when a proxy gzips attachments

2009-11-19 Thread Adam Kocoloski (JIRA)
replication fails when a proxy gzips attachments Key: COUCHDB-572 URL: https://issues.apache.org/jira/browse/COUCHDB-572 Project: CouchDB Issue Type: Bug Components: Replication

Re: some thoughts on view

2009-11-19 Thread Li Zhengji
Hi Jan, On Thu, Nov 19, 2009 at 9:50 PM, Jan Lehnardt j...@apache.org wrote: Why is the current implementation not a good idea? It works well :) Cheers Jan -- Because it's not a good idea to implement the same thing several times. Bulbs work well, but compact fluorescent lamps are better,

Re: some thoughts on view

2009-11-19 Thread Chris Anderson
On Thu, Nov 19, 2009 at 7:06 PM, Li Zhengji zhengji...@gmail.com wrote: Hi Jan, On Thu, Nov 19, 2009 at 9:50 PM, Jan Lehnardt j...@apache.org wrote: Why is the current implementation not a good idea? It works well :) Cheers Jan -- Because it's not a good idea to implement the same thing

[jira] Created: (COUCHDB-573) Regex capture problem in emit functions

2009-11-19 Thread Eric Desgranges (JIRA)
Regex capture problem in emit functions --- Key: COUCHDB-573 URL: https://issues.apache.org/jira/browse/COUCHDB-573 Project: CouchDB Issue Type: Bug Affects Versions: 0.11 Environment: Linux