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

Advertise for more testers on julia-dev? #34

Closed
ivarne opened this issue Feb 2, 2014 · 1 comment
Closed

Advertise for more testers on julia-dev? #34

ivarne opened this issue Feb 2, 2014 · 1 comment

Comments

@ivarne
Copy link
Contributor

ivarne commented Feb 2, 2014

One step to get this closer to merging into the main Julia repository might to get more testers. I almost sent this mail to julia-dev, but I thought I might ask before sending.

The readline base REPL we currently use for Julia is the best I have ever used, but because of some issues that nobody has been able to solve, it seems like the current strategy is to replace it with a pure Julia version. There was some activity testing it a few weeks ago, but there are probably still issues so I thought it was a good idea to spread the recipe for how to use it to the wider community.

Currently you have to use the master versions of REPL.jl and the dependencies REPLCompletions.jl, Terminals.jl and Readline.jl
Pkg.add("REPL.jl")
Pkg.checkout("REPL")
Pkg.checkout("REPLCompletions")
Pkg.checkout("Terminals")
Pkg.checkout("Readline")

Now you can start the new REPL with
julia ~/.julia/REPL/scripts/repl.jl
To update when Keno and others pushes fixes, you can use Pkg.update()
Issues can be reported on https://github.com/loladiro/REPL.jl/issues

Is this okay to send?

@Keno
Copy link
Owner

Keno commented Feb 2, 2014

Yeah, this is probably a good idea. Go ahead!

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

No branches or pull requests

2 participants