Skip to content
  • Adrien Plazas's avatar
    Add and use retro_try() · 30977ebe
    Adrien Plazas authored
    This simplifies error handling and hardens it by simulating a try/catch
    block pair. This also automatically fixes some error leaks.
    
    This also adds retro_try_propagate() and retro_try_propagate_val() to
    simplify the most common use-case of retro_try().
    30977ebe