-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb739f0
commit 043f114
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
043f114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you push this release to METADATA? Thanks!
043f114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
I just did a revision of the packahe. The newest version has buils problems on julia nightly. Can you help?
Also, how do I push the newest version to METADATA?
Thanks! Ivan
043f114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you checkout the tagged commit then Pkg publish, see http://julia.readthedocs.org/en/latest/manual/packages/#tagging-and-publishing-your-package.
Will have a look at the build issue!
043f114
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few deprecation warnings. https://travis-ci.org/ivanslapnicar/Arrowhead.jl/jobs/82740333 You should add Compat.jl to your REQUIRE,
using Compat
and fix them (prepending@compat
to each updated call).The main failure is JuliaMath/DoubleDouble.jl#6.