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

Hopefully fix 0.5 builds by swapping out deprecated things #8

Merged
merged 2 commits into from Jun 3, 2016

Conversation

ararslan
Copy link
Member

@ararslan ararslan commented Jun 2, 2016

FloatingPoint is deprecated in 0.4 and has since been removed, which is causing the failures on the nightlies. I swapped that out for AbstractFloat. I similarly swapped symbol for Symbol to remove the deprecation warnings. The format of runtests.jl was kind of weird so I updated it to use the more standard (AFAIK) format. While I was at it, I also removed trailing whitespace. Now let's see what happens...

@ararslan
Copy link
Member Author

ararslan commented Jun 2, 2016

Oh nice, now all checks fail. ಠ_ಠ

@tkelman
Copy link
Contributor

tkelman commented Jun 2, 2016

I guess that explains why the test file wasn't doing using before - all the names conflict. For now we could leave them un-exported and qualify them as SpecialFunctions.airy etc ?

@ararslan
Copy link
Member Author

ararslan commented Jun 2, 2016

I changed the tests to specifically use SpecialFunctions. so hopefully that will help, but not exporting might be our best bet since we're in the same situation here as with Primes.

Edit: It appears to be helping. As of this writing, the Linux 0.4 and nightly tests pass! 🎉

@coveralls
Copy link

coveralls commented Jun 2, 2016

Coverage Status

Coverage increased (+0.01%) to 54.444% when pulling 49fc903 on ararslan:fix_tests into a612fb7 on JuliaMath:master.

@ararslan
Copy link
Member Author

ararslan commented Jun 3, 2016

The failure on Win32 is just a timeout. Looks like tests work!

@ararslan ararslan merged commit 370368d into JuliaMath:master Jun 3, 2016
@ararslan ararslan deleted the fix_tests branch June 3, 2016 00:34
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.

None yet

3 participants