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

arraylen is not affect-free #14754

Merged
merged 1 commit into from
Jan 22, 2016
Merged

arraylen is not affect-free #14754

merged 1 commit into from
Jan 22, 2016

Conversation

carnaval
Copy link
Contributor

Should fix #14245.

@vtjnash
Copy link
Member

vtjnash commented Jan 21, 2016

lgtm

vtjnash added a commit that referenced this pull request Jan 22, 2016
@vtjnash vtjnash merged commit 61bd788 into master Jan 22, 2016
@vtjnash vtjnash deleted the ob/arraylen-inlining branch January 22, 2016 07:00
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.

v = []; push!(v, length(v)) produces [1]
2 participants