Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IoLanguage/io
base: 822d24c3cd2f
Choose a base ref
...
head repository: IoLanguage/io
compare: 457b5ff7df5e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 27, 2016

  1. Fix round-trip of 'list asEncodedList asDecodedList.' Previously failed

    if the list ended in 'nil.' A test has been added to ListTest.io.
    
    This was because the code always checked there were 7 bytes remaining in
    the encoded data before decoding the next value, whereas 'nil' only
    requires three bytes (all other types do require at least 7.)
    pedro-w committed Jan 27, 2016
    Copy the full SHA
    582b9a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Merge pull request #322 from peterhull90/fix-fromencodedlist

    Fix round-trip of 'list asEncodedList asDecodedList.'
    stevedekorte committed Jan 28, 2016
    Copy the full SHA
    457b5ff View commit details
    Browse the repository at this point in the history