Actions
Bug #21044
closed 
  Prism maximum recursion depth is 1_000, parse.y is 10_000
    Bug #21044:
    Prism maximum recursion depth is 1_000, parse.y is 10_000
  
Description
These should be aligned. This was because I misread the bison docs originally. Some folks are hitting this when trying to render Rails views too deeply.
Actions