Attempt to make type inference checks more robust #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With julia-0.4.5, the recently added type inference tests fail due to a remaining Any which has not been optimized out. I started hacking around this and got a bit carried away. This change
BTW, what's the plan for 0.5 support at the moment? I did a Pkg.test("FixedSizeArrays") against it the other day and the upstream julialang churn seemed to have broken all sorts of things, so I haven't tried this patch against 0.5 yet. Am currently doing a new build to get up to date.My bad, I think this was just me getting confused about which FixedSizeArrays version I'm running.