You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following code will slow down the parser, for the precise haskell mode,
alot if inserted at the beginning of a file:
function a = do { -- this comment breaks things since it can be parsed in
two ways
doStuff;doMoreStuff;doEvenMoreStuff
}
this bug probably occur at more places than just do.
Original author: [email protected] (August 04, 2009 16:56:06)
Following code will slow down the parser, for the precise haskell mode,
alot if inserted at the beginning of a file:
function a = do { -- this comment breaks things since it can be parsed in
two ways
doStuff;doMoreStuff;doEvenMoreStuff
}
this bug probably occur at more places than just do.
Original issue: http://code.google.com/p/yi-editor/issues/detail?id=284
The text was updated successfully, but these errors were encountered: