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
The issue was noticed under OS-X and linux, at least.
When opening a haskell file, emacs freezes on the Scanning declarations in file.hs phase.
Reverting PR #580 fixes the issue.
Thank you !
The text was updated successfully, but these errors were encountered:
If I read the docs right, looking-at-p differs from looking-at in that it doesn't mutate the match data. Presumably, some of the uses of looking-at in the declaration scanning code actually depended on the side-effect?
The issue was noticed under OS-X and linux, at least.
When opening a haskell file, emacs freezes on the
Scanning declarations in file.hs
phase.Reverting PR #580 fixes the issue.
Thank you !
The text was updated successfully, but these errors were encountered: