Skip to content

code_lowered not actually showing code anymore #15924

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

Closed
yuyichao opened this issue Apr 18, 2016 · 0 comments · Fixed by #15947
Closed

code_lowered not actually showing code anymore #15924

yuyichao opened this issue Apr 18, 2016 · 0 comments · Fixed by #15947
Labels
needs tests Unit tests are required for this change regression Regression in behavior compared to a previous version

Comments

@yuyichao
Copy link
Contributor

julia> @code_lowered sin(1.0)
1-element Array{Any,1}:
 Base.Math.sin at math.jl:137

julia> typeof((@code_lowered sin(1.0))[1])
Method

Probably caused by #15779?

@yuyichao yuyichao added the regression Regression in behavior compared to a previous version label Apr 18, 2016
@tkelman tkelman added the needs tests Unit tests are required for this change label Apr 18, 2016
ranjanan added a commit to ranjanan/julia that referenced this issue Aug 12, 2016
@code_lowered didn't show any code. Fixed by JuliaLang#15947
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs tests Unit tests are required for this change regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants