- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: 2.8 REPL on Mac OS X (Snow Leopard, Java 1.6.0_15) broken?
Tue, 2009-11-03, 08:36
On Mon, Nov 2, 2009 at 10:35 PM, Paul Phillips wrote:
> On Mon, Nov 02, 2009 at 10:07:12PM -0800, Kevin Squire wrote:
>> That is why I was checking here. If you have it working on Snow
>> Leopard, can you give me some hints on your setup? Did you do
>> anything special? I'm rather frustrated.
>
> I did nothing special. What does scala -verbose output? Where does it
> look stuck if you send it SIGQUIT?
I didn't know about scala -verbose. Thanks for telling me about that,
though it doesn't tell me much. SIGQUIT doesn't really tell much
either. In both cases, it seems to be running, just not receiving any
input--it doesn't even look stuck. Output similar to 2.7.7.final
(which works). My terminal is the same for each version of scala, and
I've stripped all crud out of my environment.
Would you be willing to look at the output and compare it to the
output on your system, or tell me if you see something?
Kevin
Figured it out.
I had problems with jline in the past, and had created a
.jlinebindings.properties file, which screwing up input for scala. It
doesn't look like scala 2.7.7.final used jline.
I apologize for the spam, and thanks to Paul for the help.
Kevin