Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An implementation for 0168-multi-line-string-literals.md #8813

Merged
merged 39 commits into from
Apr 26, 2017

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    d37fa1c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    8ad6272 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Add multiline string literal tests

    Four of these new tests are currently disabled (by commenting them out) because they fail to compile. I’ll tackle them shortly.
    beccadax committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    12cfc63 View commit details
    Browse the repository at this point in the history
  2. Permit tabs in multiline strings

    To tell the truth, I had no idea tabs were forbidden in the first place.
    beccadax committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    5c960fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from brentdax/multiline-literal

    Tests and a bug fix
    johnno1962 committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    3f52458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    201acde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9575546 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9129aaa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    e36bbd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Configuration menu
    Copy the full SHA
    ecccee0 View commit details
    Browse the repository at this point in the history
  2. always trim first line

    johnno1962 committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    965378f View commit details
    Browse the repository at this point in the history
  3. separate out tests

    johnno1962 committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    bccae22 View commit details
    Browse the repository at this point in the history
  4. separate out tests

    johnno1962 committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    3157849 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. better comment

    johnno1962 committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    5723d97 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. tweaks

    johnno1962 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    cee194e View commit details
    Browse the repository at this point in the history
  2. fix test

    johnno1962 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    4691cb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    ab9f827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d651d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ec123 View commit details
    Browse the repository at this point in the history
  4. more tests, less nits

    johnno1962 committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    31609d0 View commit details
    Browse the repository at this point in the history
  5. tested tests

    johnno1962 committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    7e512dd View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. test for errors

    johnno1962 committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d73ef5f View commit details
    Browse the repository at this point in the history
  2. test for errors

    johnno1962 committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f5cf99c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa47a67 View commit details
    Browse the repository at this point in the history
  4. restructure tests

    johnno1962 committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    7c7b9fd View commit details
    Browse the repository at this point in the history
  5. rename tests

    johnno1962 committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    cadd9b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. requested changes

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    2c3eb13 View commit details
    Browse the repository at this point in the history
  2. requested changes

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    2ecf9a9 View commit details
    Browse the repository at this point in the history
  3. assorted typos

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    1b6e411 View commit details
    Browse the repository at this point in the history
  4. additional tests

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    f1ce3c5 View commit details
    Browse the repository at this point in the history
  5. bools it is

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    03e2ecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef1dfdd View commit details
    Browse the repository at this point in the history
  7. remove unused argument

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    1e12e89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56536b9 View commit details
    Browse the repository at this point in the history
  9. tests with tabs

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    14b1143 View commit details
    Browse the repository at this point in the history
  10. better safe

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    7194004 View commit details
    Browse the repository at this point in the history
  11. typo

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    5d3b897 View commit details
    Browse the repository at this point in the history
  12. better diagnostics

    johnno1962 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    38be1f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. better diagnostics

    johnno1962 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    0dd605f View commit details
    Browse the repository at this point in the history