clojure-complete
clojure-complete copied to clipboard
[ci] Adding .travis.yml
@ninjudd It seems I need admin permissions in order to set up CI. If you don't want to grant admin permissions (which I understand), I'll need you to add this project to Travis using their UI before tests can run automatically.
It's nice to see someone trying to improve things here, but given how much better compliment is, and that clojure-complete hasn't seen almost no development in years, maybe it'd be best to just put a deprecation notice and point people in the direction of compliment.
@bbatsov I completely agree - the issue at the moment is that Lein still relies on clojure-complete and someone will need to take the work on of migrating it over.
Technically speaking it's not lein, it's reply (which lein uses for lein repl). I've started work on this a long time ago, but I never had the time to finish it https://github.com/trptcolin/reply/pull/153
Right. I was looking at this a month or two ago due to some issues with JDK 9 but ended up just downgrading to JDK 8 and waiting for the relevant change to work its way into the next Lein release.
I don’t have the bandwidth now to move reply over either now I’m afraid :(
On Thu, Mar 8, 2018 at 11:53 AM Bozhidar Batsov [email protected] wrote:
Technically speaking it's not lein, it's reply (which lein uses for lein repl). I've started work on this a long time ago, but I never had the time to finish it trptcolin/reply#153 https://github.com/trptcolin/reply/pull/153
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ninjudd/clojure-complete/pull/26#issuecomment-371466040, or mute the thread https://github.com/notifications/unsubscribe-auth/ABvYW6r6nwyUu9tLNH5sIcY7omN-4-9vks5tcRvEgaJpZM4RlZXq .
-- 203.918.2328
Might be a little off-topic but there were also some issues with compliment in JDK 9 over classpath. I have filed an issue at https://github.com/alexander-yakushev/compliment/issues/52 .