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 support for the Environment to optionally return native types. #708

Merged
merged 5 commits into from Oct 31, 2017
Merged

Add support for the Environment to optionally return native types. #708

merged 5 commits into from Oct 31, 2017

Commits on Jul 6, 2017

  1. Add support for the Environment to optionally return native types.

    This works by having an alternate CodeGenerator that avoids doing to_string
    after the yield statement and a new version of concat that handles the returned
    generator with a bit more "intelligence".
    jctanner authored and davidism committed Jul 6, 2017
    Copy the full SHA
    40bc44c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

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

Commits on Jul 26, 2017

  1. Copy the full SHA
    2ffeb69 View commit details
    Browse the repository at this point in the history
  2. quickly fix py3 tests

    jctanner committed Jul 26, 2017
    Copy the full SHA
    68820c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Copy the full SHA
    6a7a263 View commit details
    Browse the repository at this point in the history