<cquinn>
it seems ponyc is not able to tell that the try and the else cases should satisfy the initialization of the field
<cquinn>
I can either use the try/else as an expression to initialize the field once, or return from the try and lift the else body to the method level after the try. But it seems that ponyc should be able to tell that the assignments in the try and else completely cover the initialization.
<Praetonus>
cquinn: I think we have an issue open for cases like that somewhere
<cquinn>
ah, ok. I thought it seemed familiar
inara has quit [Quit: Leaving]
inara has joined #ponylang
Matthias247 has joined #ponylang
Matthias247_ has joined #ponylang
Matthias247 has quit [Ping timeout: 240 seconds]
<jemc>
cquinn, Praetonus: yes, here's the ticket
<jemc>
I assigned myself to it but never finished :/