You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "nickva (via GitHub)" <gi...@apache.org> on 2023/06/22 20:17:34 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4653: Fix the ability to use ; in config values

nickva opened a new pull request, #4653:
URL: https://github.com/apache/couchdb/pull/4653

   Config values may contain `;` in them as long as `;` is not preceded by a space or a tab character.
   
   Fixes: https://github.com/apache/couchdb/issues/4651
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on pull request #4653: Fix the ability to use ; in config values

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva commented on PR #4653:
URL: https://github.com/apache/couchdb/pull/4653#issuecomment-1603277653

   > The string of ; separated values that I have been using do not have a space or tab preceding the ;. So this is not working in 3.3.x.
   
   That makes sense. The PR should fix it. If you're able to compile and make release yourself let us know if it work. 
   
   Thanks for reaching out and reporting the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva merged pull request #4653: Fix the ability to use ; in config values

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva merged PR #4653:
URL: https://github.com/apache/couchdb/pull/4653


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] mohmesflir commented on pull request #4653: Fix the ability to use ; in config values

Posted by "mohmesflir (via GitHub)" <gi...@apache.org>.
mohmesflir commented on PR #4653:
URL: https://github.com/apache/couchdb/pull/4653#issuecomment-1603273117

   The string of ; separated values that I have been using do not have a space or tab preceding the ;.  So this is not working in 3.3.x.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] mohmesflir commented on pull request #4653: Fix the ability to use ; in config values

Posted by "mohmesflir (via GitHub)" <gi...@apache.org>.
mohmesflir commented on PR #4653:
URL: https://github.com/apache/couchdb/pull/4653#issuecomment-1603274602

   It does work in versions prior to and including 3.2.3 but not in 3.3.1 or 3.3.2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org