-
Notifications
You must be signed in to change notification settings - Fork 224
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
fixed deprecation warnings thrown by julia 0.4. Did NOT use the Compat ... #99
fixed deprecation warnings thrown by julia 0.4. Did NOT use the Compat ... #99
Conversation
Thanks for doing this, Cody. Let's plan to merge this when 0.4 becomes a release candidate. |
What's the reason for not using Compat? We won't be able to merge this for months. |
I'm new to the scene (I'm a student in Tim's lab, that was my first pull On Wed, Feb 4, 2015 at 9:15 AM, Miles Lubin [email protected]
|
@Cody-G, I apologize for the unduly alarmist tone. In a publicly released package, it's a good idea to keep the |
Hey, Cody, thanks for doing this! Others, note this is not against |
I appreciate the feedback, and I'm sorry for the delay. I've added @compat statements where appropriate, but the Travid CI tests now fail becuase the Compat package was not found. Is it necessary to change a .yml file to have Travis install package dependencies before testing? I've never used Travis before. Thanks again! |
Nice. I think all you'd need to do to fix this is to add |
…age to ensure compatibility with earlier Julia versions.
5ca1214
to
7f48aeb
Compare
Thanks, I squashed and pushed and it's passing now. Travis is nice! |
Yep, keeps us from making all sorts of mistakes. It's amazing how many bugs only happen on someone else's machine 😄. |
fixed deprecation warnings thrown by julia 0.4. Did NOT use the Compat ...
...package to ensure compatibility with earlier Julia versions.