Revision 240f8ff...
Go back to digest for 8th July 2012Bug Fixes in Development Tools
Alexander Dymo committed changes in [kdev-ruby/gsoc] parser/parser.y:
Ruby lexer: increase the buffer size for heredoc strings and expressions interpolated into strings.
That buffer is currently quite large (will hold approx 2k of unicode strings).
The real fix would be buffers that get increased in size dynamically (realloc)
similarly to how original ruby parser does.
File Changes
Modified 1 files
- parser/parser.y
1 files changed in total