-
Notifications
You must be signed in to change notification settings - Fork 60
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
REPL for Scala 2.11.6 and below crippled #497
Comments
Hi, I can't reproduce this. Can you please re-open with instructions how to reproduce? Thx |
@cvogt I don't think I can reopen, but this reproduces it on my end: On Ubuntu 14.04 LTS, with $PATH already configured:
And then either
or
For every version below 2.11.7 I get Would be strange if this issue is only on my end. |
weird. I tried this exact sequence on circleci, which runs ubuntu and it works fine there. Try deleting cbt's caches.
|
I deleted cbt and cloned it again when I wrote the reproduction instructions. I might have forgotten to kill nailgun though. But starting the REPL uses `direct` so I'm not sure if that made a difference. Will retry when I have some time.
…________________________________
From: Jan Christopher Vogt <notifications@github.com>
Sent: Wednesday, April 26, 2017 8:48:15 PM
To: cvogt/cbt
Cc: Jasper Moeys; Author
Subject: Re: [cvogt/cbt] REPL for Scala 2.11.6 and below crippled (#497)
weird. I tried this exact sequence on circleci, which runs ubuntu and it works fine there.
Try deleting cbt's caches.
killall -KILL java # kill background process
cd <cbt-home>
rm -rf cache # maven and git repo cache
find . | grep target\$ | xargs rm -rf # remove target directories
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#497 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADiVwXFIxPUCTOtv7HRDZWvw4gfYcZeRks5rz5FvgaJpZM4NEdyq>.
|
If that's not it, I don't know. I doubt killing nailgun would have made a difference. Just put it in there to be safe. |
Nope :/ |
Ok, I could reproduce this now :). Will take a look. |
When starting a REPL for a scala version below 2.11.7 I get
The text was updated successfully, but these errors were encountered: