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

Merge the context and runtime structs into Runtime. #149

Merged
merged 4 commits into from May 10, 2015
Merged

Merge the context and runtime structs into Runtime. #149

merged 4 commits into from May 10, 2015

Commits on May 10, 2015

  1. Implement Clone for Runtime.

    Ms2ger committed May 10, 2015
  2. Move evaluate_script to Runtime.

    Ms2ger committed May 10, 2015
  3. Remove reference counting from the Runtime implementation.

    It is now returned by value, as is customary in Rust.
    Ms2ger committed May 10, 2015
You can’t perform that action at this time.