labath added a comment.

In D131160#3735372 <https://reviews.llvm.org/D131160#3735372>, @mgorny wrote:

> Also I'm wondering about error handling. Should we introduce fallible 
> constructor for this?

I'm not particularly worried about this. I might even make the Pipe constructor 
non-fallible, as the only way that can fail is if we exhaust our file 
descriptor limit -- and I very much doubt our ability to recover from that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131160/new/

https://reviews.llvm.org/D131160

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to