|
Nikolay edited on 2007-03-14 10:50:47.0
|
|
contribution #375. Assigned to Lex because it crashes only the interpreter
|
|
Lex edited on 2007-03-16 13:07:51.0
|
|
I have made one tweak that hopefully helps: CharArrayreader returns endless SU's at EOF. However, the next problem is within the XML parsing somewhere, where there is an infinite loop. Try test/pending/run/bug1006.scala, which I just commited.
|
|
Lex edited on 2007-03-16 13:08:19.0
|
|
Err, I mean, check test/pending/neg/badtok-3.scala
|
|
Martin edited on 2007-04-17 16:33:47.0
|
|
reassigned to lex and raised to medium.
|
|
Lex edited on 2007-07-13 23:25:30.0
|
|
This problem is now fixed. The interpreter now correctly waits for more input to complete the XML literal.
|