nickva commented on code in PR #5666:
URL: https://github.com/apache/couchdb/pull/5666#discussion_r2373429051


##########
src/couch/src/couch_file.erl:
##########
@@ -621,7 +621,7 @@ handle_info({'DOWN', Ref, process, _Pid, _Info}, 
#file{db_monitor = Ref} = File)
         false -> {noreply, File}
     end.
 
-format_status(_Opt, [PDict, #file{} = File]) ->
+format_status([PDict, #file{} = File]) ->

Review Comment:
   > > However, I am hesitant to use any undocumented features. Are you 
thinking we should use that for formatting the state, so it formats both the 
state and the status?
   > 
   > No I just thought it is interesting that they do not document it.
   
   Yeah, I had noticed at least recently they have been more deliberate about 
deprecating undocumented features and also avoiding introducing new documented 
features. Which is probably for the better.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to