1. 14 Feb, 2017 1 commit
    • Kirill Smelkov's avatar
      decoder: Really stop decoding on opStop opcode · 9f73742b
      Kirill Smelkov authored
      There was a break already on a `case opStop:` but break inside switch
      only breaks out of this switch, not outer construct - looks like it was
      a thinko.
      
      So on opStop let's explicitly break out of instruction processing loop.
      
      If we do not do so on e.g "I5\n.I7\n.N." input first call to .Decode()
      returns None (from N.), not 5 and second call to Decode() panics (for
      this see next patch).
      9f73742b
  2. 13 Feb, 2017 1 commit
  3. 04 Jan, 2016 1 commit
  4. 01 Jan, 2016 1 commit
  5. 30 Dec, 2015 3 commits
  6. 23 Jun, 2015 4 commits
  7. 22 Jun, 2015 1 commit
  8. 19 Jun, 2015 3 commits
  9. 18 Jun, 2015 2 commits
  10. 12 Jun, 2015 1 commit
  11. 28 Jan, 2015 1 commit
  12. 20 Oct, 2014 3 commits
  13. 15 Oct, 2014 2 commits
  14. 30 Sep, 2014 3 commits
  15. 18 Sep, 2014 1 commit
  16. 17 Sep, 2014 1 commit
    • Damian Gryski's avatar
      Fix struct encoding · 0ade5ddc
      Damian Gryski authored
      There was accidentally an extra empty dict.  Also, reduce the scope of a
      local variable.
      0ade5ddc
  17. 24 Jul, 2014 2 commits
  18. 11 Jul, 2014 2 commits
  19. 30 Jun, 2014 3 commits
  20. 29 Jun, 2014 2 commits
  21. 28 Jun, 2014 1 commit
  22. 09 Jun, 2014 1 commit