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

Allows self referential result history #553

Merged
merged 1 commit into from
Jun 12, 2017

Conversation

JobJob
Copy link
Contributor

@JobJob JobJob commented Jun 12, 2017

Julia 3066 is long resolved: JuliaLang/julia#3066 (comment)
Without this change result != Out is run on all results and != may not be defined, and/or cause errors - e.g. these two cells on a fresh notebook

1

Out[1]: 1

using TensorFlow
x = placeholder(Float32)

Cause an error.

@stevengj
Copy link
Member

Thanks. (It should have been !==.)

@stevengj stevengj merged commit ad14a20 into JuliaLang:master Jun 12, 2017
@JobJob
Copy link
Contributor Author

JobJob commented Jun 12, 2017

👍

@JobJob JobJob deleted the self-ref-history branch June 12, 2017 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REPL goes into an endless loop while displaying mutually referencing items
2 participants