Hi,
Denis says that right now, to use ifError: you do:
[...] ifError: [:msg :rcv | ��� ]
and he would like to write this:
[...] ifError: [:error | ��� ]
I agree with him. The problem is that this might generate a bit of ripple effects in external code. This is when Stephan came in and said that if we would have a way to investigate all external repositories that are open we could do such refactorings more boldly.
Does it make more sense now? Or did I get it wrong?