hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

variable binding depth exceeds max-specpdl-size #115

Closed fommil closed 6 years ago

fommil commented 8 years ago

I got this

Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size")
  re-search-forward("-?\\([0-9]+\\.[0-9]*\\([eE][+-]?[0-9]+\\)?[fFdD]?\\|\\.[0-9]+\\([eE][+-]?[0-9]+\\)?[fFdD]?\\|[0-9]+\\([eE][+-]?[0-9]+\\)\\|[0-9]+[fFdD]\\)" 33518 t)
  scala-font-lock:mark-numberLiteral("-?\\([0-9]+\\.[0-9]*\\([eE][+-]?[0-9]+\\)?[fFdD]?\\|\\.[0-9]+\\([eE][+-]?[0-9]+\\)?[fFdD]?\\|[0-9]+\\([eE][+-]?[0-9]+\\)\\|[0-9]+[fFdD]\\)" 33518)
...

I'm trying to localise the code that caused it.

fommil commented 8 years ago

sorry, can't localise. The file has lots of numbers in strings.