Keno / Keno/Terminals.jl

[PackageEvaluator.jl] Your package Terminals may have a testing issue.

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Description

_This issue is being filed by a script, but if you reply, I will see it._

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their test (if available) on both the stable version of Julia (0.2) and the nightly build of the unstable version (0.3).

The results of this script are used to generate a [package listing](http://iainnz.github.io/packages.julialang.org/) enhanced with testing results.

The status of this package, Terminals, on...
- Julia 0.2 is **'Package doesn't load.'** [![PackageEvaluator.jl](http://iainnz.github.io/packages.julialang.org/badges/using_fail.svg)](http://iainnz.github.io/packages.julialang.org/?pkg=Terminals&ver=0.2)
- Julia 0.3 is **'Package doesn't load.'** [![PackageEvaluator.jl](http://iainnz.github.io/packages.julialang.org/badges/using_fail.svg)](http://iainnz.github.io/packages.julialang.org/?pkg=Terminals&ver=0.3)

_'No tests, but package loads.'_ can be due to their being no tests (you should write some if you can!) but can also be due to PackageEvaluator not being able to find your tests. Consider adding a [`test/runtests.jl`](https://github.com/JuliaLang/julia/pull/6191) file.

_'Package doesn't load.'_ is the worst-case scenario. Sometimes this arises because your package doesn't have BinDeps support, or needs something that can't be installed with BinDeps. If this is the case for your package, please [file an issue](https://github.com/IainNZ/PackageEvaluator.jl) and an exception can be made so your package will not be tested.

**This automatically filed issue is a one-off message. Starting soon, issues will only be filed when the testing status of your package changes in a negative direction (gets worse). If you'd like to opt-out of these status-change messages, reply to this message.**

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the PackageEvaluator.jl report for Terminals on Julia 0.2 and 0.3, then inspect why the package does not load. Check whether the package has the mentioned test/runtests.jl entry point and review any BinDeps or installation requirements. Done means the package loads successfully on the reported Julia versions and its tests are discoverable.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.