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

Add let.Foo sugar for continuation-passing-style #2140

Closed
wants to merge 24 commits into from

Commits on Aug 13, 2018

  1. extract into separate file

    jaredly committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    4695d39 View commit details
    Browse the repository at this point in the history
  2. less open

    jaredly committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    c2d2bf9 View commit details
    Browse the repository at this point in the history
  3. wip

    jaredly committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9982364 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. bang

    jaredly committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    a4508cc View commit details
    Browse the repository at this point in the history
  2. why chagen that

    jaredly committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    c6623af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de97697 View commit details
    Browse the repository at this point in the history
  4. add multi handling

    jaredly committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    2a45863 View commit details
    Browse the repository at this point in the history
  5. add a test

    jaredly committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    07e9813 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. feedbacks

    jaredly committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c729dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a6382 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Use a pair of (bind, pair)

    aantron committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    1b82a6c View commit details
    Browse the repository at this point in the history
  2. Use modules

    aantron committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    01c8e05 View commit details
    Browse the repository at this point in the history
  3. Change ! to .

    aantron committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b7d6d25 View commit details
    Browse the repository at this point in the history
  4. Update comment

    aantron committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    17a6ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88d2572 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Don't allow module paths in let.foo

    We allow only let.foo, not let.foo.bar. We can add support for module
    paths later, if/when users demand it.
    aantron committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    30d0221 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Configuration menu
    Copy the full SHA
    683fc0b View commit details
    Browse the repository at this point in the history
  2. Don't auto-capitalize

    aantron committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    9c2617b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    cc3a29c View commit details
    Browse the repository at this point in the history
  2. rm unused

    jaredly committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    8f9b738 View commit details
    Browse the repository at this point in the history
  3. nother fatal warning

    jaredly committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b1a5ca7 View commit details
    Browse the repository at this point in the history
  4. bangs

    jaredly committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fa4ec83 View commit details
    Browse the repository at this point in the history
  5. ok I think thats it

    jaredly committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    6b8907d View commit details
    Browse the repository at this point in the history
  6. more mentions

    jaredly committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    240dc3f View commit details
    Browse the repository at this point in the history