couchdb meetup in SF

2012-01-07 Thread Benoit Chesneau
Hi all, I will be in San Francisco this month, and it would be cool to meet other CouchDB developers over a beer or two while I am there. I've no idea for suitable locations so if any natives of the area have suggestions, please give a shout. Anyone interested? - benoît

javascript ./run

2012-01-07 Thread Benoit Chesneau
Does javascript console testts work for you on 1.2 ? I tried after a clean -fdx : $ cd test/javascript/ $ ./run [couchjs] SyntaxError: missing } after property list Failed to compile script. - benoît

Re: javascript ./run

2012-01-07 Thread Bob Dionne
I see the same behavior, it's built in to make check now also. I thought maybe it was SM because I'm running 1.7.x On Jan 7, 2012, at 6:19 AM, Benoit Chesneau wrote: Does javascript console testts work for you on 1.2 ? I tried after a clean -fdx : $ cd test/javascript/ $ ./run

Re: javascript ./run

2012-01-07 Thread Filipe David Manana
I don't get the same error as you, but the changes made to master (by Jan) to make the JavaScript CLI tests work, were not applied to 1.2.x. On Sat, Jan 7, 2012 at 11:28 AM, Bob Dionne b...@cloudant.com wrote: I see the same behavior, it's built in to make check now also. I thought maybe it

[jira] [Resolved] (COUCHDB-188) _bulk_docs fails when deleting and adding a doc with the same id

2012-01-07 Thread Filipe Manana (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana resolved COUCHDB-188. --- Resolution: Fixed Fix applied to master (6d1d23b7d0eba4de3c4097907adc37b09191196e).

Re: javascript ./run

2012-01-07 Thread Jason Smith
On Sat, Jan 7, 2012 at 6:19 PM, Benoit Chesneau bchesn...@gmail.com wrote: Does javascript console testts work for you on 1.2 ? I tried after a clean -fdx : $ cd test/javascript/ $ ./run [couchjs] SyntaxError: missing } after property list Failed to compile script. That is due to the

[jira] [Commented] (COUCHDB-1367) update_seq does not always reflect the seq of the latest document update

2012-01-07 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181968#comment-13181968 ] Robert Newson commented on COUCHDB-1367: FYI: I've fixed couchdb-lucene. Instead

Re: javascript ./run

2012-01-07 Thread Benoit Chesneau
On Sat, Jan 7, 2012 at 2:55 PM, Jason Smith j...@iriscouch.com wrote: On Sat, Jan 7, 2012 at 6:19 PM, Benoit Chesneau bchesn...@gmail.com wrote: Does javascript console testts work for you on 1.2 ? I tried after a clean -fdx : $ cd test/javascript/ $ ./run [couchjs] SyntaxError: missing }

Re: javascript ./run

2012-01-07 Thread Benoit Chesneau
Sorry. javascript tests are now running. I forgot to make a `git clean -fdx` . - benoît On Sat, Jan 7, 2012 at 3:06 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Sat, Jan 7, 2012 at 2:55 PM, Jason Smith j...@iriscouch.com wrote: On Sat, Jan 7, 2012 at 6:19 PM, Benoit Chesneau

multiple repo

2012-01-07 Thread Benoit Chesneau
Hi all, I would like to start some work on my own to test how I can merge our autotool build system and rebar to provide an erlang release and distribute couchdb more easily. In refuge I consider that all the apps in src/ are standalone app and each have their own history (old couchdb history is

Re: multiple repo

2012-01-07 Thread Adam Kocoloski
Thanks for bringing this up. Regardless of whether we eventually store our own applications in individual git repositories I think the ability to pull in external repos will prove useful in tracking upstream changes from third party applications like mochiweb and ibrowse. The current approach

Re: multiple repo

2012-01-07 Thread Adam Kocoloski
Thanks for bringing this up. Regardless of whether we eventually store our own applications in individual git repositories I think the ability to pull in external repos will prove useful in tracking upstream changes from third party applications like mochiweb and ibrowse. The current approach

Re: git commit: Add heartbeat parameter to all _changes requests

2012-01-07 Thread Randall Leeds
I'm cherry-picking this for 1.2. Especially with a brand new replicator, it would be very nice if no-one gets bitten by this doing filtered replication. Applies cleanly. On Sat, Jan 7, 2012 at 05:48, fdman...@apache.org wrote: Updated Branches:  refs/heads/master 975ea08c7 - a2d57c8bb Add

Re: git commit: Add heartbeat parameter to all _changes requests

2012-01-07 Thread Filipe David Manana
On Sat, Jan 7, 2012 at 8:55 PM, Randall Leeds randall.le...@gmail.com wrote: I'm cherry-picking this for 1.2. Especially with a brand new replicator, it would be very nice if no-one gets bitten by this doing filtered replication. Applies cleanly. Fine for me. On Sat, Jan 7, 2012 at 05:48,  

[jira] [Closed] (COUCHDB-1339) JS CLI Test Suite: use shell trap to catch dying beam processes during test runs

2012-01-07 Thread Randall Leeds (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-1339. -- Resolution: Fixed 8f0b4e6..2921c78 master - master JS CLI Test Suite: use

[jira] [Updated] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1338: --- Attachment: v1-0002-Fix-JS-tests-for-COUCHDB-1338.patch

[jira] [Updated] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1338: --- Attachment: (was: v1-0002-Fix-JS-tests-for-COUCHDB-1338.patch) JS CLI test suite:

[jira] [Updated] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1338: --- Attachment: (was: v1-0001-COUCHDB-1338-run-js-tests-with-port-0.patch) JS CLI

[jira] [Updated] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1338: --- Attachment: v1-0002-Fix-JS-tests-for-COUCHDB-1338.patch

Re: couchdb meetup in SF

2012-01-07 Thread Randall Leeds
On Sat, Jan 7, 2012 at 01:21, Benoit Chesneau bchesn...@gmail.com wrote: Hi all, I will be in San Francisco this month, and it would be cool to meet other CouchDB developers over a beer or two while I am there. I've no idea for suitable locations so if any natives of the area have

[jira] [Updated] (COUCHDB-111) Javascript Error Tracebacks

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-111: -- Attachment: v1-0002-COUCHDB-111-JavaScript-Error-Tracebacks.patch

[jira] [Updated] (COUCHDB-111) Javascript Error Tracebacks

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-111: -- Attachment: v2-0002-COUCHDB-111-JavaScript-Error-Tracebacks.patch

[jira] [Updated] (COUCHDB-410) JavaScript errors in validate_doc_update should be handled more gracefully

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-410: -- Attachment: v1-0001-COUCHDB-410-graceful-validate_doc_update-errors.patch JavaScript

[jira] [Updated] (COUCHDB-410) JavaScript errors in validate_doc_update should be handled more gracefully

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-410: -- Attachment: v2-0001-COUCHDB-410-graceful-validate_doc_update-errors.patch JavaScript

[jira] [Updated] (COUCHDB-111) Javascript Error Tracebacks

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-111: -- Attachment: v3-0002-COUCHDB-111-JavaScript-Error-Tracebacks.patch

[jira] [Updated] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1338: --- Attachment: v2-0002-Fix-JS-tests-for-COUCHDB-1338.patch

[jira] [Updated] (COUCHDB-111) Javascript Error Tracebacks

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-111: -- Attachment: v4-0002-COUCHDB-111-JavaScript-Error-Tracebacks.patch

[jira] [Created] (COUCHDB-1376) enable JaegerMonkey features

2012-01-07 Thread Randall Leeds (Created) (JIRA)
enable JaegerMonkey features Key: COUCHDB-1376 URL: https://issues.apache.org/jira/browse/COUCHDB-1376 Project: CouchDB Issue Type: Improvement Components: JavaScript View Server Reporter:

[jira] [Updated] (COUCHDB-1376) enable JaegerMonkey features

2012-01-07 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1376: --- Attachment: v1-0001-COUCHDB-1376-enable-JaegerMonkey-features.patch enable