Re: Helping out with releases

2011-05-11 Thread Randall Leeds
On Tue, May 10, 2011 at 06:54, Paul Davis wrote: > On Tue, May 10, 2011 at 9:49 AM, Jan Lehnardt wrote: >> Putting 140 on an infinite loop (while(true); do ./test/etap/run >> test/etap/140-attachment-comp.t ; done) eventually gives me >> http://www.friendpaste.com/2JCA8dvre9orA3UysYYTCe on both

Re: svn commit: r1102137 - in /couchdb/trunk: src/couchdb/couch_view_group.erl test/etap/200-view-group-no-db-leaks.t

2011-05-11 Thread Filipe David Manana
On no objection, I would apply this to the branches 1.0.x and 1.1.x as well. Please review. On Thu, May 12, 2011 at 12:39 AM, wrote: > Author: fdmanana > Date: Wed May 11 23:39:19 2011 > New Revision: 1102137 > > URL: http://svn.apache.org/viewvc?rev=1102137&view=rev > Log: > Make sure view grou

[jira] [Commented] (COUCHDB-904) No method to detect view server VM version

2011-05-11 Thread Dipesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032141#comment-13032141 ] Dipesh Patel commented on COUCHDB-904: -- Sorry, you are going to have to explain to i

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Paul Davis
http://www.youtube.com/watch?v=o-5rHtlyVBU On Wed, May 11, 2011 at 3:28 PM, Jan Lehnardt wrote: > You say backport I say dance. > > On 11 May 2011, at 17:08, Paul Davis wrote: > >> And it appears to not choke on utf-8 inputs or unicode code points. I >> say backport. >> >> 1> unicode:characters_t

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Jan Lehnardt
You say backport I say dance. On 11 May 2011, at 17:08, Paul Davis wrote: > And it appears to not choke on utf-8 inputs or unicode code points. I > say backport. > > 1> unicode:characters_to_binary("é"). > <<"é">> > 2> unicode:characters_to_binary("åéîøü and sometimes y"). > <<"åéîøü and s

[jira] [Resolved] (COUCHDB-1151) Require function doesnt fullfil specification

2011-05-11 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-1151. Resolution: Duplicate Duplicate of COUCHDB-1075 and that's closed so I'm closing

[jira] [Commented] (COUCHDB-1075) Circular require's in CommonJS modules

2011-05-11 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031947#comment-13031947 ] Paul Joseph Davis commented on COUCHDB-1075: Nevermind. Soon as I saw the di

[jira] [Resolved] (COUCHDB-1075) Circular require's in CommonJS modules

2011-05-11 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-1075. Resolution: Fixed Fix Version/s: 1.2 Applied in 1102006 > Circular requir

[jira] [Commented] (COUCHDB-1075) Circular require's in CommonJS modules

2011-05-11 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031907#comment-13031907 ] Paul Joseph Davis commented on COUCHDB-1075: Committed this to trunk. Went t

[jira] [Closed] (COUCHDB-937) inclusive_end does not work as expected

2011-05-11 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis closed COUCHDB-937. - Resolution: Duplicate COUCHDB-1047 > inclusive_end does not work as expected >

[jira] [Resolved] (COUCHDB-1158) Log server crashes when view contains unicode and log level is set to debug

2011-05-11 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana resolved COUCHDB-1158. Resolution: Fixed Fix Version/s: 1.2 1.1 Applied fix to trunk a

[jira] [Commented] (COUCHDB-205) Futon saves deleted fields that have just been added

2011-05-11 Thread Patrick Wagstrom (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031773#comment-13031773 ] Patrick Wagstrom commented on COUCHDB-205: -- This appears to still be present in

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Paul Davis
And it appears to not choke on utf-8 inputs or unicode code points. I say backport. 1> unicode:characters_to_binary("é"). <<"é">> 2> unicode:characters_to_binary("åéîøü and sometimes y"). <<"åéîøü and sometimes y">> 3> F = unicode:characters_to_binary("éúü"). <<"éúü">> 4> unicode:characte

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Filipe David Manana
On Wed, May 11, 2011 at 3:50 PM, Paul Davis wrote: > That should be fine I think. Theoretically the only thing getting > through before was non-unicode stuff which should pass through > unicode:characters_to_binary just fine, right? Right (to my understanding at least). I also checked that unicod

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Paul Davis
That should be fine I think. Theoretically the only thing getting through before was non-unicode stuff which should pass through unicode:characters_to_binary just fine, right? On Wed, May 11, 2011 at 10:27 AM, Filipe David Manana wrote: > If no one has an objection, I would apply this to 1.1.x as

Re: svn commit: r1101896 - /couchdb/trunk/src/couchdb/couch_log.erl

2011-05-11 Thread Filipe David Manana
If no one has an objection, I would apply this to 1.1.x as well, since it suffers the same issue. On Wed, May 11, 2011 at 3:26 PM, wrote: > Author: fdmanana > Date: Wed May 11 14:26:21 2011 > New Revision: 1101896 > > URL: http://svn.apache.org/viewvc?rev=1101896&view=rev > Log: > Fix logger cra

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031715#comment-13031715 ] Robert Newson commented on COUCHDB-1149: The one, and only, example of a 0.10 an

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031701#comment-13031701 ] James Howe commented on COUCHDB-1149: - Maybe someone could more completely document

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031675#comment-13031675 ] Robert Newson commented on COUCHDB-1149: I believe all versions of lists functio

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031674#comment-13031674 ] James Howe commented on COUCHDB-1149: - The question was asked under the misapprehens

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Sebastian Cohnen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031672#comment-13031672 ] Sebastian Cohnen commented on COUCHDB-1149: --- @Robert: based upon "Putting them

[jira] [Resolved] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-1149. Resolution: Won't Fix 0.9 is obsolete. If someone wants to document the 0.9 style for pos

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031664#comment-13031664 ] Robert Newson commented on COUCHDB-1149: It's definitely true that 0.9 style won

[jira] [Commented] (COUCHDB-1158) Log server crashes when view contains unicode and log level is set to debug

2011-05-11 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031662#comment-13031662 ] Dale Harvey commented on COUCHDB-1158: -- Awesome Filipe, confirmed that fixes it for

[jira] [Updated] (COUCHDB-1158) Log server crashes when view contains unicode and log level is set to debug

2011-05-11 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1158: --- Attachment: couch_log_unicode.patch Good finding Dale, Can you tell me if the following pat

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread Sebastian Cohnen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031646#comment-13031646 ] Sebastian Cohnen commented on COUCHDB-1149: --- I'm not totally sure, but I think

[jira] [Created] (COUCHDB-1159) Rewrite Handler do not work together with source URL having extension

2011-05-11 Thread Francis Chong (JIRA)
Rewrite Handler do not work together with source URL having extension - Key: COUCHDB-1159 URL: https://issues.apache.org/jira/browse/COUCHDB-1159 Project: CouchDB Issue Type

[jira] [Resolved] (COUCHDB-1156) Futon shows apache license when performing unauthorised operations

2011-05-11 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-1156. Resolution: Fixed Fix Version/s: 1.2 Assignee: Robert Newson Thanks Dale.