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
in 4c244ab you have removed next_line in favor of new_line, however you forgot to update the text, and the two lexer.mll files in parsing and parsing-annotated dirs, which still refer to the (now) non-existing function instead of Lexing.new_line.