Skip to content
Snippets Groups Projects
  1. May 20, 2020
  2. May 13, 2020
  3. May 12, 2020
  4. May 11, 2020
  5. May 09, 2020
  6. May 08, 2020
    • Jean-Paul Calderone's avatar
      Remove redundant error-handling check · 0e0a84fd
      Jean-Paul Calderone authored
      This condition can never succeed.
      
      If the voucher is being seen for the first time at this point then it should
      start redemption and the check will not pass.
      
      If the voucher has been seen before and was in an error state to begin with
      then the check higher up, outside of the loop, prevents execution from ever
      entering the loop.
      
      If the voucher has been seen before and just now entered an error state then
      the `if not succeeded` check below, on the previous iteration, would stop the
      loop and prevent this condition from ever being checked.
      Unverified
      0e0a84fd
    • Jean-Paul Calderone's avatar
      Back out some unnecessary renaming · 73bafe17
      Jean-Paul Calderone authored
      Unverified
      73bafe17
  7. May 06, 2020
  8. May 05, 2020
  9. May 04, 2020
  10. May 01, 2020
  11. Apr 30, 2020
  12. Apr 29, 2020
Loading