nickva commented on pull request #36: URL: https://github.com/apache/couchdb-config/pull/36#issuecomment-843267221
@jiahuili430 Depending on the approach in apache/couchdb#3567 we might not need `to_integer/0` and `to_boolean/0`. If user calls `get_chttpd_config/3` then we use `config:get/3`, and if they call `get_chttp_config_integer/3` we would use `config:get_integer/3`. What do you think? @iilyak That would be ok. To make it easier to port PRs back and forth we could try to match `main` and `3.x` when reasonable. Libraries and low level utility functions might fall into that category. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
