You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks that PkgTestSuite is going to be deprecated at the end of Julia 0.6 as it doesn't work anymore in 0.7 (see discussion). For 0.7 we need to change a strategy.
Okay! I would prefer to have an initial release soon and not wait for the successor of PkgTestSuite. So maybe just use the default .travis file? Also I think Documenter is nice to have, but not necessary if too much hassle to setup by hand. The package is so small, that the README.md alone can do the job.
I agree. The first version doesn't need to be perfect. Then again is there much to do to make it perfect? Sorry that I haven't contributed even though I promised to fix the licences for each file.
There's nothing wrong with the Documenter setup, it's already done. The problem is with PkgTestSuite, which refuses to work with 0.7. I fix the package so that it doesn't use that and then we have tests passing also for 0.7.
This file contains hidden or 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
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.
Closes issue #10.