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: 457b5ff7df5e
Choose a base ref
...
head repository: IoLanguage/io
compare: db5252698e8d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 5, 2016

  1. Stop List asSimpleString from recursing indefinitely when called on…

    … lists
    
    that (directly or indirectly) contain themselves.
    
    This represents the list using the simple strings of its contents,
    rather than the full strings, so the output of `List asSimpleString`
    may be different.
    pedro-w committed Feb 5, 2016
    Copy the full SHA
    40681bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #323 from peterhull90/fix-cli-lockup

    Stop `List asSimpleString` from recursing indefinitely
    stevedekorte committed Feb 5, 2016
    Copy the full SHA
    db52526 View commit details
    Browse the repository at this point in the history