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

Test failing on 0.7 nightly #15

Closed
amellnik opened this issue Dec 28, 2017 · 2 comments
Closed

Test failing on 0.7 nightly #15

amellnik opened this issue Dec 28, 2017 · 2 comments

Comments

@amellnik
Copy link

Opening an issue to track, appears related to the parsing of the generated csv files:

WARNING: failed parse of line: Tuple{getfield(SnoopTestTemp, Symbol("getfield(Main.SnoopTestTemp, Symbol("##2#4")){Int32}")), Array{Float32, 1}}
Test Failed at /home/alex/.julia/v0.7/SnoopCompile/test/runtests.jl:34
  Expression: keep
ERROR: LoadError: There was an error during testing
in expression starting at /home/alex/.julia/v0.7/SnoopCompile/test/runtests.jl:34
@amellnik
Copy link
Author

The first few lines of the csv on 0.7 are

103898	"Tuple{typeof(Miniball.include), String}"
134293	"Tuple{typeof(Base.collect_to_with_first!), Array{Symbol, 1}, Symbol, Base.Generator{Array{Any, 1}, typeof(Base.FastMath.make_fastmath)}, Int64}"

while on 0.6 they are

114049	"Base.haskey(typeof(Base.haskey), Base.ObjectIdDict, Symbol)"
132517	"Base.collect_to_with_first!(typeof(Base.collect_to_with_first!), Array{Symbol, 1}, Symbol, Base.Generator{Array{Any, 1}, typeof(Base.FastMath.make_fastmath)}, Int64)"

so it's a writing issue and not a parsing one like I suggested above. I'll look into this more tomorrow.

@timholy
Copy link
Owner

timholy commented Aug 29, 2018

Fixed

@timholy timholy closed this as completed Aug 29, 2018
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

No branches or pull requests

2 participants